caseinit: Introduce new caseinit_translate_casereader_to_init_vars().
[pspp] / src / data / caseproto.h
index e6921888f58baf7e12332810f241f2ac0cc60b42..37c4e19f1126e9b1f13eaada63e9f571da8fcc1f 100644 (file)
@@ -130,9 +130,10 @@ bool caseproto_range_is_valid (const struct caseproto *,
                                size_t ofs, size_t count);
 bool caseproto_is_conformable (const struct caseproto *a,
                                const struct caseproto *b);
-bool caseproto_equal (const struct caseproto *a, size_t a_start,
-                      const struct caseproto *b, size_t b_start,
-                      size_t n);
+bool caseproto_range_equal (const struct caseproto *a, size_t a_start,
+                            const struct caseproto *b, size_t b_start,
+                            size_t n);
+bool caseproto_equal (const struct caseproto *, const struct caseproto *);
 \f
 /* Creation and destruction. */