(log_working_directory): Declare it.
authorRoland McGrath <roland@redhat.com>
Sun, 26 Nov 1995 01:39:38 +0000 (01:39 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 26 Nov 1995 01:39:38 +0000 (01:39 +0000)
make.h

diff --git a/make.h b/make.h
index 3503910..b44c339 100644 (file)
--- a/make.h
+++ b/make.h
@@ -259,6 +259,7 @@ extern char *alloca ();
 \f
 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 ();