Export function on Windows.

This commit is contained in:
Roger A. Light 2020-10-13 17:29:22 +01:00
parent 3506fe4099
commit 267beb8a49

View File

@ -345,7 +345,7 @@ mosq_EXPORT int mosquitto_set_username(struct mosquitto *client, const char *use
* If with_will == true, then if the client has a Last Will and Testament * If with_will == true, then if the client has a Last Will and Testament
* defined then this will be sent. If false, the LWT will not be sent. * defined then this will be sent. If false, the LWT will not be sent.
*/ */
int mosquitto_kick_client_by_clientid(const char *clientid, bool with_will); mosq_EXPORT int mosquitto_kick_client_by_clientid(const char *clientid, bool with_will);
/* Function: mosquitto_kick_client_by_username /* Function: mosquitto_kick_client_by_username
* *