commit | 36278b957630afbe603c632fe21792ed497df149 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Mar 06 20:47:31 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Mar 06 20:47:31 2001 +0000 |
tree | 5c269e8748077ea0724b10b52b47f2d147e49130 | |
parent | 54851d3c6523b544c127fa0420e4b58fb1f046f4 [diff] [blame] |
Fix func prototype
diff --git a/shell/lash.c b/shell/lash.c index 11016a0..b7c5ec5 100644 --- a/shell/lash.c +++ b/shell/lash.c
@@ -153,6 +153,7 @@ /* function prototypes for shell stuff */ static void mark_open(int fd); static void mark_closed(int fd); +static void close_all(void); static void checkjobs(struct jobset *job_list); static int get_command(FILE * source, char *command); static int parse_command(char **command_ptr, struct job *job, int *inbg);