From e49e5eaa1069a4dfb0ece4a6d833bf51341ef73a Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Tue, 19 Feb 2019 17:08:58 +0100 Subject: cli tool: fix mime post with --disable-libcurl-option configure option Reported-by: Marcel Raad Fixes #3576 Closes #3583 --- src/tool_setopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_setopt.h') 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); -- cgit v1.2.3