patch from Stéphane Bidoul to export globals entry points to the python

* include/libxml/globals.h: patch from Stéphane Bidoul to export
  globals entry points to the python bindings
Daniel
diff --git a/ChangeLog b/ChangeLog
index 772de75..482421c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/include/libxml/globals.h b/include/libxml/globals.h
index 2944202..9fe77c8 100644
--- a/include/libxml/globals.h
+++ b/include/libxml/globals.h
@@ -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