summaryrefslogtreecommitdiff
path: root/include/libxml/xmlwin32version.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-14 21:57:39 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-14 21:57:39 +0000
commit05dec3443909fa6176fbbdd69b32b60ead7cc0ce (patch)
treeefd485d99770d3fae0beef48668c5cfb19e75b33 /include/libxml/xmlwin32version.h.in
parent28ae636c790a24122947b2447de436401d5cbb06 (diff)
downloadlibxml2-05dec3443909fa6176fbbdd69b32b60ead7cc0ce.tar.gz
added xmlCheckVersion() Daniel
* include/libxml/xmlwin32version.h.in: added xmlCheckVersion() Daniel
Diffstat (limited to 'include/libxml/xmlwin32version.h.in')
-rw-r--r--include/libxml/xmlwin32version.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libxml/xmlwin32version.h.in b/include/libxml/xmlwin32version.h.in
index 7972c98f..4ba3bb16 100644
--- a/include/libxml/xmlwin32version.h.in
+++ b/include/libxml/xmlwin32version.h.in
@@ -18,6 +18,7 @@ extern "C" {
* use those to be sure nothing nasty will happen if
* your library and includes mismatch
*/
+extern void xmlCheckVersion(int version);
#define LIBXML_DOTTED_VERSION "@VERSION@"
#define LIBXML_VERSION @LIBXML_VERSION_NUMBER@
#define LIBXML_VERSION_STRING "@LIBXML_VERSION_NUMBER@"