NPAR TESTS: Fix two test failures.
[pspp-builds.git] / src / language / stats / chisquare.h
index 916a26392e9e1c6ebea43ad7eef47c423e3726fc..182e092e14c7a52079f50fc4829ae0657c8e0e1b 100644 (file)
@@ -35,18 +35,15 @@ struct chisquare_test
 };
 
 struct casereader;
-struct dictionary;
-struct hsh_table;
 struct dataset;
 
-void chisquare_insert_variables (const struct npar_test *test,
-                                struct hsh_table *variables);
-
 
 void chisquare_execute (const struct dataset *ds,
                        struct casereader *input,
                         enum mv_class exclude,
-                       const struct npar_test *test);
+                       const struct npar_test *test,
+                       bool,
+                       double);