From 267beb8a49dc4fcb7e4f2455558dee4d056aed82 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 13 Oct 2020 17:29:22 +0100 Subject: [PATCH] Export function on Windows. --- include/mosquitto_broker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mosquitto_broker.h b/include/mosquitto_broker.h index 08053efc..da94fb97 100644 --- a/include/mosquitto_broker.h +++ b/include/mosquitto_broker.h @@ -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 * 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 *