diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-06 20:47:31 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-06 20:47:31 +0000 |
commit | 0d37ae10faea9e8c62a0660d4d282aad8606b478 (patch) | |
tree | 5c269e8748077ea0724b10b52b47f2d147e49130 /sh.c | |
parent | bfff954cf0f7ce82d6e87a38b167c9b508abe616 (diff) | |
download | busybox-w32-0d37ae10faea9e8c62a0660d4d282aad8606b478.tar.gz busybox-w32-0d37ae10faea9e8c62a0660d4d282aad8606b478.tar.bz2 busybox-w32-0d37ae10faea9e8c62a0660d4d282aad8606b478.zip |
Fix func prototype
git-svn-id: svn://busybox.net/trunk/busybox@1986 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -153,6 +153,7 @@ static int run_command_predicate(char *cmd); | |||
153 | /* function prototypes for shell stuff */ | 153 | /* function prototypes for shell stuff */ |
154 | static void mark_open(int fd); | 154 | static void mark_open(int fd); |
155 | static void mark_closed(int fd); | 155 | static void mark_closed(int fd); |
156 | static void close_all(void); | ||
156 | static void checkjobs(struct jobset *job_list); | 157 | static void checkjobs(struct jobset *job_list); |
157 | static int get_command(FILE * source, char *command); | 158 | static int get_command(FILE * source, char *command); |
158 | static int parse_command(char **command_ptr, struct job *job, int *inbg); | 159 | static int parse_command(char **command_ptr, struct job *job, int *inbg); |