Rev 3403 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3403 | Rev 3448 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #ifndef CAT_ENTRY_H |
1 | #ifndef CAT_ENTRY_H |
2 | #define CAT_ENTRY_H |
2 | #define CAT_ENTRY_H |
3 | 3 | ||
4 | /* Entry points for the cat command */ |
4 | /* Entry points for the cat command */ |
5 | extern int * cmd_cat(char **); |
5 | extern int cmd_cat(char **); |
6 | extern void * help_cmd_cat(unsigned int); |
6 | extern void help_cmd_cat(unsigned int); |
7 | 7 | ||
8 | #endif /* CAT_ENTRY_H */ |
8 | #endif /* CAT_ENTRY_H */ |
9 | 9 |