diff options
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hush.c b/shell/hush.c index c3640ed..5737240 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -2686,6 +2686,7 @@ static void setup_job_control(void) tcsetpgrp(shell_terminal, shell_pgrp); } +int hush_main(int argc, char **argv); int hush_main(int argc, char **argv) { int opt; |