summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-11-26 01:39:38 +0000
committerRoland McGrath <roland@redhat.com>1995-11-26 01:39:38 +0000
commit5ed1a6399a8f6c54b0d06d453cfd8dfb84e238f4 (patch)
treeac355804ac08cb83573392bfc1e3e3b66504b133 /make.h
parent3f614c58ede802b19519315bb001bfbf4aa1900f (diff)
downloadgunmake-5ed1a6399a8f6c54b0d06d453cfd8dfb84e238f4.tar.gz
(log_working_directory): Declare it.
Diffstat (limited to 'make.h')
-rw-r--r--make.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.h b/make.h
index 3503910..b44c339 100644
--- a/make.h
+++ b/make.h
@@ -259,6 +259,7 @@ extern char *alloca ();
extern void die ();
extern void message (), fatal (), error ();
+extern void log_working_directory ();
extern void makefile_error (), makefile_fatal ();
extern void pfatal_with_name (), perror_with_name ();
extern char *savestring (), *concat ();