[xml] two more exports



Hi,

The python bindings need xmlInitGlobals and 
xmlCleanupGlobals: those must be exported too.

-sbi

Index: include/libxml/globals.h
===================================================================
RCS file: /cvs/gnome/gnome-xml/include/libxml/globals.h,v
retrieving revision 1.15
diff -c -r1.15 globals.h
*** include/libxml/globals.h    28 Aug 2003 16:26:39 -0000      1.15
--- include/libxml/globals.h    4 Sep 2003 19:54:45 -0000
***************
*** 23,30 ****
  extern "C" {
  #endif

! void xmlInitGlobals(void);
! void xmlCleanupGlobals(void);

  /*
   * Externally global symbols which need to be protected for backwards
--- 23,30 ----
  extern "C" {
  #endif

! XMLPUBFUN void XMLCALL xmlInitGlobals(void);
! XMLPUBFUN void XMLCALL xmlCleanupGlobals(void);

  /*
   * Externally global symbols which need to be protected for backwards



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]