Add mosquitto_subscribe_single()/multiple().

This commit is contained in:
Roger A. Light
2016-01-25 23:12:33 +00:00
parent fca9ac84f7
commit b83c58763d
7 changed files with 135 additions and 3 deletions
+6
View File
@@ -78,3 +78,9 @@ MOSQ_1.4 {
mosquitto_sub_topic_check;
mosquitto_socks5_set;
} MOSQ_1.3;
MOSQ_1.5 {
global:
mosquitto_subscribe_simple;
mosquitto_subscribe_multiple;
} MOSQ_1.4;