Skip to content

Commit

Permalink
Add export directive for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Oct 28, 2024
1 parent 484b2f9 commit 98a7f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mosquitto/libmosquitto_callbacks.h
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ libmosq_EXPORT void mosquitto_unsubscribe2_v5_callback_set(struct mosquitto *mos
* See Also:
* <mosquitto_ext_auth_continue>
*/
void mosquitto_ext_auth_callback_set(struct mosquitto *mosq, int (*on_auth)(struct mosquitto *, void *, const char *, uint16_t, const void *, const mosquitto_property *props));
libmosq_EXPORT void mosquitto_ext_auth_callback_set(struct mosquitto *mosq, int (*on_auth)(struct mosquitto *, void *, const char *, uint16_t, const void *, const mosquitto_property *props));

/*
* Function: mosquitto_log_callback_set
Expand Down

0 comments on commit 98a7f43

Please sign in to comment.