X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftab.h;fp=src%2Foutput%2Ftab.h;h=a973b0414bee0368cf15d9a6dcc56c90a976706d;hb=bf3af6fb69dc94a6b3010e11e5d359e9e4abd5ba;hp=f0cffc17fdde48e1cdca4b9503fe659061749f35;hpb=d2ee46757c7602fb0d6827136fdb00af1140e2e1;p=pspp diff --git a/src/output/tab.h b/src/output/tab.h index f0cffc17fd..a973b0414b 100644 --- a/src/output/tab.h +++ b/src/output/tab.h @@ -144,9 +144,9 @@ void tab_joint_text_format (struct tab_table *, int x1, int y1, int x2, int y2, PRINTF_FORMAT (7, 8); void tab_subtable (struct tab_table *, int x1, int y1, int x2, int y2, - unsigned opt, struct table *subtable); + unsigned opt, struct table_item *subtable); void tab_subtable_bare (struct tab_table *, int x1, int y1, int x2, int y2, - unsigned opt, struct table *subtable); + unsigned opt, struct table_item *subtable); bool tab_cell_is_empty (const struct tab_table *, int c, int r);