New implementation of long variable names. Each variable has a
[pspp] / src / pfm-write.h
index f05b1606c3111885551069be4d4a50c424cf470e..3f82038d9a9dc6638f6170e611bbcac2fdefb951 100644 (file)
@@ -25,8 +25,7 @@
 struct file_handle;
 struct dictionary;
 struct ccase;
-struct pfm_writer *pfm_open_writer (struct file_handle *,
-                                    const struct dictionary *);
+struct pfm_writer *pfm_open_writer (struct file_handle *, struct dictionary *);
 int pfm_write_case (struct pfm_writer *, struct ccase *);
 void pfm_close_writer (struct pfm_writer *);