Commit 2d42fa7d authored by Ian Craggs's avatar Ian Craggs

Add DLLExport to global_init to match MQTTAsync.h (PR #310)

parent 67df28a1
......@@ -208,7 +208,7 @@ typedef struct
* Global init of mqtt library. Call once on program start to set global behaviour.
* do_openssl_init - if mqtt library should initialize OpenSSL (1) or rely on the caller to do it before using the library (0)
*/
void MQTTClient_global_init(MQTTClient_init_options* inits);
DLLExport void MQTTClient_global_init(MQTTClient_init_options* inits);
/**
* A handle representing an MQTT client. A valid client handle is available
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment