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