Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

guylevy84
Copy link
Contributor

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

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

@COM8 COM8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thank you!

@COM8 COM8 added the Bug 🐛 label Mar 31, 2023
@COM8 COM8 merged commit 98b57ef into libcpr:master Mar 31, 2023
COM8 added a commit that referenced this pull request Mar 31, 2023
fix error: using typedef-name ‘curl_mime’ after ‘struct’ (#892)
COM8 added a commit that referenced this pull request Mar 31, 2023
fix error: using typedef-name ‘curl_mime’ after ‘struct’ (#892)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v1.10.2] g++ compile error: curlholder.h:31:12: error: using typedef-name ‘curl_mime’ after ‘struct’
2 participants