summaryrefslogtreecommitdiff
path: root/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'xml.h')
-rw-r--r--xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml.h b/xml.h
index 6213750..5a01078 100644
--- a/xml.h
+++ b/xml.h
@@ -35,5 +35,5 @@ typedef struct xmlparser {
unsigned char readbuf[BUFSIZ]; /* read buffer used by xmlparser_getnext() */
} XMLParser;
-void xmlparser_init(XMLParser *x);
+void xmlparser_init(XMLParser *x, FILE *fp);
void xmlparser_parse(XMLParser *x);