diff options
Diffstat (limited to 'shell/bbsh.c')
-rw-r--r-- | shell/bbsh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/bbsh.c b/shell/bbsh.c index 7978fdc16..fe27f4418 100644 --- a/shell/bbsh.c +++ b/shell/bbsh.c @@ -198,6 +198,7 @@ static void handle(char *command) } } +int bbsh_main(int argc, char *argv[]); int bbsh_main(int argc, char *argv[]) { char *command=NULL; |