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/ls/entry.h

    r211b0c13 r809813d  
    33
    44/* Entry points for the ls command */
    5 extern int * cmd_ls(char **);
    6 extern void * help_cmd_ls(unsigned int);
     5extern int cmd_ls(char **);
     6extern void help_cmd_ls(unsigned int);
    77
    88#endif /* LS_ENTRY_H */
Note: See TracChangeset for help on using the changeset viewer.