X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fnpar-summary.h;h=a78d1b7e2a22c7241f84b37d74b4fe85100b401d;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=4cd080a29958b3c94976b1d03fa7e8718f65e9e6;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/language/stats/npar-summary.h b/src/language/stats/npar-summary.h index 4cd080a2..a78d1b7e 100644 --- a/src/language/stats/npar-summary.h +++ b/src/language/stats/npar-summary.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ #if !n_par_summary_h #define n_par_summary_h 1 -#include +#include "data/missing-values.h" struct variable ; struct casereader ; @@ -32,6 +32,11 @@ struct descriptives double max; }; +void +do_summary_box (const struct descriptives *desc, + const struct variable *const *vv, + int n_vars); + void npar_summary_calc_descriptives (struct descriptives *desc, struct casereader *input, const struct dictionary *dict, @@ -39,11 +44,4 @@ void npar_summary_calc_descriptives (struct descriptives *desc, int n_vars, enum mv_class filter); - -void do_summary_box (const struct descriptives *desc, - const struct variable *const *vv, - int n_vars); - - - #endif