Changeset 809813d in mainline for uspace/app/bdsh/cmds/modules/ls/ls.c


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/ls/ls.c

    r211b0c13 r809813d  
    133133}
    134134
    135 void * help_cmd_ls(unsigned int level)
     135void help_cmd_ls(unsigned int level)
    136136{
    137137        if (level == HELP_SHORT) {
     
    143143        }
    144144
    145         return CMD_VOID;
     145        return;
    146146}
    147147
    148 int * cmd_ls(char **argv)
     148int cmd_ls(char **argv)
    149149{
    150150        unsigned int argc;
Note: See TracChangeset for help on using the changeset viewer.