Changeset 6ea9a1d in mainline for uspace/app/bdsh/cmds/cmds.h


Ignore:
Timestamp:
2011-06-11T22:32:24Z (14 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36ab7c7
Parents:
ae45201
Message:

Allow shell builtins to be redirected too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/cmds.h

    rae45201 r6ea9a1d  
    5959extern char *alias_for_module(const char *);
    6060extern int help_module(int, unsigned int);
    61 extern int run_module(int, char *[]);
     61extern int run_module(int, char *[], iostate_t *);
    6262
    6363/* Prototypes for builtin launchers */
     
    6767extern char *alias_for_builtin(const char *);
    6868extern int help_builtin(int, unsigned int);
    69 extern int run_builtin(int, char *[], cliuser_t *);
     69extern int run_builtin(int, char *[], cliuser_t *, iostate_t *);
    7070
    7171#endif
Note: See TracChangeset for help on using the changeset viewer.