summaryrefslogtreecommitdiff
path: root/elfgcchack.h
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-04-11 12:58:43 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-04-11 12:58:43 +0000
commitdee23485f639f0738a4a0cc3159c5140ea425b37 (patch)
tree477a9b28cc035613962edadd6a285f15fccde07b /elfgcchack.h
parent33fe28885c32238624a1bd78c865ddb51fac4059 (diff)
downloadlibxml2-dee23485f639f0738a4a0cc3159c5140ea425b37.tar.gz
added new function xmlSchemaValidCtxtGetParserCtxt based on Holger
* include/libxml/xmlschemas.h xmlschemas.c: added new function xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch * doc/apibuild.py doc/*: regenerated the doc, chased why the new function didn't got any documentation, added more checking in the generator * include/libxml/relaxng.h include/libxml/schematron.h include/libxml/xmlschemas.h include/libxml/c14n.h include/libxml/xmlregexp.h include/libxml/globals.h include/libxml/xmlreader.h threads.c xmlschemas.c: various changes and cleanups following the new reports Daniel svn path=/trunk/; revision=3738
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 e1d21bb2..a747fca3 100644
--- a/elfgcchack.h
+++ b/elfgcchack.h
@@ -9843,6 +9843,18 @@ extern __typeof (xmlSchemaValidCtxtGetOptions) xmlSchemaValidCtxtGetOptions__int
#if defined(LIBXML_SCHEMAS_ENABLED)
#ifdef bottom_xmlschemas
+#undef xmlSchemaValidCtxtGetParserCtxt
+extern __typeof (xmlSchemaValidCtxtGetParserCtxt) xmlSchemaValidCtxtGetParserCtxt __attribute((alias("xmlSchemaValidCtxtGetParserCtxt__internal_alias")));
+#else
+#ifndef xmlSchemaValidCtxtGetParserCtxt
+extern __typeof (xmlSchemaValidCtxtGetParserCtxt) xmlSchemaValidCtxtGetParserCtxt__internal_alias __attribute((visibility("hidden")));
+#define xmlSchemaValidCtxtGetParserCtxt xmlSchemaValidCtxtGetParserCtxt__internal_alias
+#endif
+#endif
+#endif
+
+#if defined(LIBXML_SCHEMAS_ENABLED)
+#ifdef bottom_xmlschemas
#undef xmlSchemaValidateDoc
extern __typeof (xmlSchemaValidateDoc) xmlSchemaValidateDoc __attribute((alias("xmlSchemaValidateDoc__internal_alias")));
#else