Actually implement the new procedure code and adapt all of its clients
[pspp-builds.git] / src / data / scratch-writer.h
index d4832a4fee76e1670b622e6be1511b16262bcc84..95b0bddbe7922bc71a05ca6b4b8e0f7344231d1d 100644 (file)
 struct dictionary;
 struct file_handle;
 struct ccase;
-struct scratch_writer *scratch_writer_open (struct file_handle *,
-                                            const struct dictionary *);
-bool scratch_writer_write_case (struct scratch_writer *, const struct ccase *);
-bool scratch_writer_error (const struct scratch_writer *);
-bool scratch_writer_close (struct scratch_writer *);
+struct casewriter *scratch_writer_open (struct file_handle *,
+                                        const struct dictionary *);
 
 #endif /* scratch-writer.h */