summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-04 10:29:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-04 10:29:41 +0000
commit26beb70c0c977cb0ac61d2120a952e854ed7a277 (patch)
treea344faaf85604e907510653cf60c4e5050e037f8 /html.h
parent41394e59b698fac5412e3a0f5405a777debd033f (diff)
downloadmandoc-26beb70c0c977cb0ac61d2120a952e854ed7a277.tar.gz
Add skeleton for -T[x]html tbl stuff. Also start to put in some bits about
the up-coming version, although we're not quite there yet.
Diffstat (limited to 'html.h')
-rw-r--r--html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.h b/html.h
index 2a955115..e5d3b14e 100644
--- a/html.h
+++ b/html.h
@@ -138,6 +138,7 @@ struct tag *print_otag(struct html *, enum htmltag,
void print_tagq(struct html *, const struct tag *);
void print_stagq(struct html *, const struct tag *);
void print_text(struct html *, const char *);
+void print_tbl(struct html *, const struct tbl_span *);
void bufcat_su(struct html *, const char *,
const struct roffsu *);