summaryrefslogtreecommitdiff
path: root/src/shared/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/xml.h')
-rw-r--r--src/shared/xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/xml.h b/src/shared/xml.h
index 18ebbd9e44..af71709c33 100644
--- a/src/shared/xml.h
+++ b/src/shared/xml.h
@@ -31,4 +31,4 @@ enum {
XML_ATTRIBUTE_VALUE
};
-int xml_tokenize(const char **p, char **name, void **state);
+int xml_tokenize(const char **p, char **name, void **state, unsigned *line);