Changeset 809813d in mainline for uspace/app/bdsh/cmds/modules/rm/rm.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/rm/rm.c

    r211b0c13 r809813d  
    145145
    146146/* Dispays help for rm in various levels */
    147 void * help_cmd_rm(unsigned int level)
     147void help_cmd_rm(unsigned int level)
    148148{
    149149        if (level == HELP_SHORT) {
     
    162162                cmdname, cmdname);
    163163        }
    164         return CMD_VOID;
     164        return;
    165165}
    166166
    167167/* Main entry point for rm, accepts an array of arguments */
    168 int * cmd_rm(char **argv)
     168int cmd_rm(char **argv)
    169169{
    170170        unsigned int argc;
Note: See TracChangeset for help on using the changeset viewer.