Merge commit 'origin/stable'
[pspp-builds.git] / src / language / stats / binomial.h
index c78bfa4a7a922e8f1b17d1e3bf49bd73258c2565..df01a13bc56dbeb221b532267fae53b5ecb301ed 100644 (file)
@@ -17,7 +17,6 @@
 #if !binomial_h
 #define binomial_h 1
 
-#include <config.h>
 #include <stddef.h>
 #include <stdbool.h>
 
@@ -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