|
|
| version 1.4, 2011/05/29 22:49:25 | version 1.4.2.1, 2012/05/23 15:15:19 |
|---|---|
| Line 346 inline int cli_telnet_SetCmd(struct telnetAttrs *attr, | Line 346 inline int cli_telnet_SetCmd(struct telnetAttrs *attr, |
| * @nCaps = number of capability options | * @nCaps = number of capability options |
| * @attr = input attribute | * @attr = input attribute |
| * @nAttr = number of input attributes | * @nAttr = number of input attributes |
| * @ans = output answered attributes, must be free() after use | * @ans = output answered attributes, must be io_free() after use |
| * @Ans = number of output answered attributes | * @Ans = number of output answered attributes |
| * return: -1 can`t answer; !=-1 ok | * return: -1 can`t answer; !=-1 ok |
| */ | */ |
| Line 503 int cliInitLine(linebuffer_t * __restrict buffer); | Line 503 int cliInitLine(linebuffer_t * __restrict buffer); |
| /* | /* |
| * cliReadLine() Read line from opened CLI session | * cliReadLine() Read line from opened CLI session |
| * @buffer = CLI buffer | * @buffer = CLI buffer |
| * return: NULL if error or !=NULL readed line, must be free after use! | * return: NULL if error or !=NULL readed line, must be io_free after use! |
| */ | */ |
| char *cliReadLine(linebuffer_t * __restrict buffer); | char *cliReadLine(linebuffer_t * __restrict buffer); |