--- libaitcli/inc/cli.h 2010/06/07 11:54:55 1.1 +++ libaitcli/inc/cli.h 2010/06/07 11:54:55 1.1.2.1 @@ -0,0 +1,17 @@ +#ifndef __CLI_H +#define __CLI_H + + +/* CLI Helper functions */ + +/* + * cli_Cmd_Exit() Builtin helper function for Exit from Cli + * @buffer = CLI buffer + * @idx = Selected command ID + * @args = Parsed arguments array + * return: RETCODE_EOF exit from Cli! + */ +int cli_Cmd_Exit(void * __restrict buffer, int idx, char ** __restrict argv); + + +#endif