mirror of
https://github.com/GNOME/libxml2.git
synced 2025-03-13 18:47:01 +08:00
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:
parent
40412cda44
commit
93625d300f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user