Actually implement the new procedure code and adapt all of its clients
[pspp-builds.git] / src / data / sys-file-writer.h
index 9773230e9791b628c14ba65b246008caac8b2ec8..9e850156141ca4cc0abcbf4197578f01d5d888f4 100644 (file)
@@ -34,12 +34,8 @@ struct sfm_write_options
 struct file_handle;
 struct dictionary;
 struct ccase;
-struct sfm_writer *sfm_open_writer (struct file_handle *, struct dictionary *,
+struct casewriter *sfm_open_writer (struct file_handle *, struct dictionary *,
                                     struct sfm_write_options);
 struct sfm_write_options sfm_writer_default_options (void);
 
-bool sfm_write_case (struct sfm_writer *, const struct ccase *);
-bool sfm_write_error (const struct sfm_writer *);
-bool sfm_close_writer (struct sfm_writer *);
-
 #endif /* sys-file-writer.h */