X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fchart.h;h=ee87956042b89c9e66f747bf7714ccb12fce415b;hb=9aff19b717bcc242e16d04c34f348fd79ebdd685;hp=d931e175b0af0f16f4f637b6e837c07676cfad38;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/output/chart.h b/src/output/chart.h index d931e175..ee879560 100644 --- a/src/output/chart.h +++ b/src/output/chart.h @@ -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