Changeset 809813d in mainline for uspace/app/bdsh/cmds/modules/help/entry.h
- Timestamp:
- 2008-09-14T15:43:22Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6279151
- Parents:
- 211b0c13
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/help/entry.h
r211b0c13 r809813d 3 3 4 4 /* Entry points for the help command */ 5 extern void *help_cmd_help(unsigned int);6 extern int *cmd_help(char *[]);5 extern void help_cmd_help(unsigned int); 6 extern int cmd_help(char *[]); 7 7 8 8 #endif
Note:
See TracChangeset
for help on using the changeset viewer.