summaryrefslogtreecommitdiff
path: root/dep.h
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@kolpackov.net>2005-02-27 22:24:30 +0000
committerBoris Kolpackov <boris@kolpackov.net>2005-02-27 22:24:30 +0000
commit2b4aac0a79b57635f74a96c5d74c18b46a9f3865 (patch)
treeb3d69f597a1e32659e227388346363cfdbdec465 /dep.h
parent8eea5e8ec1bbb1d81a04a8493526952a29adc015 (diff)
downloadmake-2b4aac0a79b57635f74a96c5d74c18b46a9f3865.tar.gz
Implementation of the .DEFAULT_TARGET special variable.
Diffstat (limited to 'dep.h')
-rw-r--r--dep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep.h b/dep.h
index 6e6adcef..01c31a30 100644
--- a/dep.h
+++ b/dep.h
@@ -72,7 +72,7 @@ extern char *dep_name ();
#endif
extern struct dep *copy_dep_chain PARAMS ((struct dep *d));
-extern void free_dep_chain PARAMS ((struct dep *d));
+extern void free_ns_chain PARAMS ((struct nameseq *n));
extern struct dep *read_all_makefiles PARAMS ((char **makefiles));
extern int eval_buffer PARAMS ((char *buffer));
extern int update_goal_chain PARAMS ((struct dep *goals));