Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / language / stats / npar-summary.h
index e8132e56c611a6e81d22a22c13981aa51299947e..0c317bb01576ab0ec662609f533e7e6e82c33e30 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
@@ -23,9 +22,8 @@
 #include <config.h>
 
 struct variable ;
-struct casefile ;
+struct casereader ;
 struct dictionary;
-struct casefilter;
 
 struct descriptives
 {
@@ -37,14 +35,14 @@ struct descriptives
 };
 
 void npar_summary_calc_descriptives (struct descriptives *desc,
-                                    const struct casefile *cf,
-                                    struct casefilter *filter,
+                                    struct casereader *input,
                                     const struct dictionary *dict,
-                                    const struct variable *const *vv, 
-                                    int n_vars);
+                                    const struct variable *const *vv,
+                                    int n_vars,
+                                     enum mv_class filter);
 
 
-void do_summary_box (const struct descriptives *desc, 
+void do_summary_box (const struct descriptives *desc,
                     const struct variable *const *vv,
                     int n_vars);