summaryrefslogtreecommitdiffstats
path: root/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'xml.c')
-rw-r--r--xml.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/xml.c b/xml.c
index 23d9f1c9..90ce6124 100644
--- a/xml.c
+++ b/xml.c
@@ -31,15 +31,21 @@ static ssize_t xml_begintag(struct md_mbuf *,
const struct md_args *,
enum md_ns, int,
const int *, const char **);
-static int xml_begin(struct md_mbuf *,
- const struct md_args *);
+static int xml_begin(struct md_mbuf *,
+ const struct md_args *,
+ const struct tm *,
+ const char *, const char *,
+ const char *, const char *);
static int xml_end(struct md_mbuf *,
const struct md_args *);
/* ARGSUSED */
static int
-xml_begin(struct md_mbuf *mbuf, const struct md_args *args)
+xml_begin(struct md_mbuf *mbuf, const struct md_args *args,
+ const struct tm *tm, const char *os,
+ const char *title, const char *section,
+ const char *vol)
{
size_t res;