Expose property functions to plugins.

pull/2438/head
Roger A. Light 4 years ago
parent 9ce09de2e6
commit ef93886db0

@ -21,11 +21,11 @@ _mosquitto_kick_client_by_username
_mosquitto_log_printf
_mosquitto_malloc
_mosquitto_persist_client_add
_mosquitto_persist_client_update
_mosquitto_persist_client_remove
_mosquitto_persist_client_msg_add
_mosquitto_persist_client_msg_remove
_mosquitto_persist_client_msg_update
_mosquitto_persist_client_remove
_mosquitto_persist_client_update
_mosquitto_persist_msg_add
_mosquitto_persist_msg_remove
_mosquitto_persist_retain_add
@ -39,6 +39,16 @@ _mosquitto_property_add_string
_mosquitto_property_add_string_pair
_mosquitto_property_add_varint
_mosquitto_property_free_all
_mosquitto_property_identifier
_mosquitto_property_identifier_to_string
_mosquitto_property_next
_mosquitto_property_read_binary
_mosquitto_property_read_byte
_mosquitto_property_read_int16
_mosquitto_property_read_int32
_mosquitto_property_read_string
_mosquitto_property_read_string_pair
_mosquitto_property_read_varint
_mosquitto_pub_topic_check
_mosquitto_realloc
_mosquitto_set_username

@ -21,12 +21,12 @@
mosquitto_kick_client_by_username;
mosquitto_log_printf;
mosquitto_malloc;
mosquitto_persist_client_add;
mosquitto_persist_client_msg_add;
mosquitto_persist_client_msg_remove;
mosquitto_persist_client_msg_update;
mosquitto_persist_client_add;
mosquitto_persist_client_update;
mosquitto_persist_client_remove;
mosquitto_persist_client_update;
mosquitto_persist_msg_add;
mosquitto_persist_msg_remove;
mosquitto_persist_retain_add;
@ -40,6 +40,16 @@
mosquitto_property_add_string_pair;
mosquitto_property_add_varint;
mosquitto_property_free_all;
mosquitto_property_identifier;
mosquitto_property_identifier_to_string;
mosquitto_property_next;
mosquitto_property_read_binary;
mosquitto_property_read_byte;
mosquitto_property_read_int16;
mosquitto_property_read_int32;
mosquitto_property_read_string;
mosquitto_property_read_string_pair;
mosquitto_property_read_varint;
mosquitto_pub_topic_check;
mosquitto_realloc;
mosquitto_set_username;

Loading…
Cancel
Save