Add support for charts to ASCII driver. Bug #16364.
[pspp-builds.git] / src / output / dummy-chart.c
index 622107a24fbff2a0e40690f6878c49c8f7b5217a..8850a092991412fe8d8eeb2162def9e9af29081b 100644 (file)
@@ -31,3 +31,13 @@ chart_submit(struct chart *chart UNUSED)
 {
 }
 
+void
+chart_init_separate (struct chart *ch UNUSED, const char *type UNUSED,
+                     const *file_name_tmpl UNUSED, int number UNUSED)
+{
+}
+
+void
+chart_finalise_separate (struct chart *ch)
+{
+}