X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcategoricals.h;h=b2f6b649b1b1d0d67b656e87fccec70802b8861a;hb=23c5ab34eec1b2c2fef34155620c7cab670175f0;hp=c221cd5694fcc81867f28ebcbd041fbe5ab0cc7d;hpb=a1f410c3ad34e83d60eb8c038946d8a0c72ce0d3;p=pspp diff --git a/src/math/categoricals.h b/src/math/categoricals.h index c221cd5694..b2f6b649b1 100644 --- a/src/math/categoricals.h +++ b/src/math/categoricals.h @@ -29,7 +29,8 @@ struct interaction; union value ; struct categoricals *categoricals_create (struct interaction *const *, size_t n_int, - const struct variable *wv, enum mv_class exclude); + const struct variable *wv, enum mv_class dep_excl, + enum mv_class fctr_excl); void categoricals_destroy (struct categoricals *);