diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-06-18 12:34:14 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-06-18 12:34:14 +0000 |
| commit | 76da55f6bce32032bd215b490fa2f23a4158ec19 (patch) | |
| tree | 91257bccf4dda92d8334ba4a74af5a2241987117 /usr.bin/make/make.c | |
| parent | ecf74fe675a16224aae550dcbcc402888df14681 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/make.c')
| -rw-r--r-- | usr.bin/make/make.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index f4c83d650d87..d6959a80e78c 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -88,6 +88,8 @@ static int numNodes; /* Number of nodes to be processed. If this static int MakeAddChild __P((ClientData, ClientData)); static int MakeAddAllSrc __P((ClientData, ClientData)); +static int MakeTimeStamp __P((ClientData, ClientData)); +static int MakeHandleUse __P((ClientData, ClientData)); static Boolean MakeStartJobs __P((void)); static int MakePrintStatus __P((ClientData, ClientData)); /*- |
