Add support for charts to ASCII driver. Bug #16364.
[pspp-builds.git] / src / output / chart.h
index d931e175b0af0f16f4f637b6e837c07676cfad38..43543cf5e2239ddb8a2793aee7cab8e4ed97fbba 100644 (file)
@@ -85,4 +85,10 @@ struct chart {
 struct chart * chart_create(void);
 void chart_submit(struct chart *ch);
 
+/* Helper functions for output drivers that put each chart into a
+   separate file. */
+void chart_init_separate (struct chart *, const char *type,
+                          const char *file_name_tmpl, int number);
+void chart_finalise_separate (struct chart *);
+
 #endif