aboutsummaryrefslogtreecommitdiffstats
path: root/libxml.h
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2007-02-12 17:31:53 +0000
committerDaniel Veillard <veillard@src.gnome.org>2007-02-12 17:31:53 +0000
commitfde5b0b9caf906e0a2f9774db45b138471566e81 (patch)
tree5eca4d9aba43f1479069a38a95252cc398609233 /libxml.h
parentbf9a73d2bbba8a870de7cd58459bbb109e97d406 (diff)
downloadandroid_external_libxml2-fde5b0b9caf906e0a2f9774db45b138471566e81.tar.gz
android_external_libxml2-fde5b0b9caf906e0a2f9774db45b138471566e81.tar.bz2
android_external_libxml2-fde5b0b9caf906e0a2f9774db45b138471566e81.zip
small cleanup to avoid packaging .svn applied patch to avoid a problem in
* Makefile.am: small cleanup to avoid packaging .svn * libxml.h threads.c parser.c: applied patch to avoid a problem in concurrent threaded initialization fix from Ted Phelps Daniel svn path=/trunk/; revision=3582
Diffstat (limited to 'libxml.h')
-rw-r--r--libxml.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libxml.h b/libxml.h
index 696be62e..37c61569 100644
--- a/libxml.h
+++ b/libxml.h
@@ -64,6 +64,11 @@ void __xmlLoaderErr(void *ctx, const char *msg, const char *filename);
void __htmlParseContent(void *ctx);
#endif
+/*
+ * internal global initialization critical section routines.
+ */
+void __xmlGlobalInitMutexLock(void);
+void __xmlGlobalInitMutexUnlock(void);
#ifdef IN_LIBXML
#ifdef __GNUC__