Ignore:
Timestamp:
2008-09-14T15:43:22Z (16 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/pwd/pwd.c

    r211b0c13 r809813d  
    4040static char * cmdname = "pwd";
    4141
    42 void * help_cmd_pwd(unsigned int level)
     42void help_cmd_pwd(unsigned int level)
    4343{
    4444        printf("`%s' prints your current working directory.\n", cmdname);
    45         return CMD_VOID;
     45        return;
    4646}
    4747
    48 int * cmd_pwd(char *argv[])
     48int cmd_pwd(char *argv[])
    4949{
    5050        char *buff;
Note: See TracChangeset for help on using the changeset viewer.