--- libaitcli/inc/aitcli.h 2013/08/12 09:12:04 1.6.2.1 +++ libaitcli/inc/aitcli.h 2013/10/08 09:51:02 1.7.4.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcli.h,v 1.6.2.1 2013/08/12 09:12:04 misho Exp $ +* $Id: aitcli.h,v 1.7.4.1 2013/10/08 09:51:02 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -195,7 +195,7 @@ typedef TAILQ_HEAD(tqHistoryHead, tagHistory) history_ /* 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 { int key_len; unsigned char key_ch[8]; @@ -379,7 +379,7 @@ int cli_telnet_Answer(unsigned char *caps, int nCaps, * cli_Cmd_Unsupported() - Builtin helper function for unsupported commands * * @cli_buffer = CLI buffer - * @idx = Selected command ID + * @idx = Config level * @args = Parsed arguments array * return: RETCODE_OK ok */