]> git.saurik.com Git - bison.git/blobdiff - src/files.h
package: install README and the like in docdir
[bison.git] / src / files.h
index 94833f71d8c15353d1975fe155c02c1a2cd293b3..9b8571905a0086efc69df95a3618d665600105c9 100644 (file)
@@ -70,6 +70,9 @@ void output_file_names_free (void);
  */
 void output_file_name_check (char **file_name, bool source);
 
+/** Remove all the generated source files. */
+void unlink_generated_sources (void);
+
 FILE *xfopen (const char *name, char const *mode);
 void xfclose (FILE *ptr);
 FILE *xfdopen (int fd, char const *mode);