00001 #ifndef CP_ENTRY_H 00002 #define CP_ENTRY_H 00003 00004 /* Entry points for the cp command */ 00005 extern int cmd_cp(char **); 00006 extern void help_cmd_cp(unsigned int); 00007 00008 #endif /* CP_ENTRY_H */ 00009