|
version 1.1.1.1.2.1, 2010/04/18 20:42:23
|
version 1.1.1.1.2.2, 2010/04/19 09:30:49
|
|
Line 53 inline void cliComp(cli_Completion_t *cmdComplete, cli
|
Line 53 inline void cliComp(cli_Completion_t *cmdComplete, cli
|
| /* |
/* |
| * cliExec() Execute CLI main loop |
* cliExec() Execute CLI main loop |
| * @cmdList = Commands list |
* @cmdList = Commands list |
| * @out = Output handle |
|
| * @csPrompt = Prompt text |
* @csPrompt = Prompt text |
| * return: -1 error, 0 = exit w/^+D, 1 done. |
* return: -1 error, 0 = exit w/^+D, 1 done. |
| */ |
*/ |
| int cliExec(cliCommands_t *cmdList, FILE *out, const char *csPrompt); | int cliExec(cliCommands_t *cmdList, const char *csPrompt); |
| |
|
| |
|
| /* |
/* |