subcase: Rename subcase_destroy() to subcase_uninit().
[pspp] / src / data / subcase.h
index f890f2549afa8e8138ace3f92f88300613e2feee..4e5043648c4728fbbacfe01fecb5ab3f0cf0173a 100644 (file)
@@ -58,7 +58,7 @@ void subcase_init (struct subcase *, int index, int width,
 
 void subcase_clone (struct subcase *, const struct subcase *);
 void subcase_clear (struct subcase *);
-void subcase_destroy (struct subcase *);
+void subcase_uninit (struct subcase *);
 
 bool subcase_contains (const struct subcase *, int case_index);
 bool subcase_contains_var (const struct subcase *, const struct variable *);