-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Latest 1.1 update broke C-bindings #29
Comments
Maybe this can fix it: typedef void (*td_log_fatal_error_callback_ptr)(const char *error_message); But I can't check, because turns out that |
Yes, it will be a correct syntax for C typedef. |
@levlam so can it be fixed in the master? |
I've already committed fix to the private repository. I will likely push it to github tomorrow along with some other fixes. |
Oh, thanks, I will close after push. |
Any news? @levlam |
Fixed in 7927df3. Thanks! |
Can you please ship a new release since 1.1 has bindings broken? |
@Nhoya they should work after this fix, just rebuild and reinstall |
My bindings worked fine, but after latest update in
td_log.h
file appered C++ code (using
keyword).The text was updated successfully, but these errors were encountered: