aboutsummaryrefslogtreecommitdiffstatshomepage
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
commited9a4d16c1a2d80761d345659efdc86d2c919b82 (patch)
treeba18c73a5717a69105e2049ab3744deb07da832f /libroff.h
parente66333ee27414556c8aac46398d7119658673b54 (diff)
downloadmandoc-ed9a4d16c1a2d80761d345659efdc86d2c919b82.tar.gz
mandoc-ed9a4d16c1a2d80761d345659efdc86d2c919b82.tar.zst
mandoc-ed9a4d16c1a2d80761d345659efdc86d2c919b82.zip
Add handling for `T&', which restarts a table except for its options.
Diffstat (limited to 'libroff.h')
-rw-r--r--libroff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libroff.h b/libroff.h
index e4d6a4ba..fbd69160 100644
--- a/libroff.h
+++ b/libroff.h
@@ -1,4 +1,4 @@
-/* $Id: libroff.h,v 1.5 2010/12/29 14:38:14 kristaps Exp $ */
+/* $Id: libroff.h,v 1.6 2010/12/29 14:53:31 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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);