summaryrefslogtreecommitdiffstats
path: root/libroff.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-29 14:53:31 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-29 14:53:31 +0000
commit8e25f248df0dc1385f91b1da975e220bd25e4c34 (patch)
tree2c2f9a601f450969482355c97ce7d698615fc0f2 /libroff.h
parent9864cb8baea0db37f74a5bca120318017b215c1f (diff)
downloadmandoc-8e25f248df0dc1385f91b1da975e220bd25e4c34.tar.gz
Add handling for `T&', which restarts a table except for its options.
Diffstat (limited to 'libroff.h')
-rw-r--r--libroff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libroff.h b/libroff.h
index 1ab4cd49..05889954 100644
--- a/libroff.h
+++ b/libroff.h
@@ -84,6 +84,7 @@ struct tbl {
(*(tblp)->msg)((type), (tblp)->data, (line), (col), NULL)
struct tbl *tbl_alloc(void *, mandocmsg);
+void tbl_restart(struct tbl *);
void tbl_free(struct tbl *);
void tbl_reset(struct tbl *);
enum rofferr tbl_read(struct tbl *, int, const char *, int);