Commit 01ffbd20 authored by Callum Attryde's avatar Callum Attryde

MQTTAsync_global_init is now exported properly

Signed-off-by: 's avatarCallum Attryde <callumattryde@gmail.com>
parent 33eea765
...@@ -206,7 +206,7 @@ typedef struct ...@@ -206,7 +206,7 @@ typedef struct
* Global init of mqtt library. Call once on program start to set global behaviour. * Global init of mqtt library. Call once on program start to set global behaviour.
* handle_openssl_init - if mqtt library should handle openssl init (1) or rely on the caller to init it before using mqtt (0) * handle_openssl_init - if mqtt library should handle openssl init (1) or rely on the caller to init it before using mqtt (0)
*/ */
void MQTTAsync_global_init(MQTTAsync_init_options* inits); DLLExport void MQTTAsync_global_init(MQTTAsync_init_options* inits);
/** /**
* A handle representing an MQTT client. A valid client handle is available * 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