|
version 1.6.2.1, 2013/08/12 09:12:04
|
version 1.6.2.2, 2013/08/12 09:33:50
|
|
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]; |