work on monolithic rendering
[pspp] / src / output / pivot-output.h
index 4013c1bc4543283eecba6532e9d78a8699e2ed4f..6620cf7618fea616e86214c11e608d0fb0d9c46b 100644 (file)
@@ -40,4 +40,8 @@ void pivot_output (const struct pivot_table *,
                    struct table **footnotesp,
                    struct pivot_footnote ***fp, size_t *nfp);
 
+struct table *pivot_output_monolithic (const struct pivot_table *,
+                                       const size_t *layer_indexes,
+                                       bool printing);
+
 #endif /* output/pivot-output.h */