--- libaitcli/inc/cli.h 2010/06/07 12:30:28 1.1.2.2 +++ libaitcli/inc/cli.h 2011/03/16 17:24:03 1.2 @@ -1,3 +1,11 @@ +/************************************************************************* +* (C) 2010 AITNET ltd - Sofia/Bulgaria - +* by Michael Pounov +* +* $Author: misho $ +* $Id: cli.h,v 1.2 2011/03/16 17:24:03 misho Exp $ +* +*************************************************************************/ #ifndef __CLI_H #define __CLI_H @@ -20,14 +28,6 @@ int cli_Cmd_Exit(void * __restrict buffer, int idx, ch * return: RETCODE_ERR in error or RETCODE_OK */ int cli_Cmd_Help(void * __restrict buffer, int idx, char ** __restrict args); -/* - * cli_Cmd_Unsupported() Builtin helper function for unsupported commands - * @buffer = CLI buffer - * @idx = Selected command ID - * @args = Parsed arguments array - * return: RETCODE_OK ok -*/ -int cli_Cmd_Unsupported(void * __restrict buffer, int idx, char ** __restrict args); #endif