Merge commit 'origin/stable'
[pspp-builds.git] / src / output / dummy-chart.c
index 622107a24fbff2a0e40690f6878c49c8f7b5217a..7758ad709cb1a8f3bc7ff4c9c8f221fb805eefdd 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 UNUSED)
+{
+}