X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fnpar-summary.h;h=f57fa1cfd7b678e5954a8f0e733567e92d938ada;hb=92c09e564002d356d20fc1e2e131027ef89f6748;hp=1a5125b671ae56b34c0d376ebc3c1dc64c98b3c7;hpb=661b9ee29cbb6b89c4ea53a05b8a4eb3a5028de0;p=pspp-builds.git diff --git a/src/language/stats/npar-summary.h b/src/language/stats/npar-summary.h index 1a5125b6..f57fa1cf 100644 --- a/src/language/stats/npar-summary.h +++ b/src/language/stats/npar-summary.h @@ -22,9 +22,8 @@ #include struct variable ; -struct casefile ; +struct casereader ; struct dictionary; -struct casefilter; struct descriptives { @@ -36,11 +35,11 @@ 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); + int n_vars, + enum mv_class filter); void do_summary_box (const struct descriptives *desc,