Add scratch file handles.
[pspp-builds.git] / src / pfm-read.h
index 3f84e16023fd4f36ef6fd13667fec2a4eca7d01a..5639816a44f41d7a0e79f4b90a7e9a5cd846c4d4 100644 (file)
@@ -23,6 +23,7 @@
 /* Portable file reading. */
 
 #include <stdbool.h>
+#include <stdio.h>
 
 /* Information produced by pfm_read_dictionary() that doesn't fit into
    a dictionary struct. */
@@ -42,5 +43,6 @@ struct pfm_reader *pfm_open_reader (struct file_handle *,
                                     struct pfm_read_info *);
 bool pfm_read_case (struct pfm_reader *, struct ccase *);
 void pfm_close_reader (struct pfm_reader *);
+bool pfm_detect (FILE *);
 
 #endif /* pfm-read.h */