X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fplot-chart.h;h=1521777c4605da414a3cc85b1fc12d0c58b97e0a;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=189d2888b32d2f573c14084a9fef71b10aa4e10a;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/output/charts/plot-chart.h b/src/output/charts/plot-chart.h index 189d2888..1521777c 100644 --- a/src/output/charts/plot-chart.h +++ b/src/output/charts/plot-chart.h @@ -38,7 +38,7 @@ #ifndef PLOT_CHART_H #define PLOT_CHART_H - + extern const char *const data_colour[]; enum tick_orientation { @@ -50,9 +50,9 @@ enum tick_orientation { /* Draw a tick mark at position If label is non zero, then print it at the tick mark */ -void draw_tick(struct chart *chart, - enum tick_orientation orientation, - double position, +void draw_tick(struct chart *chart, + enum tick_orientation orientation, + double position, const char *label, ...);