diff options
Diffstat (limited to 'dep.h')
-rw-r--r-- | dep.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,5 +72,6 @@ extern char *dep_name (); extern struct dep *copy_dep_chain PARAMS ((struct dep *d)); 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, int makefiles)); extern void uniquize_deps PARAMS ((struct dep *)); |