Categoricals: Use moments instead of keeping cc count ourselves
[pspp] / src / math / categoricals.h
index 02fef13a303d17d717ef07df8b54c58a5302a2cc..09ced7d7acc2a9900fd67039697b98273aaafe0c 100644 (file)
@@ -28,6 +28,7 @@ struct ccase;
 union value ;
 
 typedef void update_func (void *user_data,
+                         enum mv_class exclude,
                          const struct variable *wv, 
                          const struct variable *catvar,
                          const struct ccase *c,