X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable.h;h=ec4335a5d4f0f478e71ff7b135ba02726921593b;hb=240ecae8130528a997cc10cffa7f7e9f61689cb2;hp=07c88874c86a47eb925089c6b9606f3859f161f4;hpb=61b107f4f5e3ee7a468c91bc7fa269e268c5bc84;p=pspp diff --git a/src/output/table.h b/src/output/table.h index 07c88874c8..ec4335a5d4 100644 --- a/src/output/table.h +++ b/src/output/table.h @@ -276,11 +276,9 @@ struct footnote *table_create_footnote (struct table *, size_t idx, const char *content, const char *marker, struct table_area_style *); -void table_add_footnote (struct table *, int x, int y, - const struct footnote *); +void table_add_footnote (struct table *, int x, int y, struct footnote *); -void table_add_style (struct table *, int x, int y, - const struct table_area_style *); +void table_add_style (struct table *, int x, int y, struct table_area_style *); bool table_cell_is_empty (const struct table *, int c, int r);