diff options
Diffstat (limited to 'include/mqtt.h')
| -rw-r--r-- | include/mqtt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/mqtt.h b/include/mqtt.h index c0c612d..fecb884 100644 --- a/include/mqtt.h +++ b/include/mqtt.h | |||
| @@ -10,9 +10,9 @@ struct mosquitto *mqtt_connect(const char *clientid, // NOLINT | |||
| 10 | int port, | 10 | int port, |
| 11 | void *userdata); | 11 | void *userdata); |
| 12 | 12 | ||
| 13 | void mqtt_run(struct mosquitto *client, | 13 | void mqtt_handle_messages(struct mosquitto *client, |
| 14 | const char *topics[], | 14 | const char *topics[], |
| 15 | void callback(struct mosquitto *, void *, const struct mosquitto_message *), | 15 | void callback(struct mosquitto *, void *, const struct mosquitto_message *), |
| 16 | const volatile bool *quit); | 16 | const volatile bool *quit); |
| 17 | 17 | ||
| 18 | void mqtt_shutdown(struct mosquitto *client); | 18 | void mqtt_shutdown(struct mosquitto *client); |
