Changeset 6ea9a1d in mainline for uspace/app/bdsh/cmds/cmds.h
- Timestamp:
- 2011-06-11T22:32:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36ab7c7
- Parents:
- ae45201
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/cmds.h
rae45201 r6ea9a1d 59 59 extern char *alias_for_module(const char *); 60 60 extern int help_module(int, unsigned int); 61 extern int run_module(int, char *[] );61 extern int run_module(int, char *[], iostate_t *); 62 62 63 63 /* Prototypes for builtin launchers */ … … 67 67 extern char *alias_for_builtin(const char *); 68 68 extern int help_builtin(int, unsigned int); 69 extern int run_builtin(int, char *[], cliuser_t * );69 extern int run_builtin(int, char *[], cliuser_t *, iostate_t *); 70 70 71 71 #endif
Note:
See TracChangeset
for help on using the changeset viewer.