pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/dictionary.h
Date: Mon, 14 Mar 2005 01:54:42 -0500

Index: pspp/src/dictionary.h
diff -u pspp/src/dictionary.h:1.1 pspp/src/dictionary.h:1.2
--- pspp/src/dictionary.h:1.1   Mon Nov 15 09:51:22 2004
+++ pspp/src/dictionary.h       Mon Mar 14 06:54:40 2005
@@ -74,6 +74,8 @@
 size_t dict_get_case_size (const struct dictionary *);
 
 void dict_compact_values (struct dictionary *);
+void dict_compact_case (const struct dictionary *,
+                        struct ccase *, const struct ccase *);
 size_t dict_get_compacted_value_cnt (const struct dictionary *);
 int *dict_get_compacted_idx_to_fv (const struct dictionary *);
 




reply via email to

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