Rev 3403 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
#ifndef CAT_ENTRY_H
#define CAT_ENTRY_H
/* Entry points for the cat command */
extern int cmd_cat(char **);
extern void help_cmd_cat(unsigned int);
#endif /* CAT_ENTRY_H */