Rev 3346 | Go to most recent revision | Details | 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