X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftab.h;h=76be9d4f65949cd05114b2563186991d2b18e858;hb=d3fef25674baf4f4e25502f257c680b5090535c6;hp=a973b0414bee0368cf15d9a6dcc56c90a976706d;hpb=f1db96caae465cb7daaf6efbe69ae17069ea1198;p=pspp diff --git a/src/output/tab.h b/src/output/tab.h index a973b0414b..76be9d4f65 100644 --- a/src/output/tab.h +++ b/src/output/tab.h @@ -143,6 +143,9 @@ void tab_joint_text_format (struct tab_table *, int x1, int y1, int x2, int y2, unsigned opt, const char *, ...) PRINTF_FORMAT (7, 8); +void tab_footnote (struct tab_table *, int x, int y, const char *format, ...) + PRINTF_FORMAT (4, 5); + void tab_subtable (struct tab_table *, int x1, int y1, int x2, int y2, unsigned opt, struct table_item *subtable); void tab_subtable_bare (struct tab_table *, int x1, int y1, int x2, int y2,