X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcat-routines.h;h=4fed886b56609a2bac4c96e19f2ba01924cd7900;hb=4ec88a3abb859304f42a5905231704b2ecfaf711;hp=43cfcccd3dcf8ec019043e07d6443f4d4825803d;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/data/cat-routines.h b/src/data/cat-routines.h index 43cfcccd3d..4fed886b56 100644 --- a/src/data/cat-routines.h +++ b/src/data/cat-routines.h @@ -43,11 +43,11 @@ size_t cat_value_find (const struct variable *, const union value *); union value *cat_subscript_to_value (const size_t, struct variable *); -void cat_stored_values_create (struct variable *); +void cat_stored_values_create (const struct variable *); -void cat_value_update (struct variable *, const union value *); +void cat_value_update (const struct variable *, const union value *); -void cat_create_value_matrix (struct variable *); +void cat_create_value_matrix (const struct variable *); -void cat_stored_values_destroy (struct variable *); +void cat_stored_values_destroy (struct cat_vals *); #endif