Changeset 809813d in mainline for uspace/app/bdsh/cmds/modules/help/help.c
- Timestamp:
- 2008-09-14T15:43:22Z (17 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/help.c
r211b0c13 r809813d 70 70 } 71 71 72 void *help_cmd_help(unsigned int level)72 void help_cmd_help(unsigned int level) 73 73 { 74 74 if (level == HELP_SHORT) { … … 87 87 } 88 88 89 return CMD_VOID;89 return; 90 90 } 91 91 92 int *cmd_help(char *argv[])92 int cmd_help(char *argv[]) 93 93 { 94 94 module_t *mod;
Note:
See TracChangeset
for help on using the changeset viewer.