X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fnpar.h;h=6cf627a2b4171cebd34891684fe4de98da84c51f;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=cdbc1f1c343c2370a252c1902316895e17127ca1;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/language/stats/npar.h b/src/language/stats/npar.h index cdbc1f1c..6cf627a2 100644 --- a/src/language/stats/npar.h +++ b/src/language/stats/npar.h @@ -24,7 +24,7 @@ #include #include - + typedef const struct variable *variable_pair[2]; struct hsh_table; @@ -35,13 +35,13 @@ struct dataset; struct npar_test { - void (*execute) (const struct dataset *, + void (*execute) (const struct dataset *, struct casereader *, enum mv_class exclude, const struct npar_test * ); - void (*insert_variables) (const struct npar_test *, + void (*insert_variables) (const struct npar_test *, struct const_hsh_table *); };