Ignore:
Timestamp:
2008-09-14T15:43:22Z (17 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6279151
Parents:
211b0c13
Message:

Simplify entry types (and return values) for commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/help/help.c

    r211b0c13 r809813d  
    7070}
    7171
    72 void *help_cmd_help(unsigned int level)
     72void help_cmd_help(unsigned int level)
    7373{
    7474        if (level == HELP_SHORT) {
     
    8787        }
    8888
    89         return CMD_VOID;
     89        return;
    9090}
    9191
    92 int *cmd_help(char *argv[])
     92int cmd_help(char *argv[])
    9393{
    9494        module_t *mod;
Note: See TracChangeset for help on using the changeset viewer.