Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
paho.mqtt.c
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eclipse
paho.mqtt.c
Commits
01ffbd20
Commit
01ffbd20
authored
Jul 26, 2017
by
Callum Attryde
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MQTTAsync_global_init is now exported properly
Signed-off-by:
Callum Attryde
<
callumattryde@gmail.com
>
parent
33eea765
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
MQTTAsync.h
src/MQTTAsync.h
+1
-1
No files found.
src/MQTTAsync.h
View file @
01ffbd20
...
...
@@ -206,7 +206,7 @@ typedef struct
* 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)
*/
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment