From fb72bf9c14141e081e613ac95b31dc392e567b57 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 12 Nov 2014 17:52:46 +0000 Subject: [PATCH] Fix incorrect function name in documentation. --- lib/mosquitto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mosquitto.h b/lib/mosquitto.h index 91ffaae9..c0bf5694 100644 --- a/lib/mosquitto.h +++ b/lib/mosquitto.h @@ -404,10 +404,10 @@ libmosq_EXPORT int mosquitto_connect_bind(struct mosquitto *mosq, const char *ho libmosq_EXPORT int mosquitto_connect_async(struct mosquitto *mosq, const char *host, int port, int keepalive); /* - * Function: mosquitto_connect_async + * Function: mosquitto_connect_bind_async * * Connect to an MQTT broker. This is a non-blocking call. If you use - * your client must use the threaded interface + * your client must use the threaded interface * . If you need to use , you must use * to connect the client. *