summaryrefslogtreecommitdiff
path: root/lib/expat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/expat.h')
-rw-r--r--lib/expat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/expat.h b/lib/expat.h
index e3ae452..d913e59 100644
--- a/lib/expat.h
+++ b/lib/expat.h
@@ -699,6 +699,10 @@ XML_ParserFree(XML_Parser parser);
const XML_LChar XMLPARSEAPI *
XML_ErrorString(int code);
+/* Return a string containing the version number of this expat */
+const XML_LChar XMLPARSEAPI *
+XML_ExpatVersion();
+
#ifdef __cplusplus
}
#endif