Changeset b510d52 in mainline for uspace/app/bdsh/cmds/modules/help/help.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/help/help.h
r74965d2 rb510d52 3 3 4 4 /* Prototypes for the help command (excluding entry points) */ 5 externint is_mod_or_builtin(char *);5 static int is_mod_or_builtin(char *); 6 6 7 7 #endif
Note:
See TracChangeset
for help on using the changeset viewer.