File:  [ELWIX - Embedded LightWeight unIX -] / libaitcli / inc / cli.h
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Jun 7 11:54:55 2010 UTC (14 years, 1 month ago) by misho
Branches: cli2_0
new file

    1: #ifndef __CLI_H
    2: #define __CLI_H
    3: 
    4: 
    5: /* CLI Helper functions */
    6: 
    7: /*
    8:  * cli_Cmd_Exit() Builtin helper function for Exit from Cli
    9:  * @buffer = CLI buffer
   10:  * @idx = Selected command ID
   11:  * @args = Parsed arguments array
   12:  * return: RETCODE_EOF exit from Cli!
   13:  */
   14: int cli_Cmd_Exit(void * __restrict buffer, int idx, char ** __restrict argv);
   15: 
   16: 
   17: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>