Sat Dec 27 16:16:49 2003 Ben Pfaff <blp@gnu.org>
[pspp-builds.git] / src / file-handle.h
index e1a544b482abd5915f190c739d813eef9947ecdf..b086d7870340fd7c57e6d3364f8760138f5addf7 100644 (file)
@@ -82,6 +82,9 @@ struct file_handle
    file entered via BEGIN DATA/END DATA. */
 extern struct file_handle *inline_file;
 
+/* Initialization. */
+void fh_init_files (void);
+
 /* Opening and closing handles. */
 struct file_handle *fh_get_handle_by_name (const char name[9]);
 struct file_handle *fh_get_handle_by_filename (const char *filename);