summaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-09-05 11:45:21 +0200
committerPatrick Monnerat <patrick@monnerat.net>2017-09-05 17:33:16 +0100
commit9926357b428a6ecba27cadbe5b31675130ca8fb3 (patch)
tree4d94733bd2a1a2fdfa0ff2f27560dfa042c408c0 /lib/urldata.h
parent295ce716a2eb874e938bb4791b6e53703c56db7e (diff)
downloadcurl-9926357b428a6ecba27cadbe5b31675130ca8fb3.tar.gz
mime: unified to use the typedef'd mime structs everywhere
... and slightly edited to follow our code style better.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 3f087a588..09ac9d1a2 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1560,7 +1560,7 @@ struct UserDefined {
struct curl_slist *headers; /* linked list of extra headers */
struct curl_slist *proxyheaders; /* linked list of extra CONNECT headers */
struct curl_httppost *httppost; /* linked list of old POST data */
- struct Curl_mimepart mimepost; /* MIME/POST data. */
+ curl_mimepart mimepost; /* MIME/POST data. */
bool sep_headers; /* handle host and proxy headers separately */
bool cookiesession; /* new cookie session? */
bool crlf; /* convert crlf on ftp upload(?) */