Finish converting struct variable to an opaque type. In this
[pspp] / src / data / dictionary.h
index 828b75a9bd5b8b139fec17747d043fa441caa50c..e0425b8552129b0f48bd3b7b6ef0f686bf88b703 100644 (file)
@@ -82,7 +82,7 @@ size_t dict_get_case_size (const struct dictionary *);
 
 void dict_compact_values (struct dictionary *);
 size_t dict_get_compacted_value_cnt (const struct dictionary *);
-int *dict_get_compacted_idx_to_fv (const struct dictionary *);
+int *dict_get_compacted_dict_index_to_case_index (const struct dictionary *);
 bool dict_compacting_would_shrink (const struct dictionary *);
 bool dict_compacting_would_change (const struct dictionary *);