Rev 3346 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3346 | Rev 3364 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #ifndef HELP_H |
1 | #ifndef HELP_H |
2 | #define HELP_H |
2 | #define HELP_H |
3 | 3 | ||
4 | /* Prototypes for the help command (excluding entry points) */ |
4 | /* Prototypes for the help command (excluding entry points) */ |
5 | extern int is_mod_or_builtin(char *); |
5 | static int is_mod_or_builtin(char *); |
6 | 6 | ||
7 | #endif |
7 | #endif |