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 d7b62c9..4ea0930 100644
--- a/src/mqtt.h
+++ b/src/mqtt.h
@@ -73,7 +73,7 @@ int MqttClientConnect(MqttClient *client, const char *host, short port,
int MqttClientDisconnect(MqttClient *client);
-int MqttClientRunOnce(MqttClient *client);
+int MqttClientRunOnce(MqttClient *client, int timeout);
int MqttClientRun(MqttClient *client);