Actually implement the new procedure code and adapt all of its clients
[pspp-builds.git] / src / language / stats / binomial.h
index 10f5d39068c3766327a5745202ab94252e18e2fe..e54a1dedee0a06124c2f05064f655c3919c82a26 100644 (file)
@@ -36,13 +36,13 @@ struct binomial_test
 };
 
 
-struct casefile;
+struct casereader;
 struct dataset;
 
 
 void binomial_execute (const struct dataset *, 
-                      const struct casefile *, 
-                      struct casefilter *, 
+                      struct casereader *,
+                       enum mv_class,
                       const struct npar_test *);
 
 #endif