#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


