]> git.saurik.com Git - bison.git/blobdiff - src/files.h
build: be sure to include config.h first in the generated parser
[bison.git] / src / files.h
index ccc8870148911315f95bba05a3e2d4b030d8ef21..ebe5037c7ac277ab3f7e01d2d472f5fc32ad87e5 100644 (file)
@@ -65,7 +65,8 @@ void compute_output_file_names (void);
 void output_file_names_free (void);
 void output_file_name_check (char **file_name);
 
-FILE *xfopen (const char *name, const char *mode);
+FILE *xfopen (const char *name, char const *mode);
 void xfclose (FILE *ptr);
+FILE *xfdopen (int fd, char const *mode);
 
 #endif /* !FILES_H_ */