Fix some compiler warnings
[pspp-builds.git] / src / language / stats / npar-summary.h
index 0e52b8023355cf81c6f76ec73451d1b10c489231..a8b12797c1c8b6667de481a41c5f05644a6a08d7 100644 (file)
@@ -30,6 +30,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,