summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-04-21 20:37:39 +0000
committerRoland McGrath <roland@redhat.com>1994-04-21 20:37:39 +0000
commit9b0a99a051fbf92dd37784271ec211dd11dd5a98 (patch)
tree4432ff2d08b8efbbeffb8d117bfff148f66d29d9
parent5c807f54573f3cb63dda2e478f9d8accc7726afe (diff)
downloadgunmake-9b0a99a051fbf92dd37784271ec211dd11dd5a98.tar.gz
(find_char_unquote): Declare it.
-rw-r--r--make.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.h b/make.h
index 8e32624..9515490 100644
--- 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 ();