X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fbinomial.h;h=df01a13bc56dbeb221b532267fae53b5ecb301ed;hb=b5c82cc9aabe7e641011130240ae1b2e84348e23;hp=c78bfa4a7a922e8f1b17d1e3bf49bd73258c2565;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/language/stats/binomial.h b/src/language/stats/binomial.h index c78bfa4a..df01a13b 100644 --- a/src/language/stats/binomial.h +++ b/src/language/stats/binomial.h @@ -17,7 +17,6 @@ #if !binomial_h #define binomial_h 1 -#include #include #include @@ -41,6 +40,7 @@ struct dataset; void binomial_execute (const struct dataset *, struct casereader *, enum mv_class, - const struct npar_test *); + const struct npar_test *, + bool, double); #endif