pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/case.h
Date: Tue, 26 Apr 2005 02:32:07 -0400

Index: pspp/src/case.h
diff -u pspp/src/case.h:1.4 pspp/src/case.h:1.5
--- pspp/src/case.h:1.4 Tue Mar  1 08:16:15 2005
+++ pspp/src/case.h     Tue Apr 26 06:32:02 2005
@@ -21,6 +21,7 @@
 #define HEADER_CASE
 
 #include <stddef.h>
+#include "bool.h"
 #include "val.h"
 
 /* Opaque structure that represents a case.  Use accessor
@@ -76,6 +77,13 @@
 
 CASE_INLINE union value *case_data_rw (struct ccase *, size_t idx);
 
+struct variable;
+int case_compare (const struct ccase *, const struct ccase *,
+                  struct variable *const *, size_t var_cnt);
+int case_compare_2dict (const struct ccase *, const struct ccase *,
+                        struct variable *const *, struct variable *const *,
+                        size_t var_cnt);
+
 const union value *case_data_all (const struct ccase *);
 union value *case_data_all_rw (struct ccase *);
 




reply via email to

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