X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fplot-chart.h;fp=src%2Foutput%2Fcharts%2Fplot-chart.h;h=f4cc5bbf06c3f91650c4988b15e76e36f8efc74a;hb=b40baf410822471fbdeeec553693619d60d7c7b6;hp=4a1dc10538d2567b630cca096886c8ca8e5011cd;hpb=231ebe7e6d5c8c8eba47560793b5fa53c013b87f;p=pspp-builds.git diff --git a/src/output/charts/plot-chart.h b/src/output/charts/plot-chart.h index 4a1dc105..f4cc5bbf 100644 --- a/src/output/charts/plot-chart.h +++ b/src/output/charts/plot-chart.h @@ -70,4 +70,6 @@ void chart_write_xlabel(struct chart *ch, const char *label) ; /* Write the ordinate label */ void chart_write_ylabel(struct chart *ch, const char *label); +void chart_write_legend (struct chart *ch); + #endif