Changeset b510d52 in mainline for uspace/app/bdsh/cmds/modules/rm/rm.h
- Timestamp:
- 2008-08-25T05:38:01Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e2ea8d7e
- Parents:
- 74965d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/rm/rm.h
r74965d2 rb510d52 34 34 35 35 /* Prototypes for the rm command, excluding entry points */ 36 externunsigned int rm_start(rm_job_t *);37 externvoid rm_end(rm_job_t *rm);38 externunsigned int rm_recursive(const char *);39 externunsigned int rm_single(const char *);40 externunsigned int rm_scope(const char *);36 static unsigned int rm_start(rm_job_t *); 37 static void rm_end(rm_job_t *rm); 38 static unsigned int rm_recursive(const char *); 39 static unsigned int rm_single(const char *); 40 static unsigned int rm_scope(const char *); 41 41 42 42 #endif /* RM_H */
Note:
See TracChangeset
for help on using the changeset viewer.