aboutsummaryrefslogtreecommitdiff
path: root/src/mqtt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mqtt.h')
-rw-r--r--src/mqtt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mqtt.h b/src/mqtt.h
index 2b84962..fdead0d 100644
--- a/src/mqtt.h
+++ b/src/mqtt.h
@@ -33,8 +33,8 @@ typedef void (*MqttClientOnConnectCallback)(MqttClient *client,
typedef void (*MqttClientOnSubscribeCallback)(MqttClient *client,
int id,
- const char *topicFilter,
- MqttSubscriptionStatus status);
+ int *qos,
+ int count);
typedef void (*MqttClientOnUnsubscribeCallback)(MqttClient *client, int id);