libcpr / cpr

C++ Requests: Curl for People, a spiritual port of Python Requests.
https://docs.libcpr.org/
Other
6.59k stars 937 forks source link

fix error: using typedef-name ‘curl_mime’ after ‘struct’ (#892) #893

Closed guylevy84 closed 1 year ago

guylevy84 commented 1 year ago

we already have previous declaration of ‘curl_mime’ in curl.h: typedef struct curl_mime_s curl_mime;