summaryrefslogtreecommitdiff
path: root/libxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'libxml.h')
-rw-r--r--libxml.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libxml.h b/libxml.h
index efe285b..2da9044 100644
--- a/libxml.h
+++ b/libxml.h
@@ -84,6 +84,8 @@ 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
@@ -91,6 +93,8 @@ void __xmlGlobalInitMutexDestroy(void);
int __xmlRandom(void);
#endif
+int xmlNop(void);
+
#ifdef IN_LIBXML
#ifdef __GNUC__
#ifdef PIC