aboutsummaryrefslogtreecommitdiffstats
path: root/elfgcchack.h
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2009-08-24 19:47:00 +0200
committerDaniel Veillard <veillard@redhat.com>2009-08-24 19:47:00 +0200
commitf447ab8f97830c06f24eb589ecaabc69001e3e78 (patch)
tree996ccc5414440496d3e31d5f14e89bdbf17c6bc6 /elfgcchack.h
parentb9590e9cd27992e5b5de01fd1adfffac4156a48b (diff)
downloadandroid_external_libxml2-f447ab8f97830c06f24eb589ecaabc69001e3e78.tar.gz
android_external_libxml2-f447ab8f97830c06f24eb589ecaabc69001e3e78.tar.bz2
android_external_libxml2-f447ab8f97830c06f24eb589ecaabc69001e3e78.zip
Regenerated API and symbols
* doc/Makefile.am: make the check for symbols pbm a make api failure * doc/symbols.xml: added xmlXIncludeProcessTreeFlagsData * doc//* elfgcchack.h libxml2.syms testapi.c: regenerated
Diffstat (limited to 'elfgcchack.h')
-rw-r--r--elfgcchack.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/elfgcchack.h b/elfgcchack.h
index 14cad6da..84e81516 100644
--- a/elfgcchack.h
+++ b/elfgcchack.h
@@ -15491,6 +15491,18 @@ extern __typeof (xmlXIncludeProcessTreeFlags) xmlXIncludeProcessTreeFlags__inter
#if defined(LIBXML_XINCLUDE_ENABLED)
#ifdef bottom_xinclude
+#undef xmlXIncludeProcessTreeFlagsData
+extern __typeof (xmlXIncludeProcessTreeFlagsData) xmlXIncludeProcessTreeFlagsData __attribute((alias("xmlXIncludeProcessTreeFlagsData__internal_alias")));
+#else
+#ifndef xmlXIncludeProcessTreeFlagsData
+extern __typeof (xmlXIncludeProcessTreeFlagsData) xmlXIncludeProcessTreeFlagsData__internal_alias __attribute((visibility("hidden")));
+#define xmlXIncludeProcessTreeFlagsData xmlXIncludeProcessTreeFlagsData__internal_alias
+#endif
+#endif
+#endif
+
+#if defined(LIBXML_XINCLUDE_ENABLED)
+#ifdef bottom_xinclude
#undef xmlXIncludeSetFlags
extern __typeof (xmlXIncludeSetFlags) xmlXIncludeSetFlags __attribute((alias("xmlXIncludeSetFlags__internal_alias")));
#else