diff options
Diffstat (limited to 'libroff.h')
-rw-r--r-- | libroff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ struct tbl { (*(tblp)->msg)((type), (tblp)->data, (line), (col), NULL) struct tbl *tbl_alloc(int, int, void *, mandocmsg); -void tbl_restart(struct tbl *); +void tbl_restart(int, int, struct tbl *); void tbl_free(struct tbl *); void tbl_reset(struct tbl *); enum rofferr tbl_read(struct tbl *, int, const char *, int); |