Subversion Repositories HelenOS

Rev

Rev 3420 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3420 post 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