X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdictionary.h;h=f375ecc63c7827abcc2ad648e7c8972d353876e7;hb=7dc203206d3f3172474a4ec0f4dcab5364f4ce26;hp=abe1bb7fb75f55ff440769eb62e59a7bd38298f7;hpb=b321086267ad1014dc5d09886396cde30f094437;p=pspp diff --git a/src/dictionary.h b/src/dictionary.h index abe1bb7fb7..f375ecc63c 100644 --- a/src/dictionary.h +++ b/src/dictionary.h @@ -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 *);