Make distcheck work for configure --without-libplot
[pspp-builds.git] / src / output / dummy-chart.c
index 622107a24fbff2a0e40690f6878c49c8f7b5217a..6d4ff9310060800e270b9a76d41cc329169848bd 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 char *file_name_tmpl UNUSED, int number UNUSED)
+{
+}
+
+void
+chart_finalise_separate (struct chart *ch)
+{
+}