X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fpiechart.h;h=a29dee9dc450864f4fa59385e27fcf98403da2ca;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=d6e9941cab02b27af4415d9092bfe4ea386bcf2e;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/output/charts/piechart.h b/src/output/charts/piechart.h index d6e9941c..a29dee9d 100644 --- a/src/output/charts/piechart.h +++ b/src/output/charts/piechart.h @@ -26,7 +26,7 @@ struct slice { }; /* Draw a piechart */ -void piechart_plot(const char *title, +void piechart_plot(const char *title, const struct slice *slices, int n_slices); #endif