aboutsummaryrefslogtreecommitdiff
path: root/src/mqtt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mqtt.h')
-rw-r--r--src/mqtt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mqtt.h b/src/mqtt.h
index fdead0d..840026e 100644
--- a/src/mqtt.h
+++ b/src/mqtt.h
@@ -84,7 +84,7 @@ int MqttClientSubscribe(MqttClient *client, const char *topicFilter,
int qos);
int MqttClientSubscribeMany(MqttClient *client, const char **topicFilters,
- int *qos, size_t count);
+ int *qos, size_t count);
int MqttClientUnsubscribe(MqttClient *client, const char *topicFilter);