summaryrefslogtreecommitdiffstats
path: root/roff.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-31 18:19:43 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-31 18:19:43 +0000
commit38cc8e94560761d1c42f01b74c32483dc510b5e2 (patch)
treeb533e02e1ee5d660cb6806eaad43d8b4450ad68f /roff.h
parent9c243a1c877e4c624333ef5f2c736974a3c52251 (diff)
downloadmandoc-38cc8e94560761d1c42f01b74c32483dc510b5e2.tar.gz
Expose the parsed table API to the world and add accessors through the
roff.h interface.
Diffstat (limited to 'roff.h')
-rw-r--r--roff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/roff.h b/roff.h
index 4c57e8e0..16630b0e 100644
--- a/roff.h
+++ b/roff.h
@@ -38,6 +38,7 @@ void roff_reset(struct roff *);
enum rofferr roff_parseln(struct roff *, int,
char **, size_t *, int, int *);
int roff_endparse(struct roff *);
+const struct tbl_span *roff_span(const struct roff *);
__END_DECLS