Make the missing value code do more work, so that its callers can do
[pspp] / src / data / cat-routines.h
index 43cfcccd3dcf8ec019043e07d6443f4d4825803d..654ef44deaf777f3ed6fc1d9f4983f3e2426e98a 100644 (file)
@@ -49,5 +49,5 @@ void cat_value_update (struct variable *, const union value *);
 
 void cat_create_value_matrix (struct variable *);
 
-void cat_stored_values_destroy (struct variable *);
+void cat_stored_values_destroy (struct cat_vals *);
 #endif