summaryrefslogtreecommitdiffstats
path: root/libroff.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-01 16:10:40 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-01 16:10:40 +0000
commitd84dbf74b948c2ca03a405c62aaddd91c404e66e (patch)
treecf61eba08e8d1e40418b9a0e2391cd6c0fad6d12 /libroff.h
parent11a4a49536978db711f68cc010fec41f76c2f970 (diff)
downloadmandoc-d84dbf74b948c2ca03a405c62aaddd91c404e66e.tar.gz
Raise an error if a table is closed without data.
Diffstat (limited to 'libroff.h')
-rw-r--r--libroff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libroff.h b/libroff.h
index 4c9617a9..a140d2a5 100644
--- a/libroff.h
+++ b/libroff.h
@@ -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);