Diff for /embedaddon/libxml2/libxml.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/22 01:22:20 version 1.1.1.3, 2014/06/15 19:53:29
Line 29 Line 29
 #include <win32config.h>  #include <win32config.h>
 #include <libxml/xmlversion.h>  #include <libxml/xmlversion.h>
 #else  #else
   /*
    * Currently supported platforms use either autoconf or
    * copy to config.h own "preset" configuration file.
    * As result ifdef HAVE_CONFIG_H is omited here.
    */
 #include "config.h"  #include "config.h"
 #include <libxml/xmlversion.h>  #include <libxml/xmlversion.h>
 #endif  #endif
Line 79  void __xmlGlobalInitMutexLock(void); Line 84  void __xmlGlobalInitMutexLock(void);
 void __xmlGlobalInitMutexUnlock(void);  void __xmlGlobalInitMutexUnlock(void);
 void __xmlGlobalInitMutexDestroy(void);  void __xmlGlobalInitMutexDestroy(void);
   
   int __xmlInitializeDict(void);
   
 #if defined(HAVE_RAND) && defined(HAVE_SRAND) && defined(HAVE_TIME)  #if defined(HAVE_RAND) && defined(HAVE_SRAND) && defined(HAVE_TIME)
 /*  /*
  * internal thread safe random function   * internal thread safe random function
  */   */
 int __xmlRandom(void);  int __xmlRandom(void);
 #endif  #endif
   
   int xmlNop(void);
   
 #ifdef IN_LIBXML  #ifdef IN_LIBXML
 #ifdef __GNUC__  #ifdef __GNUC__

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>