Diff for /libaitmqtt/inc/Attic/mqttsrv.h between versions 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2022/09/15 15:04:44 version 1.1.2.2, 2022/09/15 16:03:44
Line 67  typedef struct { Line 67  typedef struct {
  * mqtt_srv_cliInit() Init MQTT server side support for clients   * mqtt_srv_cliInit() Init MQTT server side support for clients
  *   *
  * @sock = Client socket from accept()   * @sock = Client socket from accept()
  * @buf = Message buffer  
  * @timeout = timeout   * @timeout = timeout
  * @nb = Non block socket   * @nb = Non block socket
  * return: NULL error or !=NULL allocated server handle   * return: NULL error or !=NULL allocated server handle
  */   */
mqtt_srv_t *mqtt_srv_cliInit(int sock, mqtt_msg_t * __restrict buf, mqtt_srv_t *mqtt_srv_cliInit(int sock, unsigned short timeout, int nb);
                unsigned short timeout, int nb); 
 /*  /*
  * mqtt_srv_Fini() Finish MQTT server side support for clients   * mqtt_srv_Fini() Finish MQTT server side support for clients
  *   *

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2


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