Diff for /libaitcli/inc/aitcli.h between versions 1.6.2.1 and 1.7.4.1

version 1.6.2.1, 2013/08/12 09:12:04 version 1.7.4.1, 2013/10/08 09:51:02
Line 195  typedef TAILQ_HEAD(tqHistoryHead, tagHistory) history_ Line 195  typedef TAILQ_HEAD(tqHistoryHead, tagHistory) history_
   
 /* Bind keys structure types */  /* Bind keys structure types */
   
typedef int (*bindkey_func_t)(int idx, /*linebuffer_t **/ void * __restrict cli_buffer);typedef int (*bindkey_func_t)(int idx, /* linebuffer_t * */ void * __restrict cli_buffer);
 typedef struct {  typedef struct {
         int             key_len;          int             key_len;
         unsigned char   key_ch[8];          unsigned char   key_ch[8];
Line 379  int cli_telnet_Answer(unsigned char *caps, int nCaps,  Line 379  int cli_telnet_Answer(unsigned char *caps, int nCaps, 
  * cli_Cmd_Unsupported() - Builtin helper function for unsupported commands   * cli_Cmd_Unsupported() - Builtin helper function for unsupported commands
  *   *
  * @cli_buffer = CLI buffer   * @cli_buffer = CLI buffer
 * @idx = Selected command ID * @idx = Config level
  * @args = Parsed arguments array   * @args = Parsed arguments array
  * return: RETCODE_OK ok   * return: RETCODE_OK ok
 */  */

Removed from v.1.6.2.1  
changed lines
  Added in v.1.7.4.1


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