New implementation of long variable names. Each variable has a
[pspp] / src / sfm-write.h
index 6795a348d1cc9a836bace2ce41206f75fc0f43e0..dfddd4f614f16d07f5342e09286e5f09355aed29 100644 (file)
@@ -25,8 +25,7 @@
 struct file_handle;
 struct dictionary;
 struct ccase;
-struct sfm_writer *sfm_open_writer (struct file_handle *,
-                                    const struct dictionary *, 
+struct sfm_writer *sfm_open_writer (struct file_handle *, struct dictionary *, 
                                    int compress, short omit_longnames);
 
 int sfm_write_case (struct sfm_writer *, struct ccase *);