X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcategoricals.h;h=09ced7d7acc2a9900fd67039697b98273aaafe0c;hb=9c8be641c528c8f55a68669e0014ee7664233d41;hp=02fef13a303d17d717ef07df8b54c58a5302a2cc;hpb=c91d15f0e87c2667ae4b39c236850ef6669a6b51;p=pspp diff --git a/src/math/categoricals.h b/src/math/categoricals.h index 02fef13a30..09ced7d7ac 100644 --- a/src/math/categoricals.h +++ b/src/math/categoricals.h @@ -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,