Actually implement the new procedure code and adapt all of its clients
[pspp-builds.git] / src / data / por-file-writer.h
index e188288276711468f9415cebf980cadac390dcf9..6732abdea9983f6e329506136cad84d1810c1b21 100644 (file)
@@ -41,12 +41,8 @@ struct pfm_write_options
 struct file_handle;
 struct dictionary;
 struct ccase;
-struct pfm_writer *pfm_open_writer (struct file_handle *, struct dictionary *,
+struct casewriter *pfm_open_writer (struct file_handle *, struct dictionary *,
                                     struct pfm_write_options);
 struct pfm_write_options pfm_writer_default_options (void);
 
-int pfm_write_case (struct pfm_writer *, const struct ccase *);
-bool pfm_write_error (const struct pfm_writer *);
-bool pfm_close_writer (struct pfm_writer *);
-
 #endif /* por-file-writer.h */