00001 #ifndef HELP_H 00002 #define HELP_H 00003 00004 /* Prototypes for the help command (excluding entry points) */ 00005 static int is_mod_or_builtin(char *); 00006 00007 #endif