pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/sfm-write.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/sfm-write.h
Date: Mon, 02 May 2005 02:21:38 -0400

Index: pspp/src/sfm-write.h
diff -u pspp/src/sfm-write.h:1.3 pspp/src/sfm-write.h:1.4
--- pspp/src/sfm-write.h:1.3    Fri Apr 29 01:02:15 2005
+++ pspp/src/sfm-write.h        Mon May  2 06:21:20 2005
@@ -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 *);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]