summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.h
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2011-06-13 21:03:27 +0000
committerjilles <jilles@FreeBSD.org>2011-06-13 21:03:27 +0000
commit16addb86733d970dc3f900be1a0536276292efbe (patch)
tree007f3e31e27062e0bd6f94d06d03f38056fc4685 /bin/sh/jobs.h
parent83fe27f2b389dab3f912243ac3e6a6b726ebed3a (diff)
downloadFreeBSD-src-16addb86733d970dc3f900be1a0536276292efbe.zip
FreeBSD-src-16addb86733d970dc3f900be1a0536276292efbe.tar.gz
sh: Fix duplicate prototypes for builtins.
Have mkbuiltins write the prototypes for the *cmd functions to builtins.h instead of builtins.c and include builtins.h in more .c files instead of duplicating prototypes for *cmd functions in other headers.
Diffstat (limited to 'bin/sh/jobs.h')
-rw-r--r--bin/sh/jobs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h
index 8bc1082..5e9d70d 100644
--- a/bin/sh/jobs.h
+++ b/bin/sh/jobs.h
@@ -88,12 +88,7 @@ extern int in_dowait; /* are we in dowait()? */
extern volatile sig_atomic_t breakwaitcmd; /* break wait to process traps? */
void setjobctl(int);
-int fgcmd(int, char **);
-int bgcmd(int, char **);
-int jobscmd(int, char **);
void showjobs(int, int);
-int waitcmd(int, char **);
-int jobidcmd(int, char **);
struct job *makejob(union node *, int);
pid_t forkshell(struct job *, union node *, int);
int waitforjob(struct job *, int *);
OpenPOWER on IntegriCloud