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: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/sfm-write.h
Date: Wed, 13 Apr 2005 06:10:08 -0400

Index: pspp/src/sfm-write.h
diff -u pspp/src/sfm-write.h:1.1 pspp/src/sfm-write.h:1.2
--- pspp/src/sfm-write.h:1.1    Mon Nov 15 09:51:22 2004
+++ pspp/src/sfm-write.h        Wed Apr 13 10:09:59 2005
@@ -26,7 +26,9 @@
 struct dictionary;
 struct ccase;
 struct sfm_writer *sfm_open_writer (struct file_handle *,
-                                    const struct dictionary *, int compress);
+                                    const struct dictionary *, 
+                                   int compress, short omit_longnames);
+
 int sfm_write_case (struct sfm_writer *, struct ccase *);
 void sfm_close_writer (struct sfm_writer *);
 




reply via email to

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