Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3295 → Rev 3296

/branches/shell/uspace/app/bdsh/cmds/modules/rm/rm.h
1,8 → 1,13
#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 */