First phase of making SORT CASES stable (PR 12035).
[pspp] / src / dictionary.h
index abe1bb7fb75f55ff440769eb62e59a7bd38298f7..f375ecc63c7827abcc2ad648e7c8972d353876e7 100644 (file)
@@ -74,6 +74,8 @@ int dict_get_next_value_idx (const struct dictionary *);
 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 *);