Actually implement the new procedure code and adapt all of its clients
[pspp-builds.git] / src / language / stats / binomial.h
index bcfc69b0864cc137afa6a89c80404e2560ef35b2..e54a1dedee0a06124c2f05064f655c3919c82a26 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by John Darrington <john@darrington.wattle.id.au>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -37,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