diff options
Diffstat (limited to 'm4/m4module.h')
-rw-r--r-- | m4/m4module.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/m4module.h b/m4/m4module.h index 21a83399..e086041f 100644 --- a/m4/m4module.h +++ b/m4/m4module.h @@ -527,7 +527,10 @@ extern void m4_undivert_all (m4 *); extern void m4_include_env_init (m4 *); extern void m4_add_include_directory (m4 *, const char *, bool); -extern FILE * m4_path_search (m4 *, const char *, char **); +extern bool m4_load_filename (m4 *, const char *, const char *, + m4_obstack *, bool); +extern char * m4_path_search (m4 *, const char *, const char **); +extern FILE * m4_fopen (m4 *, const char *); |