=================================================================== RCS file: /cvs/mandoc/Attic/xml.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- mandoc/Attic/xml.c 2008/12/10 10:43:57 1.23 +++ mandoc/Attic/xml.c 2008/12/10 12:05:33 1.24 @@ -1,4 +1,4 @@ -/* $Id: xml.c,v 1.23 2008/12/10 10:43:57 kristaps Exp $ */ +/* $Id: xml.c,v 1.24 2008/12/10 12:05:33 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -44,8 +44,11 @@ static int xml_begin(struct md_mbuf *, const struct tm *, const char *, const char *, enum roffmsec, enum roffvol); -static int xml_end(struct md_mbuf *, - const struct md_args *); +static int xml_end(struct md_mbuf *, + const struct md_args *, + const struct tm *, + const char *, const char *, + enum roffmsec, enum roffvol); static ssize_t xml_printtagname(struct md_mbuf *, enum md_ns, int); static ssize_t xml_printtagargs(struct md_mbuf *, @@ -139,7 +142,9 @@ xml_begin(struct md_mbuf *mbuf, const struct md_args * /* ARGSUSED */ static int -xml_end(struct md_mbuf *mbuf, const struct md_args *args) +xml_end(struct md_mbuf *mbuf, const struct md_args *args, + const struct tm *tm, const char *os, + const char *title, enum roffmsec sec, enum roffvol vol) { return(ml_puts(mbuf, "", NULL));