summaryrefslogtreecommitdiffstatshomepage
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
commit7d393d45bdff6d0d4a4742e71d0c6997150410be (patch)
tree9998584b5f49d7853deab8b04a9bb7e7e62f3613 /xml.c
parent643d4d3e12bab073d256761997a695832f403658 (diff)
downloadmandoc-7d393d45bdff6d0d4a4742e71d0c6997150410be.tar.gz
mandoc-7d393d45bdff6d0d4a4742e71d0c6997150410be.tar.zst
mandoc-7d393d45bdff6d0d4a4742e71d0c6997150410be.zip
*** empty log message ***
Diffstat (limited to 'xml.c')
-rw-r--r--xml.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/xml.c b/xml.c
index 673ca2b2..8d73301b 100644
--- a/xml.c
+++ b/xml.c
@@ -1,4 +1,4 @@
-/* $Id: xml.c,v 1.22 2008/12/10 00:53:40 kristaps Exp $ */
+/* $Id: xml.c,v 1.23 2008/12/10 10:43:57 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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\" "