Changes in uspace/app/bdsh/cmds/builtins/builtins.h [81bc309:0b4a67a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/builtins/builtins.h
r81bc309 r0b4a67a 4 4 #include "config.h" 5 5 6 #include "batch/entry.h"7 6 #include "cd/entry.h" 8 7 #include "exit/entry.h" 9 8 10 9 builtin_t builtins[] = { 11 #include "batch/batch_def.h"12 10 #include "cd/cd_def.h" 13 11 #include "exit/exit_def.h"
Note:
See TracChangeset
for help on using the changeset viewer.