--- mqtt/inc/Attic/aitmqtt.h 2011/12/09 11:46:48 1.1.1.1.2.33 +++ mqtt/inc/Attic/aitmqtt.h 2011/12/13 15:23:43 1.1.1.1.2.34 @@ -234,6 +234,7 @@ inline mqtt_subscr_t *mqtt_subRealloc(mqtt_subscr_t * * * @buf = Message buffer * @csConnID = ConnectID + * @kasec = Keep alive timeout * @csUser = Username if !=NULL * @csPass = Password for Username, only if csUser is set * @csWillTopic = Will Topic if !=NULL Will Flags set into message @@ -244,7 +245,7 @@ inline mqtt_subscr_t *mqtt_subRealloc(mqtt_subscr_t * * return: -1 error or >-1 message size for send */ int mqtt_msgCONNECT(mqtt_msg_t * __restrict buf, const char *csConnID, - const char *csUser, const char *csPass, + unsigned short kasec, const char *csUser, const char *csPass, const char *csWillTopic, const char *csWillMessage, unsigned char ClrSess, unsigned char WillQOS, unsigned char WillRetain); /*