curl tool: OOM handling fixes

This commit is contained in:
Yang Tse
2011-10-05 15:06:26 +02:00
parent fd87d9d2b9
commit 5bf0d74120
6 changed files with 71 additions and 37 deletions

View File

@@ -35,7 +35,7 @@ bool stdin_upload(const char *uploadfile);
char *add_file_name_to_url(CURL *curl, char *url, const char *filename);
char *get_url_file_name(const char *url);
CURLcode get_url_file_name(char **filename, const char *url);
CURLcode main_init(void);