summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/job.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-10-09 01:56:02 +0000
committerjmallett <jmallett@FreeBSD.org>2002-10-09 01:56:02 +0000
commitcc747c11c5444d874bc9a548ddb8dbcfba2e483e (patch)
treefeefe92d63572b2e7d21a09bd10a5cdaf60371e5 /usr.bin/make/job.h
parent5788a2c1bb03c058e07cfab411f9c4a33911a10c (diff)
downloadFreeBSD-src-cc747c11c5444d874bc9a548ddb8dbcfba2e483e.zip
FreeBSD-src-cc747c11c5444d874bc9a548ddb8dbcfba2e483e.tar.gz
Remove extern declarations from functions and source files where they would
happily fit into headers.
Diffstat (limited to 'usr.bin/make/job.h')
-rw-r--r--usr.bin/make/job.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h
index 6220e09..ba80c2f 100644
--- a/usr.bin/make/job.h
+++ b/usr.bin/make/job.h
@@ -226,6 +226,8 @@ extern Lst stoppedJobs; /* List of jobs that are stopped or didn't
extern Boolean jobFull; /* Non-zero if no more jobs should/will start*/
#endif
+extern int maxJobs; /* Number of jobs that may run */
+
void Job_Touch(GNode *, Boolean);
Boolean Job_CheckCommands(GNode *, void (*abortProc)(const char *, ...));
OpenPOWER on IntegriCloud