00001 #ifndef SLEEP_ENTRY_H 00002 #define SLEEP_ENTRY_H 00003 00004 /* Entry points for the sleep command */ 00005 extern int cmd_sleep(char **); 00006 extern void help_cmd_sleep(unsigned int); 00007 00008 #endif /* SLEEP_ENTRY_H */ 00009