aboutsummaryrefslogtreecommitdiff
path: root/src/tool_operhlp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_operhlp.h')
-rw-r--r--src/tool_operhlp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_operhlp.h b/src/tool_operhlp.h
index 911f2f8e0..3629bf13a 100644
--- a/src/tool_operhlp.h
+++ b/src/tool_operhlp.h
@@ -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);