(find_char_unquote): Declare it.
authorRoland McGrath <roland@redhat.com>
Thu, 21 Apr 1994 20:37:39 +0000 (20:37 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 21 Apr 1994 20:37:39 +0000 (20:37 +0000)
make.h

diff --git a/make.h b/make.h
index 8e32624..9515490 100644 (file)
--- a/make.h
+++ b/make.h
@@ -262,7 +262,7 @@ extern char *sindex (), *lindex ();
 extern int alpha_compare ();
 extern void print_spaces ();
 extern struct dep *copy_dep_chain ();
-extern char *find_percent ();
+extern char *find_char_unquote (), *find_percent ();
 
 #ifndef        NO_ARCHIVES
 extern int ar_name ();