Actually implement the new procedure code and adapt all of its clients
[pspp-builds.git] / src / data / scratch-reader.h
index 7d5f28b4ce0f955018b2684216e8ff72d115b377..16490df73039f892bd33f55050c309de3604fe12 100644 (file)
 struct dictionary;
 struct file_handle;
 struct ccase;
-struct scratch_reader *scratch_reader_open (struct file_handle *,
-                                            struct dictionary **);
-bool scratch_reader_read_case (struct scratch_reader *, struct ccase *);
-bool scratch_reader_error (const struct scratch_reader *);
-void scratch_reader_close (struct scratch_reader *);
+struct casereader *scratch_reader_open (struct file_handle *,
+                                        struct dictionary **);
 
 #endif /* scratch-reader.h */