Diff for /mqtt/inc/Attic/aitmqtt.h between versions 1.1.1.1.2.30 and 1.1.1.1.2.32

version 1.1.1.1.2.30, 2011/12/06 12:36:45 version 1.1.1.1.2.32, 2011/12/09 09:55:27
Line 382  int mqtt_msgUNSUBACK(mqtt_msg_t * __restrict buf, unsi Line 382  int mqtt_msgUNSUBACK(mqtt_msg_t * __restrict buf, unsi
  * @userLen = Username length   * @userLen = Username length
  * @psPass = Password for Username, only if csUser is set   * @psPass = Password for Username, only if csUser is set
  * @passLen = Password length   * @passLen = Password length
 * @psWillTopic = Will Topic if !=NULL Will Flags set into message * @psWillTopic = Will Topic if !=NULL Will Flags set into message and must be free()
 * @topicLen = Will Topic length * @psWillMessage = Will Message, may be NULL if !NULL must be free() after use!
 * @psWillMessage = Will Message, may be NULL 
 * @msgLen = Will Message length 
  * return: .reserved == 1 is error or == 0 connection flags & msg ok   * return: .reserved == 1 is error or == 0 connection flags & msg ok
  */   */
 mqtthdr_connflgs_t mqtt_readCONNECT(mqtt_msg_t * __restrict buf, unsigned short *kasec,   mqtthdr_connflgs_t mqtt_readCONNECT(mqtt_msg_t * __restrict buf, unsigned short *kasec, 
                 char * __restrict psConnID, int connLen,                   char * __restrict psConnID, int connLen, 
                 char * __restrict psUser, int userLen, char * __restrict psPass, int passLen,                    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   * mqtt_readCONNACK() Read CONNACK message
  *   *

Removed from v.1.1.1.1.2.30  
changed lines
  Added in v.1.1.1.1.2.32


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>