summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 22:57:13 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 22:57:13 +0000
commit7151bb8eeed729397435c0c693efc5546cfda123 (patch)
treee7cd99eb9b42eff87848d69b74a100ce56ee7332 /html.h
parentd01207bfc948fdba1c7d2b8e9b46db9f3a91f3e9 (diff)
downloadmandoc-7151bb8eeed729397435c0c693efc5546cfda123.tar.gz
Flip on equation printing for -T[x]html.
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 49fdf877..4747388f 100644
--- a/html.h
+++ b/html.h
@@ -141,6 +141,7 @@ void print_stagq(struct html *, const struct tag *);
void print_text(struct html *, const char *);
void print_tblclose(struct html *);
void print_tbl(struct html *, const struct tbl_span *);
+void print_eqn(struct html *, const struct eqn *);
void bufcat_fmt(struct html *, const char *, ...);
void bufcat(struct html *, const char *);