X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fchart.h;h=43543cf5e2239ddb8a2793aee7cab8e4ed97fbba;hb=6b40f1315cf46ca2417c10ce08bcf62941bdd305;hp=d931e175b0af0f16f4f637b6e837c07676cfad38;hpb=255de8df66dde4395a62d7cfc84adf317f435744;p=pspp-builds.git diff --git a/src/output/chart.h b/src/output/chart.h index d931e175..43543cf5 100644 --- a/src/output/chart.h +++ b/src/output/chart.h @@ -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