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
commit93bd1bd93c1033352e5059ed721a0cc769449639 (patch)
treeb3d69f597a1e32659e227388346363cfdbdec465 /dep.h
parent659fc6b55e28740c74d66dbe3bda765d1004a12e (diff)
downloadgunmake-93bd1bd93c1033352e5059ed721a0cc769449639.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 6e6adce..01c31a3 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));