summaryrefslogtreecommitdiff
path: root/src/tool_operhlp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_operhlp.h')
-rw-r--r--src/tool_operhlp.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/tool_operhlp.h b/src/tool_operhlp.h
index 19daa8e43..c83c10a59 100644
--- a/src/tool_operhlp.h
+++ b/src/tool_operhlp.h
@@ -28,16 +28,10 @@
struct OperationConfig;
void clean_getout(struct OperationConfig *config);
-
bool output_expected(const char *url, const char *uploadfile);
-
bool stdin_upload(const char *uploadfile);
-
CURLcode add_file_name_to_url(CURL *curl, char **inurlp, const char *filename);
-
-CURLcode get_url_file_name(struct GlobalConfig *global,
- char **filename, const char *url);
-
+CURLcode get_url_file_name(char **filename, const char *url);
CURLcode urlerr_cvt(CURLUcode ucode);
#endif /* HEADER_CURL_TOOL_OPERHLP_H */