Changeset 88944695 in mainline for uspace/app/bdsh/exec.h
- Timestamp:
- 2008-08-28T08:32:06Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a56f4b2
- Parents:
- 69145dae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.h
r69145dae r88944695 4 4 #include <task.h> 5 5 6 extern char *find_command(char *);7 6 extern unsigned int try_exec(char *, char **); 8 extern unsigned int try_access(const char *);9 10 7 #endif
Note:
See TracChangeset
for help on using the changeset viewer.