Rev 3403 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3403 | Rev 3448 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #ifndef HELP_ENTRY_H_ |
1 | #ifndef HELP_ENTRY_H_ |
2 | #define HELP_ENTRY_H_ |
2 | #define HELP_ENTRY_H_ |
3 | 3 | ||
4 | /* Entry points for the help command */ |
4 | /* Entry points for the help command */ |
5 | extern void * help_cmd_help(unsigned int); |
5 | extern void help_cmd_help(unsigned int); |
6 | extern int * cmd_help(char *[]); |
6 | extern int cmd_help(char *[]); |
7 | 7 | ||
8 | #endif |
8 | #endif |