Subversion Repositories HelenOS

Rev

Rev 3277 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

#ifndef RM_H
#define RM_H

#define RM_BOGUS 0
#define RM_FILE  1
#define RM_DIR   2

/* Prototypes for the rm command, excluding entry points */
extern unsigned int rm_recursive(const char *);
extern unsigned int rm_single(const char *);
extern unsigned int rm_scope(const char *);
#endif /* RM_H */