Rev 3413 | Details | Compare with Previous | Last modification | View Log | RSS feed
#ifndef HELP_ENTRY_H_
#define HELP_ENTRY_H_
/* Entry points for the help command */
extern void help_cmd_help(unsigned int);
extern int cmd_help(char *[]);
#endif