summaryrefslogtreecommitdiff
path: root/variable.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-12-22 23:44:09 +0000
committerRoland McGrath <roland@redhat.com>1992-12-22 23:44:09 +0000
commit37fb62e217c923369bd6324583fc90cced8976fe (patch)
tree9b81b1394e6d3a6173b1f07ab707945193d3c482 /variable.h
parent555a705aaadee0e2ee1d33015313877f5c444eac (diff)
downloadgunmake-37fb62e217c923369bd6324583fc90cced8976fe.tar.gz
Formerly variable.h.~9~
Diffstat (limited to 'variable.h')
-rw-r--r--variable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.h b/variable.h
index c9e6c2f..a0c79de 100644
--- a/variable.h
+++ b/variable.h
@@ -93,7 +93,7 @@ extern struct variable *lookup_variable (), *define_variable ();
extern struct variable *define_variable_for_file ();
extern int pattern_matches ();
-extern char *subst_expand (), *patsubst_expand ();
+extern char *subst_expand (), *patsubst_expand (), *recursively_expand ();
extern char **target_environment ();
extern int export_all_variables;