X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcategoricals.h;h=2cec0b45cd3822ebbc6d7aff70ec34bf4b7ca530;hb=d06112af3e59338577515f98ec929454d608db71;hp=619135a3393ef05afd213d480ee6c9c38f5a21e2;hpb=bb344a10d274c73d863c830fda5fe6dce0e28f7f;p=pspp-builds.git diff --git a/src/math/categoricals.h b/src/math/categoricals.h index 619135a3..2cec0b45 100644 --- a/src/math/categoricals.h +++ b/src/math/categoricals.h @@ -19,6 +19,7 @@ #define _CATEGORICALS__ #include +#include struct categoricals; struct variable; @@ -27,7 +28,7 @@ struct ccase; union value ; struct categoricals *categoricals_create (const struct variable **v, size_t n_vars, - const struct variable *wv); + const struct variable *wv, enum mv_class exclude); void categoricals_destroy (struct categoricals *);