Subversion Repositories HelenOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef CP_ENTRY_H
  2. #define CP_ENTRY_H
  3.  
  4. /* Entry points for the cp command */
  5. extern int cmd_cp(char **);
  6. extern void help_cmd_cp(unsigned int);
  7.  
  8. #endif /* CP_ENTRY_H */
  9.  
  10.