diff options
Diffstat (limited to 'src/user/app/shell/shell.h')
-rw-r--r-- | src/user/app/shell/shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/app/shell/shell.h b/src/user/app/shell/shell.h index 5097e00..a8f0012 100644 --- a/src/user/app/shell/shell.h +++ b/src/user/app/shell/shell.h @@ -10,3 +10,4 @@ struct redir { }; int parse(char *s, char **argv, size_t argvlen, struct redir *redir); +void run_args(int argc, char **argv, struct redir *redir); |