Diff for /libaitcli/inc/aitcli.h between versions 1.10.10.1 and 1.10.10.2

version 1.10.10.1, 2017/01/22 17:59:51 version 1.10.10.2, 2017/10/08 23:10:30
Line 349  unsigned int cli_telnet_GetCmd(struct telnetAttrs *att Line 349  unsigned int cli_telnet_GetCmd(struct telnetAttrs *att
  * @arg3 = sub-option data size, if 0 not specified data   * @arg3 = sub-option data size, if 0 not specified data
  * return: -1 can`t set command; !=-1 ok   * return: -1 can`t set command; !=-1 ok
 */  */
int cli_telnet_SetCmd(struct telnetAttrs *attr, unsigned char cmd, unsigned char optz, ...);int cli_telnet_SetCmd(struct telnetAttrs *attr, unsigned char cmd, int optz, ...);
   
 /*  /*
  * cli_telnet_Answer() - Automatic generate commands answer to send from telnet   * cli_telnet_Answer() - Automatic generate commands answer to send from telnet

Removed from v.1.10.10.1  
changed lines
  Added in v.1.10.10.2


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