diff options
Diffstat (limited to 'lib/urldata.h')
| -rw-r--r-- | lib/urldata.h | 2 | 
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(?) */ | 
