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 c3640ed3a..573724075 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -2686,6 +2686,7 @@ static void setup_job_control(void) | |||
2686 | tcsetpgrp(shell_terminal, shell_pgrp); | 2686 | tcsetpgrp(shell_terminal, shell_pgrp); |
2687 | } | 2687 | } |
2688 | 2688 | ||
2689 | int hush_main(int argc, char **argv); | ||
2689 | int hush_main(int argc, char **argv) | 2690 | int hush_main(int argc, char **argv) |
2690 | { | 2691 | { |
2691 | int opt; | 2692 | int opt; |