Rev 3397 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
#ifndef QUIT_ENTRY_H_
#define QUIT_ENTRY_H_
/* Entry points for the quit command */
extern void help_cmd_quit(unsigned int);
extern int cmd_quit(char *[]);
#endif