--- libaitcli/inc/aitcli.h 2013/08/12 09:12:04 1.6.2.1 +++ libaitcli/inc/aitcli.h 2013/08/12 09:50:28 1.7 @@ -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 2013/08/12 09:50:28 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];