aboutsummaryrefslogtreecommitdiffstatshomepage
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
commite13ccc532ba5c065e0ead1d88a8e7243d296baf5 (patch)
treed79e0cbd857fecfe80eb9dbee5ec5bf30dd3fa2c /html.h
parent338031ae4701478d0057ccc08643c74da3a9eab2 (diff)
downloadmandoc-e13ccc532ba5c065e0ead1d88a8e7243d296baf5.tar.gz
mandoc-e13ccc532ba5c065e0ead1d88a8e7243d296baf5.tar.zst
mandoc-e13ccc532ba5c065e0ead1d88a8e7243d296baf5.zip
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.h b/html.h
index 3bce9835..c39658bb 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.36 2010/12/24 14:14:00 kristaps Exp $ */
+/* $Id: html.h,v 1.37 2011/01/04 10:29:41 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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 *);