00001 #ifndef EXIT_ENTRY_H_ 00002 #define EXIT_ENTRY_H_ 00003 00004 #include "scli.h" 00005 00006 /* Entry points for the quit command */ 00007 extern void help_cmd_exit(unsigned int); 00008 extern int cmd_exit(char *[], cliuser_t *); 00009 00010 #endif 00011 00012