tool_operate: Moved main initialisation and cleanup code into tool_main

This commit is contained in:
Steve Holme
2014-02-02 14:21:53 +00:00
parent c1daf6c0cd
commit b811200f64
4 changed files with 39 additions and 45 deletions

View File

@@ -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 */