summaryrefslogtreecommitdiff
path: root/libxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'libxml.h')
-rw-r--r--libxml.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libxml.h b/libxml.h
index 2da9044..fa3aea4 100644
--- a/libxml.h
+++ b/libxml.h
@@ -29,11 +29,6 @@
#include <win32config.h>
#include <libxml/xmlversion.h>
#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 <libxml/xmlversion.h>
#endif
@@ -84,8 +79,6 @@ 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
@@ -93,8 +86,6 @@ int __xmlInitializeDict(void);
int __xmlRandom(void);
#endif
-int xmlNop(void);
-
#ifdef IN_LIBXML
#ifdef __GNUC__
#ifdef PIC