Subversion Repositories HelenOS

Rev

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

Rev Author Line No. Line
3277 post 1
#ifndef RM_ENTRY_H
2
#define RM_ENTRY_H
3
 
4
/* Entry points for the rm command */
5
extern int * cmd_rm(char **);
6
extern void * help_cmd_rm(unsigned int);
7
 
8
#endif /* RM_ENTRY_H */
9