Rev 3413 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3413 | Rev 3811 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #ifndef QUIT_ENTRY_H_ |
1 | #ifndef EXIT_ENTRY_H_ |
2 | #define QUIT_ENTRY_H_ |
2 | #define EXIT_ENTRY_H_ |
- | 3 | ||
- | 4 | #include "scli.h" |
|
3 | 5 | ||
4 | /* Entry points for the quit command */ |
6 | /* Entry points for the quit command */ |
5 | extern void help_cmd_quit(unsigned int); |
7 | extern void help_cmd_exit(unsigned int); |
6 | extern int cmd_quit(char *[]); |
8 | extern int cmd_exit(char *[], cliuser_t *); |
7 | 9 | ||
8 | #endif |
10 | #endif |
9 | 11 | ||
10 | 12 |