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) | |||
198 | } | 198 | } |
199 | } | 199 | } |
200 | 200 | ||
201 | int bbsh_main(int argc, char *argv[]); | ||
201 | int bbsh_main(int argc, char *argv[]) | 202 | int bbsh_main(int argc, char *argv[]) |
202 | { | 203 | { |
203 | char *command=NULL; | 204 | char *command=NULL; |