summaryrefslogtreecommitdiffstats
path: root/xml.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 10:43:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 10:43:57 +0000
commitf78e525bbf6c4d6f545d78949778d95f5dfaa55f (patch)
treeb09a7f9c9fdf7e8c4dc97030c55c045eea50d5d0 /xml.c
parente0d9872bbdd4110b297086232c64be230e972e68 (diff)
downloadmandoc-f78e525bbf6c4d6f545d78949778d95f5dfaa55f.tar.gz
*** empty log message ***
Diffstat (limited to 'xml.c')
-rw-r--r--xml.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/xml.c b/xml.c
index a6b05e90..c9cc8d27 100644
--- a/xml.c
+++ b/xml.c
@@ -43,7 +43,7 @@ static int xml_begin(struct md_mbuf *,
const struct md_args *,
const struct tm *,
const char *, const char *,
- enum roffmsec, const char *);
+ enum roffmsec, enum roffvol);
static int xml_end(struct md_mbuf *,
const struct md_args *);
static ssize_t xml_printtagname(struct md_mbuf *,
@@ -124,8 +124,7 @@ xml_printtagname(struct md_mbuf *mbuf, enum md_ns ns, int tok)
static int
xml_begin(struct md_mbuf *mbuf, const struct md_args *args,
const struct tm *tm, const char *os,
- const char *title, enum roffmsec section,
- const char *vol)
+ const char *title, enum roffmsec sec, enum roffvol vol)
{
if ( ! ml_puts(mbuf, "<?xml version=\"1.0\" "