summaryrefslogtreecommitdiff
path: root/devel/bmake/files/job.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/job.h')
-rw-r--r--devel/bmake/files/job.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bmake/files/job.h b/devel/bmake/files/job.h
index b3e7e26c58e..fa4dbe4aa22 100644
--- a/devel/bmake/files/job.h
+++ b/devel/bmake/files/job.h
@@ -1,4 +1,4 @@
-/* $NetBSD: job.h,v 1.1.1.5 2011/06/18 22:17:58 bsiegert Exp $ */
+/* $NetBSD: job.h,v 1.1.1.6 2015/05/19 21:36:44 joerg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -243,6 +243,7 @@ typedef struct Shell {
extern const char *shellPath;
extern const char *shellName;
+extern char *shellErrFlag;
extern int jobTokensRunning; /* tokens currently "out" */
extern int maxJobs; /* Max jobs we can run */
@@ -268,5 +269,6 @@ void Job_TokenReturn(void);
Boolean Job_TokenWithdraw(void);
void Job_ServerStart(int, int, int);
void Job_SetPrefix(void);
+Boolean Job_RunTarget(const char *, const char *);
#endif /* _JOB_H_ */