X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftab.h;h=40f871b12df5101cc718a07d16e2de02cbaf627f;hb=f278ec924a1f795d06a497ca44866aac4cde5c9f;hp=f45e1f605589f66729ed872f6cc9bbed44256d15;hpb=1b014fd004135359c6e37b1dfda5168d7745965a;p=pspp diff --git a/src/output/tab.h b/src/output/tab.h index f45e1f6055..40f871b12d 100644 --- a/src/output/tab.h +++ b/src/output/tab.h @@ -155,7 +155,8 @@ void tab_joint_text_format (struct tab_table *, int x1, int y1, int x2, int y2, PRINTF_FORMAT (7, 8); struct footnote *tab_create_footnote (struct tab_table *, size_t idx, - const char *content, const char *marker); + const char *content, const char *marker, + struct cell_style *); void tab_add_footnote (struct tab_table *, int x, int y, const struct footnote *);