Subversion Repositories HelenOS

Rev

Rev 3413 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #ifndef CAT_ENTRY_H
  2. #define CAT_ENTRY_H
  3.  
  4. /* Entry points for the cat command */
  5. extern int cmd_cat(char **);
  6. extern void help_cmd_cat(unsigned int);
  7.  
  8. #endif /* CAT_ENTRY_H */
  9.  
  10.