--- mqtt/inc/Attic/aitmqtt.h 2011/12/06 12:36:45 1.1.1.1.2.30 +++ mqtt/inc/Attic/aitmqtt.h 2011/12/09 09:53:54 1.1.1.1.2.31 @@ -383,15 +383,13 @@ int mqtt_msgUNSUBACK(mqtt_msg_t * __restrict buf, unsi * @psPass = Password for Username, only if csUser is set * @passLen = Password length * @psWillTopic = Will Topic if !=NULL Will Flags set into message - * @topicLen = Will Topic length * @psWillMessage = Will Message, may be NULL - * @msgLen = Will Message length * return: .reserved == 1 is error or == 0 connection flags & msg ok */ mqtthdr_connflgs_t mqtt_readCONNECT(mqtt_msg_t * __restrict buf, unsigned short *kasec, char * __restrict psConnID, int connLen, char * __restrict psUser, int userLen, char * __restrict psPass, int passLen, - char * __restrict psWillTopic, int topicLen, char * __restrict psWillMessage, int msgLen); + char ** __restrict psWillTopic, char ** __restrict psWillMessage); /* * mqtt_readCONNACK() Read CONNACK message *