aboutsummaryrefslogtreecommitdiff
path: root/src/tool_operhlp.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-02-02 14:21:53 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-02-03 12:31:16 +0000
commitb811200f647ba465e3e43ab7bdb42aa0fa671c98 (patch)
tree748b7ecdcc479da96979e72c1f2289a9a3893bcc /src/tool_operhlp.h
parentc1daf6c0cd6c8a3f785ffa5cbdd228eb32fbf472 (diff)
tool_operate: Moved main initialisation and cleanup code into tool_main
Diffstat (limited to 'src/tool_operhlp.h')
-rw-r--r--src/tool_operhlp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tool_operhlp.h b/src/tool_operhlp.h
index c2365c88f..7ca12362b 100644
--- a/src/tool_operhlp.h
+++ b/src/tool_operhlp.h
@@ -37,9 +37,5 @@ char *add_file_name_to_url(CURL *curl, char *url, const char *filename);
CURLcode get_url_file_name(char **filename, const char *url);
-CURLcode main_init(void);
-
-void main_free(void);
-
#endif /* HEADER_CURL_TOOL_OPERHLP_H */