--- embedaddon/libxml2/libxml.h 2013/07/22 01:22:20 1.1.1.2 +++ embedaddon/libxml2/libxml.h 2014/06/15 19:53:29 1.1.1.3 @@ -29,6 +29,11 @@ #include #include #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 #endif @@ -79,12 +84,16 @@ void __xmlGlobalInitMutexLock(void); void __xmlGlobalInitMutexUnlock(void); void __xmlGlobalInitMutexDestroy(void); +int __xmlInitializeDict(void); + #if defined(HAVE_RAND) && defined(HAVE_SRAND) && defined(HAVE_TIME) /* * internal thread safe random function */ int __xmlRandom(void); #endif + +int xmlNop(void); #ifdef IN_LIBXML #ifdef __GNUC__