(main): When testing mode is enabled, use a built-in output driver
[pspp-builds.git] / src / output / chart.h
index d931e175b0af0f16f4f637b6e837c07676cfad38..ee87956042b89c9e66f747bf7714ccb12fce415b 100644 (file)
@@ -85,4 +85,11 @@ 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