summaryrefslogtreecommitdiff
path: root/src/tool_setopt.h
diff options
context:
space:
mode:
authorPatrick Monnerat <patrick@monnerat.net>2019-02-19 17:08:58 +0100
committerPatrick Monnerat <patrick@monnerat.net>2019-02-19 17:08:58 +0100
commite49e5eaa1069a4dfb0ece4a6d833bf51341ef73a (patch)
treed4f404142961b24b7800b89a1197e285cf968794 /src/tool_setopt.h
parentd8b0318ad6da7e51f7c94df00a5f165a52580889 (diff)
downloadgnurl-e49e5eaa1069a4dfb0ece4a6d833bf51341ef73a.tar.gz
gnurl-e49e5eaa1069a4dfb0ece4a6d833bf51341ef73a.tar.bz2
gnurl-e49e5eaa1069a4dfb0ece4a6d833bf51341ef73a.zip
cli tool: fix mime post with --disable-libcurl-option configure option
Reported-by: Marcel Raad Fixes #3576 Closes #3583
Diffstat (limited to 'src/tool_setopt.h')
-rw-r--r--src/tool_setopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_setopt.h b/src/tool_setopt.h
index 4a03a06fc..663041f65 100644
--- a/src/tool_setopt.h
+++ b/src/tool_setopt.h
@@ -89,7 +89,7 @@ CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config,
const NameValueUnsigned *nv, long lval);
CURLcode tool_setopt_mimepost(CURL *curl, struct GlobalConfig *config,
const char *name, CURLoption tag,
- tool_mime *mimepost);
+ curl_mime *mimepost);
CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config,
const char *name, CURLoption tag,
struct curl_slist *list);