From 38cc8e94560761d1c42f01b74c32483dc510b5e2 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 31 Dec 2010 18:19:43 +0000 Subject: Expose the parsed table API to the world and add accessors through the roff.h interface. --- roff.h | 1 + 1 file changed, 1 insertion(+) (limited to 'roff.h') 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 -- cgit