]> git.saurik.com Git - bison.git/blobdiff - src/files.h
Various anti-`extern in *.c' changes.
[bison.git] / src / files.h
index e97534f09eb77483b378f22a7af2d0340eea8117..7826db9e571becddb32c5ba98cabd66228146969 100644 (file)
@@ -53,4 +53,7 @@ extern char *attrsfile;
 extern char *guardfile;
 extern char *actfile;
 
-extern void done PARAMS((void));
+void open_files PARAMS((void));
+void open_extra_files PARAMS((void));
+
+void done PARAMS((void));