diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-02 14:21:53 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-03 12:31:16 +0000 |
commit | b811200f647ba465e3e43ab7bdb42aa0fa671c98 (patch) | |
tree | 748b7ecdcc479da96979e72c1f2289a9a3893bcc /src/tool_operhlp.h | |
parent | c1daf6c0cd6c8a3f785ffa5cbdd228eb32fbf472 (diff) | |
download | curl-b811200f647ba465e3e43ab7bdb42aa0fa671c98.tar.gz |
tool_operate: Moved main initialisation and cleanup code into tool_main
Diffstat (limited to 'src/tool_operhlp.h')
-rw-r--r-- | src/tool_operhlp.h | 4 |
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 */ |