1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

added xmlCheckVersion() Daniel

* include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
Daniel
This commit is contained in:
Daniel Veillard
2001-07-14 21:57:39 +00:00
parent 28ae636c79
commit 05dec34439
3 changed files with 6 additions and 0 deletions

View File

@ -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 "2.4.0"
#define LIBXML_VERSION 20400
#define LIBXML_VERSION_STRING "20400"