X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fchart.h;h=ee87956042b89c9e66f747bf7714ccb12fce415b;hb=9aff19b717bcc242e16d04c34f348fd79ebdd685;hp=43543cf5e2239ddb8a2793aee7cab8e4ed97fbba;hpb=6b40f1315cf46ca2417c10ce08bcf62941bdd305;p=pspp-builds.git diff --git a/src/output/chart.h b/src/output/chart.h index 43543cf5..ee879560 100644 --- a/src/output/chart.h +++ b/src/output/chart.h @@ -89,6 +89,7 @@ void chart_submit(struct chart *ch); 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