X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsubcase.h;fp=src%2Fdata%2Fsubcase.h;h=4e5043648c4728fbbacfe01fecb5ab3f0cf0173a;hb=2a76184b55a8c229adc0b31d3436d29076de0ef8;hp=f890f2549afa8e8138ace3f92f88300613e2feee;hpb=71f9b6d6c14525cd41ba77c9fd50aa13d0da830c;p=pspp diff --git a/src/data/subcase.h b/src/data/subcase.h index f890f2549a..4e5043648c 100644 --- a/src/data/subcase.h +++ b/src/data/subcase.h @@ -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 *);