patch from Stphane Bidoul to export globals entry points to the python

* include/libxml/globals.h: patch from Stphane Bidoul to export
  globals entry points to the python bindings
Daniel
This commit is contained in:
Daniel Veillard 2003-09-05 08:36:12 +00:00
parent 40412cda44
commit 93625d300f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
* include/libxml/globals.h: patch from Stéphane Bidoul to export
globals entry points to the python bindings
Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
* HTMLparser.c: when creating a DOCTYPE use "html" lowercase

View File

@ -23,8 +23,8 @@
extern "C" {
#endif
void xmlInitGlobals(void);
void xmlCleanupGlobals(void);
XMLPUBFUN void XMLCALL xmlInitGlobals(void);
XMLPUBFUN void XMLCALL xmlCleanupGlobals(void);
/*
* Externally global symbols which need to be protected for backwards