blob: 6f1bfde41dd9f5bd1f1b547f13561f3e290b7fed [file] [log] [blame]
Daniel Veillarda2351322004-06-27 12:08:10 +00001/*
2 * elfgcchack.h: hack by Arjan van de Ven <arjanv@redhat.com> to speed
3 * up the code when using gcc for call within the library.
4 *
5 * Based on the analysis http://people.redhat.com/drepper/dsohowto.pdf
6 * from Ulrich drepper. Rewritten to be generated from the XML description
7 * file for libxml2 API
8 * autogenerated with xsltproc doc/elfgcchack.xsl doc/libxml2-api.xml
9 */
10
11#include "libxml/c14n.h"
12#include "libxml/catalog.h"
13#include "libxml/chvalid.h"
14#include "libxml/debugXML.h"
15#include "libxml/dict.h"
16#include "libxml/DOCBparser.h"
17#include "libxml/encoding.h"
18#include "libxml/entities.h"
19#include "libxml/globals.h"
20#include "libxml/hash.h"
21#include "libxml/HTMLparser.h"
22#include "libxml/HTMLtree.h"
23#include "libxml/list.h"
24#include "libxml/nanoftp.h"
25#include "libxml/nanohttp.h"
26#include "libxml/parser.h"
27#include "libxml/parserInternals.h"
28#include "libxml/pattern.h"
29#include "libxml/relaxng.h"
30#include "libxml/SAX2.h"
31#include "libxml/SAX.h"
32#include "libxml/schemasInternals.h"
33#include "libxml/threads.h"
34#include "libxml/tree.h"
35#include "libxml/uri.h"
36#include "libxml/valid.h"
37#include "libxml/xinclude.h"
38#include "libxml/xlink.h"
39#include "libxml/xmlautomata.h"
40#include "libxml/xmlerror.h"
41#include "libxml/xmlexports.h"
42#include "libxml/xmlIO.h"
43#include "libxml/xmlmemory.h"
44#include "libxml/xmlreader.h"
45#include "libxml/xmlregexp.h"
46#include "libxml/xmlsave.h"
47#include "libxml/xmlschemas.h"
48#include "libxml/xmlschemastypes.h"
49#include "libxml/xmlstring.h"
50#include "libxml/xmlunicode.h"
51#include "libxml/xmlversion.h"
52#include "libxml/xmlwriter.h"
53#include "libxml/xpath.h"
54#include "libxml/xpathInternals.h"
55#include "libxml/xpointer.h"
56
57/* special hot spot not exported ones */
58
59extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidden")));
60extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__internal_alias")));
61#define __xmlGenericError __xmlGenericError__internal_alias
62
63extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((visibility("hidden")));
64extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias")));
65#define __xmlGenericErrorContext __xmlGenericErrorContext__internal_alias
66
67/* list generated from libxml2-api.xml */
68
William M. Brack21e4ef22005-01-02 09:53:13 +000069#if defined(LIBXML_DOCB_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +000070extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
71extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreatePushParserCtxt__internal_alias")));
72#define docbCreatePushParserCtxt docbCreatePushParserCtxt__internal_alias
Daniel Veillardadd93d32004-07-06 22:47:07 +000073#endif
Daniel Veillarda2351322004-06-27 12:08:10 +000074
William M. Brack21e4ef22005-01-02 09:53:13 +000075#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +000076extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")));
77extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
78#define htmlAttrAllowed htmlAttrAllowed__internal_alias
79#endif
80
William M. Brack21e4ef22005-01-02 09:53:13 +000081#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +000082extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden")));
83extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias")));
84#define htmlAutoCloseTag htmlAutoCloseTag__internal_alias
85#endif
86
William M. Brack21e4ef22005-01-02 09:53:13 +000087#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +000088extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
89extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateFileParserCtxt__internal_alias")));
90#define htmlCreateFileParserCtxt htmlCreateFileParserCtxt__internal_alias
91#endif
92
William M. Brack21e4ef22005-01-02 09:53:13 +000093#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +000094extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
95extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCreateMemoryParserCtxt__internal_alias")));
96#define htmlCreateMemoryParserCtxt htmlCreateMemoryParserCtxt__internal_alias
97#endif
98
William M. Brack21e4ef22005-01-02 09:53:13 +000099#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_PUSH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000100extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
101extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt __attribute((alias("htmlCreatePushParserCtxt__internal_alias")));
102#define htmlCreatePushParserCtxt htmlCreatePushParserCtxt__internal_alias
103#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000104
William M. Brack21e4ef22005-01-02 09:53:13 +0000105#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000106extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc__internal_alias __attribute((visibility("hidden")));
107extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc __attribute((alias("htmlCtxtReadDoc__internal_alias")));
108#define htmlCtxtReadDoc htmlCtxtReadDoc__internal_alias
109#endif
110
William M. Brack21e4ef22005-01-02 09:53:13 +0000111#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000112extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd__internal_alias __attribute((visibility("hidden")));
113extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd __attribute((alias("htmlCtxtReadFd__internal_alias")));
114#define htmlCtxtReadFd htmlCtxtReadFd__internal_alias
115#endif
116
William M. Brack21e4ef22005-01-02 09:53:13 +0000117#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000118extern __typeof (htmlCtxtReadFile) htmlCtxtReadFile__internal_alias __attribute((visibility("hidden")));
119extern __typeof (htmlCtxtReadFile) htmlCtxtReadFile __attribute((alias("htmlCtxtReadFile__internal_alias")));
120#define htmlCtxtReadFile htmlCtxtReadFile__internal_alias
121#endif
122
William M. Brack21e4ef22005-01-02 09:53:13 +0000123#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000124extern __typeof (htmlCtxtReadIO) htmlCtxtReadIO__internal_alias __attribute((visibility("hidden")));
125extern __typeof (htmlCtxtReadIO) htmlCtxtReadIO __attribute((alias("htmlCtxtReadIO__internal_alias")));
126#define htmlCtxtReadIO htmlCtxtReadIO__internal_alias
127#endif
128
William M. Brack21e4ef22005-01-02 09:53:13 +0000129#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000130extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory__internal_alias __attribute((visibility("hidden")));
131extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory __attribute((alias("htmlCtxtReadMemory__internal_alias")));
132#define htmlCtxtReadMemory htmlCtxtReadMemory__internal_alias
133#endif
134
William M. Brack21e4ef22005-01-02 09:53:13 +0000135#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000136extern __typeof (htmlCtxtReset) htmlCtxtReset__internal_alias __attribute((visibility("hidden")));
137extern __typeof (htmlCtxtReset) htmlCtxtReset __attribute((alias("htmlCtxtReset__internal_alias")));
138#define htmlCtxtReset htmlCtxtReset__internal_alias
139#endif
140
William M. Brack21e4ef22005-01-02 09:53:13 +0000141#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000142extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions__internal_alias __attribute((visibility("hidden")));
143extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions __attribute((alias("htmlCtxtUseOptions__internal_alias")));
144#define htmlCtxtUseOptions htmlCtxtUseOptions__internal_alias
145#endif
146
William M. Brack21e4ef22005-01-02 09:53:13 +0000147#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000148extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit__internal_alias __attribute((visibility("hidden")));
149extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit __attribute((alias("htmlDefaultSAXHandlerInit__internal_alias")));
150#define htmlDefaultSAXHandlerInit htmlDefaultSAXHandlerInit__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +0000151#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000152
William M. Brack21e4ef22005-01-02 09:53:13 +0000153#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000154extern __typeof (htmlDocContentDumpFormatOutput) htmlDocContentDumpFormatOutput__internal_alias __attribute((visibility("hidden")));
155extern __typeof (htmlDocContentDumpFormatOutput) htmlDocContentDumpFormatOutput __attribute((alias("htmlDocContentDumpFormatOutput__internal_alias")));
156#define htmlDocContentDumpFormatOutput htmlDocContentDumpFormatOutput__internal_alias
157#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000158
William M. Brack21e4ef22005-01-02 09:53:13 +0000159#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000160extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput__internal_alias __attribute((visibility("hidden")));
161extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput __attribute((alias("htmlDocContentDumpOutput__internal_alias")));
162#define htmlDocContentDumpOutput htmlDocContentDumpOutput__internal_alias
163#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000164
William M. Brack21e4ef22005-01-02 09:53:13 +0000165#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000166extern __typeof (htmlDocDump) htmlDocDump__internal_alias __attribute((visibility("hidden")));
167extern __typeof (htmlDocDump) htmlDocDump __attribute((alias("htmlDocDump__internal_alias")));
168#define htmlDocDump htmlDocDump__internal_alias
169#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000170
William M. Brack21e4ef22005-01-02 09:53:13 +0000171#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000172extern __typeof (htmlDocDumpMemory) htmlDocDumpMemory__internal_alias __attribute((visibility("hidden")));
173extern __typeof (htmlDocDumpMemory) htmlDocDumpMemory __attribute((alias("htmlDocDumpMemory__internal_alias")));
174#define htmlDocDumpMemory htmlDocDumpMemory__internal_alias
175#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000176
William M. Brack21e4ef22005-01-02 09:53:13 +0000177#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000178extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere__internal_alias __attribute((visibility("hidden")));
179extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere __attribute((alias("htmlElementAllowedHere__internal_alias")));
180#define htmlElementAllowedHere htmlElementAllowedHere__internal_alias
181#endif
182
William M. Brack21e4ef22005-01-02 09:53:13 +0000183#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000184extern __typeof (htmlElementStatusHere) htmlElementStatusHere__internal_alias __attribute((visibility("hidden")));
185extern __typeof (htmlElementStatusHere) htmlElementStatusHere __attribute((alias("htmlElementStatusHere__internal_alias")));
186#define htmlElementStatusHere htmlElementStatusHere__internal_alias
187#endif
188
William M. Brack21e4ef22005-01-02 09:53:13 +0000189#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000190extern __typeof (htmlEncodeEntities) htmlEncodeEntities__internal_alias __attribute((visibility("hidden")));
191extern __typeof (htmlEncodeEntities) htmlEncodeEntities __attribute((alias("htmlEncodeEntities__internal_alias")));
192#define htmlEncodeEntities htmlEncodeEntities__internal_alias
193#endif
194
William M. Brack21e4ef22005-01-02 09:53:13 +0000195#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000196extern __typeof (htmlEntityLookup) htmlEntityLookup__internal_alias __attribute((visibility("hidden")));
197extern __typeof (htmlEntityLookup) htmlEntityLookup __attribute((alias("htmlEntityLookup__internal_alias")));
198#define htmlEntityLookup htmlEntityLookup__internal_alias
199#endif
200
William M. Brack21e4ef22005-01-02 09:53:13 +0000201#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000202extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup__internal_alias __attribute((visibility("hidden")));
203extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup __attribute((alias("htmlEntityValueLookup__internal_alias")));
204#define htmlEntityValueLookup htmlEntityValueLookup__internal_alias
205#endif
206
William M. Brack21e4ef22005-01-02 09:53:13 +0000207#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000208extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
209extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt __attribute((alias("htmlFreeParserCtxt__internal_alias")));
210#define htmlFreeParserCtxt htmlFreeParserCtxt__internal_alias
211#endif
212
William M. Brack21e4ef22005-01-02 09:53:13 +0000213#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000214extern __typeof (htmlGetMetaEncoding) htmlGetMetaEncoding__internal_alias __attribute((visibility("hidden")));
215extern __typeof (htmlGetMetaEncoding) htmlGetMetaEncoding __attribute((alias("htmlGetMetaEncoding__internal_alias")));
216#define htmlGetMetaEncoding htmlGetMetaEncoding__internal_alias
217#endif
218
William M. Brack21e4ef22005-01-02 09:53:13 +0000219#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000220extern __typeof (htmlHandleOmittedElem) htmlHandleOmittedElem__internal_alias __attribute((visibility("hidden")));
221extern __typeof (htmlHandleOmittedElem) htmlHandleOmittedElem __attribute((alias("htmlHandleOmittedElem__internal_alias")));
222#define htmlHandleOmittedElem htmlHandleOmittedElem__internal_alias
223#endif
224
William M. Brack21e4ef22005-01-02 09:53:13 +0000225#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000226extern __typeof (htmlInitAutoClose) htmlInitAutoClose__internal_alias __attribute((visibility("hidden")));
227extern __typeof (htmlInitAutoClose) htmlInitAutoClose __attribute((alias("htmlInitAutoClose__internal_alias")));
228#define htmlInitAutoClose htmlInitAutoClose__internal_alias
229#endif
230
William M. Brack21e4ef22005-01-02 09:53:13 +0000231#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000232extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed__internal_alias __attribute((visibility("hidden")));
233extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed __attribute((alias("htmlIsAutoClosed__internal_alias")));
234#define htmlIsAutoClosed htmlIsAutoClosed__internal_alias
235#endif
236
William M. Brack21e4ef22005-01-02 09:53:13 +0000237#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000238extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr__internal_alias __attribute((visibility("hidden")));
239extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr __attribute((alias("htmlIsBooleanAttr__internal_alias")));
240#define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias
241#endif
242
William M. Brack21e4ef22005-01-02 09:53:13 +0000243#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000244extern __typeof (htmlIsScriptAttribute) htmlIsScriptAttribute__internal_alias __attribute((visibility("hidden")));
245extern __typeof (htmlIsScriptAttribute) htmlIsScriptAttribute __attribute((alias("htmlIsScriptAttribute__internal_alias")));
246#define htmlIsScriptAttribute htmlIsScriptAttribute__internal_alias
247#endif
248
William M. Brack21e4ef22005-01-02 09:53:13 +0000249#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000250extern __typeof (htmlNewDoc) htmlNewDoc__internal_alias __attribute((visibility("hidden")));
251extern __typeof (htmlNewDoc) htmlNewDoc __attribute((alias("htmlNewDoc__internal_alias")));
252#define htmlNewDoc htmlNewDoc__internal_alias
253#endif
254
William M. Brack21e4ef22005-01-02 09:53:13 +0000255#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000256extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD__internal_alias __attribute((visibility("hidden")));
257extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD __attribute((alias("htmlNewDocNoDtD__internal_alias")));
258#define htmlNewDocNoDtD htmlNewDocNoDtD__internal_alias
259#endif
260
William M. Brack21e4ef22005-01-02 09:53:13 +0000261#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000262extern __typeof (htmlNodeDump) htmlNodeDump__internal_alias __attribute((visibility("hidden")));
263extern __typeof (htmlNodeDump) htmlNodeDump __attribute((alias("htmlNodeDump__internal_alias")));
264#define htmlNodeDump htmlNodeDump__internal_alias
265#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000266
William M. Brack21e4ef22005-01-02 09:53:13 +0000267#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000268extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile__internal_alias __attribute((visibility("hidden")));
269extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile __attribute((alias("htmlNodeDumpFile__internal_alias")));
270#define htmlNodeDumpFile htmlNodeDumpFile__internal_alias
271#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000272
William M. Brack21e4ef22005-01-02 09:53:13 +0000273#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000274extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat__internal_alias __attribute((visibility("hidden")));
275extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat __attribute((alias("htmlNodeDumpFileFormat__internal_alias")));
276#define htmlNodeDumpFileFormat htmlNodeDumpFileFormat__internal_alias
277#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000278
William M. Brack21e4ef22005-01-02 09:53:13 +0000279#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000280extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput__internal_alias __attribute((visibility("hidden")));
281extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput __attribute((alias("htmlNodeDumpFormatOutput__internal_alias")));
282#define htmlNodeDumpFormatOutput htmlNodeDumpFormatOutput__internal_alias
283#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000284
William M. Brack21e4ef22005-01-02 09:53:13 +0000285#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000286extern __typeof (htmlNodeDumpOutput) htmlNodeDumpOutput__internal_alias __attribute((visibility("hidden")));
287extern __typeof (htmlNodeDumpOutput) htmlNodeDumpOutput __attribute((alias("htmlNodeDumpOutput__internal_alias")));
288#define htmlNodeDumpOutput htmlNodeDumpOutput__internal_alias
289#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000290
William M. Brack21e4ef22005-01-02 09:53:13 +0000291#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000292extern __typeof (htmlNodeStatus) htmlNodeStatus__internal_alias __attribute((visibility("hidden")));
293extern __typeof (htmlNodeStatus) htmlNodeStatus __attribute((alias("htmlNodeStatus__internal_alias")));
294#define htmlNodeStatus htmlNodeStatus__internal_alias
295#endif
296
William M. Brack21e4ef22005-01-02 09:53:13 +0000297#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000298extern __typeof (htmlParseCharRef) htmlParseCharRef__internal_alias __attribute((visibility("hidden")));
299extern __typeof (htmlParseCharRef) htmlParseCharRef __attribute((alias("htmlParseCharRef__internal_alias")));
300#define htmlParseCharRef htmlParseCharRef__internal_alias
301#endif
302
William M. Brack21e4ef22005-01-02 09:53:13 +0000303#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_PUSH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000304extern __typeof (htmlParseChunk) htmlParseChunk__internal_alias __attribute((visibility("hidden")));
305extern __typeof (htmlParseChunk) htmlParseChunk __attribute((alias("htmlParseChunk__internal_alias")));
306#define htmlParseChunk htmlParseChunk__internal_alias
307#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000308
William M. Brack21e4ef22005-01-02 09:53:13 +0000309#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000310extern __typeof (htmlParseDoc) htmlParseDoc__internal_alias __attribute((visibility("hidden")));
311extern __typeof (htmlParseDoc) htmlParseDoc __attribute((alias("htmlParseDoc__internal_alias")));
312#define htmlParseDoc htmlParseDoc__internal_alias
313#endif
314
William M. Brack21e4ef22005-01-02 09:53:13 +0000315#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000316extern __typeof (htmlParseDocument) htmlParseDocument__internal_alias __attribute((visibility("hidden")));
317extern __typeof (htmlParseDocument) htmlParseDocument __attribute((alias("htmlParseDocument__internal_alias")));
318#define htmlParseDocument htmlParseDocument__internal_alias
319#endif
320
William M. Brack21e4ef22005-01-02 09:53:13 +0000321#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000322extern __typeof (htmlParseElement) htmlParseElement__internal_alias __attribute((visibility("hidden")));
323extern __typeof (htmlParseElement) htmlParseElement __attribute((alias("htmlParseElement__internal_alias")));
324#define htmlParseElement htmlParseElement__internal_alias
325#endif
326
William M. Brack21e4ef22005-01-02 09:53:13 +0000327#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000328extern __typeof (htmlParseEntityRef) htmlParseEntityRef__internal_alias __attribute((visibility("hidden")));
329extern __typeof (htmlParseEntityRef) htmlParseEntityRef __attribute((alias("htmlParseEntityRef__internal_alias")));
330#define htmlParseEntityRef htmlParseEntityRef__internal_alias
331#endif
332
William M. Brack21e4ef22005-01-02 09:53:13 +0000333#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000334extern __typeof (htmlParseFile) htmlParseFile__internal_alias __attribute((visibility("hidden")));
335extern __typeof (htmlParseFile) htmlParseFile __attribute((alias("htmlParseFile__internal_alias")));
336#define htmlParseFile htmlParseFile__internal_alias
337#endif
338
William M. Brack21e4ef22005-01-02 09:53:13 +0000339#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000340extern __typeof (htmlReadDoc) htmlReadDoc__internal_alias __attribute((visibility("hidden")));
341extern __typeof (htmlReadDoc) htmlReadDoc __attribute((alias("htmlReadDoc__internal_alias")));
342#define htmlReadDoc htmlReadDoc__internal_alias
343#endif
344
William M. Brack21e4ef22005-01-02 09:53:13 +0000345#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000346extern __typeof (htmlReadFd) htmlReadFd__internal_alias __attribute((visibility("hidden")));
347extern __typeof (htmlReadFd) htmlReadFd __attribute((alias("htmlReadFd__internal_alias")));
348#define htmlReadFd htmlReadFd__internal_alias
349#endif
350
William M. Brack21e4ef22005-01-02 09:53:13 +0000351#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000352extern __typeof (htmlReadFile) htmlReadFile__internal_alias __attribute((visibility("hidden")));
353extern __typeof (htmlReadFile) htmlReadFile __attribute((alias("htmlReadFile__internal_alias")));
354#define htmlReadFile htmlReadFile__internal_alias
355#endif
356
William M. Brack21e4ef22005-01-02 09:53:13 +0000357#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000358extern __typeof (htmlReadIO) htmlReadIO__internal_alias __attribute((visibility("hidden")));
359extern __typeof (htmlReadIO) htmlReadIO __attribute((alias("htmlReadIO__internal_alias")));
360#define htmlReadIO htmlReadIO__internal_alias
361#endif
362
William M. Brack21e4ef22005-01-02 09:53:13 +0000363#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000364extern __typeof (htmlReadMemory) htmlReadMemory__internal_alias __attribute((visibility("hidden")));
365extern __typeof (htmlReadMemory) htmlReadMemory __attribute((alias("htmlReadMemory__internal_alias")));
366#define htmlReadMemory htmlReadMemory__internal_alias
367#endif
368
William M. Brack21e4ef22005-01-02 09:53:13 +0000369#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000370extern __typeof (htmlSAXParseDoc) htmlSAXParseDoc__internal_alias __attribute((visibility("hidden")));
371extern __typeof (htmlSAXParseDoc) htmlSAXParseDoc __attribute((alias("htmlSAXParseDoc__internal_alias")));
372#define htmlSAXParseDoc htmlSAXParseDoc__internal_alias
373#endif
374
William M. Brack21e4ef22005-01-02 09:53:13 +0000375#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000376extern __typeof (htmlSAXParseFile) htmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
377extern __typeof (htmlSAXParseFile) htmlSAXParseFile __attribute((alias("htmlSAXParseFile__internal_alias")));
378#define htmlSAXParseFile htmlSAXParseFile__internal_alias
379#endif
380
William M. Brack21e4ef22005-01-02 09:53:13 +0000381#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000382extern __typeof (htmlSaveFile) htmlSaveFile__internal_alias __attribute((visibility("hidden")));
383extern __typeof (htmlSaveFile) htmlSaveFile __attribute((alias("htmlSaveFile__internal_alias")));
384#define htmlSaveFile htmlSaveFile__internal_alias
385#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000386
William M. Brack21e4ef22005-01-02 09:53:13 +0000387#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000388extern __typeof (htmlSaveFileEnc) htmlSaveFileEnc__internal_alias __attribute((visibility("hidden")));
389extern __typeof (htmlSaveFileEnc) htmlSaveFileEnc __attribute((alias("htmlSaveFileEnc__internal_alias")));
390#define htmlSaveFileEnc htmlSaveFileEnc__internal_alias
391#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000392
William M. Brack21e4ef22005-01-02 09:53:13 +0000393#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000394extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat__internal_alias __attribute((visibility("hidden")));
395extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat __attribute((alias("htmlSaveFileFormat__internal_alias")));
396#define htmlSaveFileFormat htmlSaveFileFormat__internal_alias
397#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000398
William M. Brack21e4ef22005-01-02 09:53:13 +0000399#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000400extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding__internal_alias __attribute((visibility("hidden")));
401extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding __attribute((alias("htmlSetMetaEncoding__internal_alias")));
402#define htmlSetMetaEncoding htmlSetMetaEncoding__internal_alias
403#endif
404
William M. Brack21e4ef22005-01-02 09:53:13 +0000405#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000406extern __typeof (htmlTagLookup) htmlTagLookup__internal_alias __attribute((visibility("hidden")));
407extern __typeof (htmlTagLookup) htmlTagLookup __attribute((alias("htmlTagLookup__internal_alias")));
408#define htmlTagLookup htmlTagLookup__internal_alias
409#endif
410
411extern __typeof (inputPop) inputPop__internal_alias __attribute((visibility("hidden")));
412extern __typeof (inputPop) inputPop __attribute((alias("inputPop__internal_alias")));
413#define inputPop inputPop__internal_alias
414
415extern __typeof (inputPush) inputPush__internal_alias __attribute((visibility("hidden")));
416extern __typeof (inputPush) inputPush __attribute((alias("inputPush__internal_alias")));
417#define inputPush inputPush__internal_alias
418
419extern __typeof (namePop) namePop__internal_alias __attribute((visibility("hidden")));
420extern __typeof (namePop) namePop __attribute((alias("namePop__internal_alias")));
421#define namePop namePop__internal_alias
422
423extern __typeof (namePush) namePush__internal_alias __attribute((visibility("hidden")));
424extern __typeof (namePush) namePush __attribute((alias("namePush__internal_alias")));
425#define namePush namePush__internal_alias
426
427extern __typeof (nodePop) nodePop__internal_alias __attribute((visibility("hidden")));
428extern __typeof (nodePop) nodePop __attribute((alias("nodePop__internal_alias")));
429#define nodePop nodePop__internal_alias
430
431extern __typeof (nodePush) nodePush__internal_alias __attribute((visibility("hidden")));
432extern __typeof (nodePush) nodePush __attribute((alias("nodePush__internal_alias")));
433#define nodePush nodePush__internal_alias
434
William M. Brack21e4ef22005-01-02 09:53:13 +0000435#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000436extern __typeof (valuePop) valuePop__internal_alias __attribute((visibility("hidden")));
437extern __typeof (valuePop) valuePop __attribute((alias("valuePop__internal_alias")));
438#define valuePop valuePop__internal_alias
439#endif
440
William M. Brack21e4ef22005-01-02 09:53:13 +0000441#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000442extern __typeof (valuePush) valuePush__internal_alias __attribute((visibility("hidden")));
443extern __typeof (valuePush) valuePush __attribute((alias("valuePush__internal_alias")));
444#define valuePush valuePush__internal_alias
445#endif
446
William M. Brack21e4ef22005-01-02 09:53:13 +0000447#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000448extern __typeof (xmlACatalogAdd) xmlACatalogAdd__internal_alias __attribute((visibility("hidden")));
449extern __typeof (xmlACatalogAdd) xmlACatalogAdd __attribute((alias("xmlACatalogAdd__internal_alias")));
450#define xmlACatalogAdd xmlACatalogAdd__internal_alias
451#endif
452
William M. Brack21e4ef22005-01-02 09:53:13 +0000453#if defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000454extern __typeof (xmlACatalogDump) xmlACatalogDump__internal_alias __attribute((visibility("hidden")));
455extern __typeof (xmlACatalogDump) xmlACatalogDump __attribute((alias("xmlACatalogDump__internal_alias")));
456#define xmlACatalogDump xmlACatalogDump__internal_alias
457#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000458
William M. Brack21e4ef22005-01-02 09:53:13 +0000459#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000460extern __typeof (xmlACatalogRemove) xmlACatalogRemove__internal_alias __attribute((visibility("hidden")));
461extern __typeof (xmlACatalogRemove) xmlACatalogRemove __attribute((alias("xmlACatalogRemove__internal_alias")));
462#define xmlACatalogRemove xmlACatalogRemove__internal_alias
463#endif
464
William M. Brack21e4ef22005-01-02 09:53:13 +0000465#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000466extern __typeof (xmlACatalogResolve) xmlACatalogResolve__internal_alias __attribute((visibility("hidden")));
467extern __typeof (xmlACatalogResolve) xmlACatalogResolve __attribute((alias("xmlACatalogResolve__internal_alias")));
468#define xmlACatalogResolve xmlACatalogResolve__internal_alias
469#endif
470
William M. Brack21e4ef22005-01-02 09:53:13 +0000471#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000472extern __typeof (xmlACatalogResolvePublic) xmlACatalogResolvePublic__internal_alias __attribute((visibility("hidden")));
473extern __typeof (xmlACatalogResolvePublic) xmlACatalogResolvePublic __attribute((alias("xmlACatalogResolvePublic__internal_alias")));
474#define xmlACatalogResolvePublic xmlACatalogResolvePublic__internal_alias
475#endif
476
William M. Brack21e4ef22005-01-02 09:53:13 +0000477#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000478extern __typeof (xmlACatalogResolveSystem) xmlACatalogResolveSystem__internal_alias __attribute((visibility("hidden")));
479extern __typeof (xmlACatalogResolveSystem) xmlACatalogResolveSystem __attribute((alias("xmlACatalogResolveSystem__internal_alias")));
480#define xmlACatalogResolveSystem xmlACatalogResolveSystem__internal_alias
481#endif
482
William M. Brack21e4ef22005-01-02 09:53:13 +0000483#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000484extern __typeof (xmlACatalogResolveURI) xmlACatalogResolveURI__internal_alias __attribute((visibility("hidden")));
485extern __typeof (xmlACatalogResolveURI) xmlACatalogResolveURI __attribute((alias("xmlACatalogResolveURI__internal_alias")));
486#define xmlACatalogResolveURI xmlACatalogResolveURI__internal_alias
487#endif
488
489extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl__internal_alias __attribute((visibility("hidden")));
490extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl __attribute((alias("xmlAddAttributeDecl__internal_alias")));
491#define xmlAddAttributeDecl xmlAddAttributeDecl__internal_alias
492
493extern __typeof (xmlAddChild) xmlAddChild__internal_alias __attribute((visibility("hidden")));
494extern __typeof (xmlAddChild) xmlAddChild __attribute((alias("xmlAddChild__internal_alias")));
495#define xmlAddChild xmlAddChild__internal_alias
496
497extern __typeof (xmlAddChildList) xmlAddChildList__internal_alias __attribute((visibility("hidden")));
498extern __typeof (xmlAddChildList) xmlAddChildList __attribute((alias("xmlAddChildList__internal_alias")));
499#define xmlAddChildList xmlAddChildList__internal_alias
500
501extern __typeof (xmlAddDocEntity) xmlAddDocEntity__internal_alias __attribute((visibility("hidden")));
502extern __typeof (xmlAddDocEntity) xmlAddDocEntity __attribute((alias("xmlAddDocEntity__internal_alias")));
503#define xmlAddDocEntity xmlAddDocEntity__internal_alias
504
505extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity__internal_alias __attribute((visibility("hidden")));
506extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity __attribute((alias("xmlAddDtdEntity__internal_alias")));
507#define xmlAddDtdEntity xmlAddDtdEntity__internal_alias
508
509extern __typeof (xmlAddElementDecl) xmlAddElementDecl__internal_alias __attribute((visibility("hidden")));
510extern __typeof (xmlAddElementDecl) xmlAddElementDecl __attribute((alias("xmlAddElementDecl__internal_alias")));
511#define xmlAddElementDecl xmlAddElementDecl__internal_alias
512
513extern __typeof (xmlAddEncodingAlias) xmlAddEncodingAlias__internal_alias __attribute((visibility("hidden")));
514extern __typeof (xmlAddEncodingAlias) xmlAddEncodingAlias __attribute((alias("xmlAddEncodingAlias__internal_alias")));
515#define xmlAddEncodingAlias xmlAddEncodingAlias__internal_alias
516
517extern __typeof (xmlAddID) xmlAddID__internal_alias __attribute((visibility("hidden")));
518extern __typeof (xmlAddID) xmlAddID __attribute((alias("xmlAddID__internal_alias")));
519#define xmlAddID xmlAddID__internal_alias
520
521extern __typeof (xmlAddNextSibling) xmlAddNextSibling__internal_alias __attribute((visibility("hidden")));
522extern __typeof (xmlAddNextSibling) xmlAddNextSibling __attribute((alias("xmlAddNextSibling__internal_alias")));
523#define xmlAddNextSibling xmlAddNextSibling__internal_alias
524
525extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl__internal_alias __attribute((visibility("hidden")));
526extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl __attribute((alias("xmlAddNotationDecl__internal_alias")));
527#define xmlAddNotationDecl xmlAddNotationDecl__internal_alias
528
William M. Brack21e4ef22005-01-02 09:53:13 +0000529#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000530extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling__internal_alias __attribute((visibility("hidden")));
531extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling __attribute((alias("xmlAddPrevSibling__internal_alias")));
532#define xmlAddPrevSibling xmlAddPrevSibling__internal_alias
533#endif
534
535extern __typeof (xmlAddRef) xmlAddRef__internal_alias __attribute((visibility("hidden")));
536extern __typeof (xmlAddRef) xmlAddRef __attribute((alias("xmlAddRef__internal_alias")));
537#define xmlAddRef xmlAddRef__internal_alias
538
539extern __typeof (xmlAddSibling) xmlAddSibling__internal_alias __attribute((visibility("hidden")));
540extern __typeof (xmlAddSibling) xmlAddSibling __attribute((alias("xmlAddSibling__internal_alias")));
541#define xmlAddSibling xmlAddSibling__internal_alias
542
William M. Brack21e4ef22005-01-02 09:53:13 +0000543#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000544extern __typeof (xmlAllocOutputBuffer) xmlAllocOutputBuffer__internal_alias __attribute((visibility("hidden")));
545extern __typeof (xmlAllocOutputBuffer) xmlAllocOutputBuffer __attribute((alias("xmlAllocOutputBuffer__internal_alias")));
546#define xmlAllocOutputBuffer xmlAllocOutputBuffer__internal_alias
547#endif
548
549extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer__internal_alias __attribute((visibility("hidden")));
550extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer __attribute((alias("xmlAllocParserInputBuffer__internal_alias")));
551#define xmlAllocParserInputBuffer xmlAllocParserInputBuffer__internal_alias
552
William M. Brack21e4ef22005-01-02 09:53:13 +0000553#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000554extern __typeof (xmlAttrSerializeTxtContent) xmlAttrSerializeTxtContent__internal_alias __attribute((visibility("hidden")));
555extern __typeof (xmlAttrSerializeTxtContent) xmlAttrSerializeTxtContent __attribute((alias("xmlAttrSerializeTxtContent__internal_alias")));
556#define xmlAttrSerializeTxtContent xmlAttrSerializeTxtContent__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +0000557#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000558
William M. Brack21e4ef22005-01-02 09:53:13 +0000559#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000560extern __typeof (xmlAutomataCompile) xmlAutomataCompile__internal_alias __attribute((visibility("hidden")));
561extern __typeof (xmlAutomataCompile) xmlAutomataCompile __attribute((alias("xmlAutomataCompile__internal_alias")));
562#define xmlAutomataCompile xmlAutomataCompile__internal_alias
563#endif
564
William M. Brack21e4ef22005-01-02 09:53:13 +0000565#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000566extern __typeof (xmlAutomataGetInitState) xmlAutomataGetInitState__internal_alias __attribute((visibility("hidden")));
567extern __typeof (xmlAutomataGetInitState) xmlAutomataGetInitState __attribute((alias("xmlAutomataGetInitState__internal_alias")));
568#define xmlAutomataGetInitState xmlAutomataGetInitState__internal_alias
569#endif
570
William M. Brack21e4ef22005-01-02 09:53:13 +0000571#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000572extern __typeof (xmlAutomataIsDeterminist) xmlAutomataIsDeterminist__internal_alias __attribute((visibility("hidden")));
573extern __typeof (xmlAutomataIsDeterminist) xmlAutomataIsDeterminist __attribute((alias("xmlAutomataIsDeterminist__internal_alias")));
574#define xmlAutomataIsDeterminist xmlAutomataIsDeterminist__internal_alias
575#endif
576
William M. Brack21e4ef22005-01-02 09:53:13 +0000577#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000578extern __typeof (xmlAutomataNewAllTrans) xmlAutomataNewAllTrans__internal_alias __attribute((visibility("hidden")));
579extern __typeof (xmlAutomataNewAllTrans) xmlAutomataNewAllTrans __attribute((alias("xmlAutomataNewAllTrans__internal_alias")));
580#define xmlAutomataNewAllTrans xmlAutomataNewAllTrans__internal_alias
581#endif
582
William M. Brack21e4ef22005-01-02 09:53:13 +0000583#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000584extern __typeof (xmlAutomataNewCountTrans) xmlAutomataNewCountTrans__internal_alias __attribute((visibility("hidden")));
585extern __typeof (xmlAutomataNewCountTrans) xmlAutomataNewCountTrans __attribute((alias("xmlAutomataNewCountTrans__internal_alias")));
586#define xmlAutomataNewCountTrans xmlAutomataNewCountTrans__internal_alias
587#endif
588
William M. Brack21e4ef22005-01-02 09:53:13 +0000589#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillard6927b102004-10-27 17:29:04 +0000590extern __typeof (xmlAutomataNewCountTrans2) xmlAutomataNewCountTrans2__internal_alias __attribute((visibility("hidden")));
591extern __typeof (xmlAutomataNewCountTrans2) xmlAutomataNewCountTrans2 __attribute((alias("xmlAutomataNewCountTrans2__internal_alias")));
592#define xmlAutomataNewCountTrans2 xmlAutomataNewCountTrans2__internal_alias
593#endif
594
William M. Brack21e4ef22005-01-02 09:53:13 +0000595#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000596extern __typeof (xmlAutomataNewCountedTrans) xmlAutomataNewCountedTrans__internal_alias __attribute((visibility("hidden")));
597extern __typeof (xmlAutomataNewCountedTrans) xmlAutomataNewCountedTrans __attribute((alias("xmlAutomataNewCountedTrans__internal_alias")));
598#define xmlAutomataNewCountedTrans xmlAutomataNewCountedTrans__internal_alias
599#endif
600
William M. Brack21e4ef22005-01-02 09:53:13 +0000601#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000602extern __typeof (xmlAutomataNewCounter) xmlAutomataNewCounter__internal_alias __attribute((visibility("hidden")));
603extern __typeof (xmlAutomataNewCounter) xmlAutomataNewCounter __attribute((alias("xmlAutomataNewCounter__internal_alias")));
604#define xmlAutomataNewCounter xmlAutomataNewCounter__internal_alias
605#endif
606
William M. Brack21e4ef22005-01-02 09:53:13 +0000607#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000608extern __typeof (xmlAutomataNewCounterTrans) xmlAutomataNewCounterTrans__internal_alias __attribute((visibility("hidden")));
609extern __typeof (xmlAutomataNewCounterTrans) xmlAutomataNewCounterTrans __attribute((alias("xmlAutomataNewCounterTrans__internal_alias")));
610#define xmlAutomataNewCounterTrans xmlAutomataNewCounterTrans__internal_alias
611#endif
612
William M. Brack21e4ef22005-01-02 09:53:13 +0000613#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000614extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon__internal_alias __attribute((visibility("hidden")));
615extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon __attribute((alias("xmlAutomataNewEpsilon__internal_alias")));
616#define xmlAutomataNewEpsilon xmlAutomataNewEpsilon__internal_alias
617#endif
618
William M. Brack21e4ef22005-01-02 09:53:13 +0000619#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000620extern __typeof (xmlAutomataNewOnceTrans) xmlAutomataNewOnceTrans__internal_alias __attribute((visibility("hidden")));
621extern __typeof (xmlAutomataNewOnceTrans) xmlAutomataNewOnceTrans __attribute((alias("xmlAutomataNewOnceTrans__internal_alias")));
622#define xmlAutomataNewOnceTrans xmlAutomataNewOnceTrans__internal_alias
623#endif
624
William M. Brack21e4ef22005-01-02 09:53:13 +0000625#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillard6927b102004-10-27 17:29:04 +0000626extern __typeof (xmlAutomataNewOnceTrans2) xmlAutomataNewOnceTrans2__internal_alias __attribute((visibility("hidden")));
627extern __typeof (xmlAutomataNewOnceTrans2) xmlAutomataNewOnceTrans2 __attribute((alias("xmlAutomataNewOnceTrans2__internal_alias")));
628#define xmlAutomataNewOnceTrans2 xmlAutomataNewOnceTrans2__internal_alias
629#endif
630
William M. Brack21e4ef22005-01-02 09:53:13 +0000631#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000632extern __typeof (xmlAutomataNewState) xmlAutomataNewState__internal_alias __attribute((visibility("hidden")));
633extern __typeof (xmlAutomataNewState) xmlAutomataNewState __attribute((alias("xmlAutomataNewState__internal_alias")));
634#define xmlAutomataNewState xmlAutomataNewState__internal_alias
635#endif
636
William M. Brack21e4ef22005-01-02 09:53:13 +0000637#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000638extern __typeof (xmlAutomataNewTransition) xmlAutomataNewTransition__internal_alias __attribute((visibility("hidden")));
639extern __typeof (xmlAutomataNewTransition) xmlAutomataNewTransition __attribute((alias("xmlAutomataNewTransition__internal_alias")));
640#define xmlAutomataNewTransition xmlAutomataNewTransition__internal_alias
641#endif
642
William M. Brack21e4ef22005-01-02 09:53:13 +0000643#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000644extern __typeof (xmlAutomataNewTransition2) xmlAutomataNewTransition2__internal_alias __attribute((visibility("hidden")));
645extern __typeof (xmlAutomataNewTransition2) xmlAutomataNewTransition2 __attribute((alias("xmlAutomataNewTransition2__internal_alias")));
646#define xmlAutomataNewTransition2 xmlAutomataNewTransition2__internal_alias
647#endif
648
William M. Brack21e4ef22005-01-02 09:53:13 +0000649#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000650extern __typeof (xmlAutomataSetFinalState) xmlAutomataSetFinalState__internal_alias __attribute((visibility("hidden")));
651extern __typeof (xmlAutomataSetFinalState) xmlAutomataSetFinalState __attribute((alias("xmlAutomataSetFinalState__internal_alias")));
652#define xmlAutomataSetFinalState xmlAutomataSetFinalState__internal_alias
653#endif
654
William M. Brack21e4ef22005-01-02 09:53:13 +0000655#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000656extern __typeof (xmlBoolToText) xmlBoolToText__internal_alias __attribute((visibility("hidden")));
657extern __typeof (xmlBoolToText) xmlBoolToText __attribute((alias("xmlBoolToText__internal_alias")));
658#define xmlBoolToText xmlBoolToText__internal_alias
659#endif
660
661extern __typeof (xmlBufferAdd) xmlBufferAdd__internal_alias __attribute((visibility("hidden")));
662extern __typeof (xmlBufferAdd) xmlBufferAdd __attribute((alias("xmlBufferAdd__internal_alias")));
663#define xmlBufferAdd xmlBufferAdd__internal_alias
664
665extern __typeof (xmlBufferAddHead) xmlBufferAddHead__internal_alias __attribute((visibility("hidden")));
666extern __typeof (xmlBufferAddHead) xmlBufferAddHead __attribute((alias("xmlBufferAddHead__internal_alias")));
667#define xmlBufferAddHead xmlBufferAddHead__internal_alias
668
669extern __typeof (xmlBufferCCat) xmlBufferCCat__internal_alias __attribute((visibility("hidden")));
670extern __typeof (xmlBufferCCat) xmlBufferCCat __attribute((alias("xmlBufferCCat__internal_alias")));
671#define xmlBufferCCat xmlBufferCCat__internal_alias
672
673extern __typeof (xmlBufferCat) xmlBufferCat__internal_alias __attribute((visibility("hidden")));
674extern __typeof (xmlBufferCat) xmlBufferCat __attribute((alias("xmlBufferCat__internal_alias")));
675#define xmlBufferCat xmlBufferCat__internal_alias
676
677extern __typeof (xmlBufferContent) xmlBufferContent__internal_alias __attribute((visibility("hidden")));
678extern __typeof (xmlBufferContent) xmlBufferContent __attribute((alias("xmlBufferContent__internal_alias")));
679#define xmlBufferContent xmlBufferContent__internal_alias
680
681extern __typeof (xmlBufferCreate) xmlBufferCreate__internal_alias __attribute((visibility("hidden")));
682extern __typeof (xmlBufferCreate) xmlBufferCreate __attribute((alias("xmlBufferCreate__internal_alias")));
683#define xmlBufferCreate xmlBufferCreate__internal_alias
684
685extern __typeof (xmlBufferCreateSize) xmlBufferCreateSize__internal_alias __attribute((visibility("hidden")));
686extern __typeof (xmlBufferCreateSize) xmlBufferCreateSize __attribute((alias("xmlBufferCreateSize__internal_alias")));
687#define xmlBufferCreateSize xmlBufferCreateSize__internal_alias
688
689extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic__internal_alias __attribute((visibility("hidden")));
690extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic __attribute((alias("xmlBufferCreateStatic__internal_alias")));
691#define xmlBufferCreateStatic xmlBufferCreateStatic__internal_alias
692
693extern __typeof (xmlBufferDump) xmlBufferDump__internal_alias __attribute((visibility("hidden")));
694extern __typeof (xmlBufferDump) xmlBufferDump __attribute((alias("xmlBufferDump__internal_alias")));
695#define xmlBufferDump xmlBufferDump__internal_alias
696
697extern __typeof (xmlBufferEmpty) xmlBufferEmpty__internal_alias __attribute((visibility("hidden")));
698extern __typeof (xmlBufferEmpty) xmlBufferEmpty __attribute((alias("xmlBufferEmpty__internal_alias")));
699#define xmlBufferEmpty xmlBufferEmpty__internal_alias
700
701extern __typeof (xmlBufferFree) xmlBufferFree__internal_alias __attribute((visibility("hidden")));
702extern __typeof (xmlBufferFree) xmlBufferFree __attribute((alias("xmlBufferFree__internal_alias")));
703#define xmlBufferFree xmlBufferFree__internal_alias
704
705extern __typeof (xmlBufferGrow) xmlBufferGrow__internal_alias __attribute((visibility("hidden")));
706extern __typeof (xmlBufferGrow) xmlBufferGrow __attribute((alias("xmlBufferGrow__internal_alias")));
707#define xmlBufferGrow xmlBufferGrow__internal_alias
708
709extern __typeof (xmlBufferLength) xmlBufferLength__internal_alias __attribute((visibility("hidden")));
710extern __typeof (xmlBufferLength) xmlBufferLength __attribute((alias("xmlBufferLength__internal_alias")));
711#define xmlBufferLength xmlBufferLength__internal_alias
712
713extern __typeof (xmlBufferResize) xmlBufferResize__internal_alias __attribute((visibility("hidden")));
714extern __typeof (xmlBufferResize) xmlBufferResize __attribute((alias("xmlBufferResize__internal_alias")));
715#define xmlBufferResize xmlBufferResize__internal_alias
716
717extern __typeof (xmlBufferSetAllocationScheme) xmlBufferSetAllocationScheme__internal_alias __attribute((visibility("hidden")));
718extern __typeof (xmlBufferSetAllocationScheme) xmlBufferSetAllocationScheme __attribute((alias("xmlBufferSetAllocationScheme__internal_alias")));
719#define xmlBufferSetAllocationScheme xmlBufferSetAllocationScheme__internal_alias
720
721extern __typeof (xmlBufferShrink) xmlBufferShrink__internal_alias __attribute((visibility("hidden")));
722extern __typeof (xmlBufferShrink) xmlBufferShrink __attribute((alias("xmlBufferShrink__internal_alias")));
723#define xmlBufferShrink xmlBufferShrink__internal_alias
724
725extern __typeof (xmlBufferWriteCHAR) xmlBufferWriteCHAR__internal_alias __attribute((visibility("hidden")));
726extern __typeof (xmlBufferWriteCHAR) xmlBufferWriteCHAR __attribute((alias("xmlBufferWriteCHAR__internal_alias")));
727#define xmlBufferWriteCHAR xmlBufferWriteCHAR__internal_alias
728
729extern __typeof (xmlBufferWriteChar) xmlBufferWriteChar__internal_alias __attribute((visibility("hidden")));
730extern __typeof (xmlBufferWriteChar) xmlBufferWriteChar __attribute((alias("xmlBufferWriteChar__internal_alias")));
731#define xmlBufferWriteChar xmlBufferWriteChar__internal_alias
732
733extern __typeof (xmlBufferWriteQuotedString) xmlBufferWriteQuotedString__internal_alias __attribute((visibility("hidden")));
734extern __typeof (xmlBufferWriteQuotedString) xmlBufferWriteQuotedString __attribute((alias("xmlBufferWriteQuotedString__internal_alias")));
735#define xmlBufferWriteQuotedString xmlBufferWriteQuotedString__internal_alias
736
737extern __typeof (xmlBuildQName) xmlBuildQName__internal_alias __attribute((visibility("hidden")));
738extern __typeof (xmlBuildQName) xmlBuildQName __attribute((alias("xmlBuildQName__internal_alias")));
739#define xmlBuildQName xmlBuildQName__internal_alias
740
741extern __typeof (xmlBuildRelativeURI) xmlBuildRelativeURI__internal_alias __attribute((visibility("hidden")));
742extern __typeof (xmlBuildRelativeURI) xmlBuildRelativeURI __attribute((alias("xmlBuildRelativeURI__internal_alias")));
743#define xmlBuildRelativeURI xmlBuildRelativeURI__internal_alias
744
745extern __typeof (xmlBuildURI) xmlBuildURI__internal_alias __attribute((visibility("hidden")));
746extern __typeof (xmlBuildURI) xmlBuildURI __attribute((alias("xmlBuildURI__internal_alias")));
747#define xmlBuildURI xmlBuildURI__internal_alias
748
749extern __typeof (xmlByteConsumed) xmlByteConsumed__internal_alias __attribute((visibility("hidden")));
750extern __typeof (xmlByteConsumed) xmlByteConsumed __attribute((alias("xmlByteConsumed__internal_alias")));
751#define xmlByteConsumed xmlByteConsumed__internal_alias
752
William M. Brack21e4ef22005-01-02 09:53:13 +0000753#if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000754extern __typeof (xmlC14NDocDumpMemory) xmlC14NDocDumpMemory__internal_alias __attribute((visibility("hidden")));
755extern __typeof (xmlC14NDocDumpMemory) xmlC14NDocDumpMemory __attribute((alias("xmlC14NDocDumpMemory__internal_alias")));
756#define xmlC14NDocDumpMemory xmlC14NDocDumpMemory__internal_alias
757#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000758
William M. Brack21e4ef22005-01-02 09:53:13 +0000759#if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000760extern __typeof (xmlC14NDocSave) xmlC14NDocSave__internal_alias __attribute((visibility("hidden")));
761extern __typeof (xmlC14NDocSave) xmlC14NDocSave __attribute((alias("xmlC14NDocSave__internal_alias")));
762#define xmlC14NDocSave xmlC14NDocSave__internal_alias
763#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000764
William M. Brack21e4ef22005-01-02 09:53:13 +0000765#if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000766extern __typeof (xmlC14NDocSaveTo) xmlC14NDocSaveTo__internal_alias __attribute((visibility("hidden")));
767extern __typeof (xmlC14NDocSaveTo) xmlC14NDocSaveTo __attribute((alias("xmlC14NDocSaveTo__internal_alias")));
768#define xmlC14NDocSaveTo xmlC14NDocSaveTo__internal_alias
769#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000770
William M. Brack21e4ef22005-01-02 09:53:13 +0000771#if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000772extern __typeof (xmlC14NExecute) xmlC14NExecute__internal_alias __attribute((visibility("hidden")));
773extern __typeof (xmlC14NExecute) xmlC14NExecute __attribute((alias("xmlC14NExecute__internal_alias")));
774#define xmlC14NExecute xmlC14NExecute__internal_alias
775#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000776
777extern __typeof (xmlCanonicPath) xmlCanonicPath__internal_alias __attribute((visibility("hidden")));
778extern __typeof (xmlCanonicPath) xmlCanonicPath __attribute((alias("xmlCanonicPath__internal_alias")));
779#define xmlCanonicPath xmlCanonicPath__internal_alias
780
William M. Brack21e4ef22005-01-02 09:53:13 +0000781#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000782extern __typeof (xmlCatalogAdd) xmlCatalogAdd__internal_alias __attribute((visibility("hidden")));
783extern __typeof (xmlCatalogAdd) xmlCatalogAdd __attribute((alias("xmlCatalogAdd__internal_alias")));
784#define xmlCatalogAdd xmlCatalogAdd__internal_alias
785#endif
786
William M. Brack21e4ef22005-01-02 09:53:13 +0000787#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000788extern __typeof (xmlCatalogAddLocal) xmlCatalogAddLocal__internal_alias __attribute((visibility("hidden")));
789extern __typeof (xmlCatalogAddLocal) xmlCatalogAddLocal __attribute((alias("xmlCatalogAddLocal__internal_alias")));
790#define xmlCatalogAddLocal xmlCatalogAddLocal__internal_alias
791#endif
792
William M. Brack21e4ef22005-01-02 09:53:13 +0000793#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000794extern __typeof (xmlCatalogCleanup) xmlCatalogCleanup__internal_alias __attribute((visibility("hidden")));
795extern __typeof (xmlCatalogCleanup) xmlCatalogCleanup __attribute((alias("xmlCatalogCleanup__internal_alias")));
796#define xmlCatalogCleanup xmlCatalogCleanup__internal_alias
797#endif
798
William M. Brack21e4ef22005-01-02 09:53:13 +0000799#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000800extern __typeof (xmlCatalogConvert) xmlCatalogConvert__internal_alias __attribute((visibility("hidden")));
801extern __typeof (xmlCatalogConvert) xmlCatalogConvert __attribute((alias("xmlCatalogConvert__internal_alias")));
802#define xmlCatalogConvert xmlCatalogConvert__internal_alias
803#endif
804
William M. Brack21e4ef22005-01-02 09:53:13 +0000805#if defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000806extern __typeof (xmlCatalogDump) xmlCatalogDump__internal_alias __attribute((visibility("hidden")));
807extern __typeof (xmlCatalogDump) xmlCatalogDump __attribute((alias("xmlCatalogDump__internal_alias")));
808#define xmlCatalogDump xmlCatalogDump__internal_alias
809#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000810
William M. Brack21e4ef22005-01-02 09:53:13 +0000811#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000812extern __typeof (xmlCatalogFreeLocal) xmlCatalogFreeLocal__internal_alias __attribute((visibility("hidden")));
813extern __typeof (xmlCatalogFreeLocal) xmlCatalogFreeLocal __attribute((alias("xmlCatalogFreeLocal__internal_alias")));
814#define xmlCatalogFreeLocal xmlCatalogFreeLocal__internal_alias
815#endif
816
William M. Brack21e4ef22005-01-02 09:53:13 +0000817#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000818extern __typeof (xmlCatalogGetDefaults) xmlCatalogGetDefaults__internal_alias __attribute((visibility("hidden")));
819extern __typeof (xmlCatalogGetDefaults) xmlCatalogGetDefaults __attribute((alias("xmlCatalogGetDefaults__internal_alias")));
820#define xmlCatalogGetDefaults xmlCatalogGetDefaults__internal_alias
821#endif
822
William M. Brack21e4ef22005-01-02 09:53:13 +0000823#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000824extern __typeof (xmlCatalogGetPublic) xmlCatalogGetPublic__internal_alias __attribute((visibility("hidden")));
825extern __typeof (xmlCatalogGetPublic) xmlCatalogGetPublic __attribute((alias("xmlCatalogGetPublic__internal_alias")));
826#define xmlCatalogGetPublic xmlCatalogGetPublic__internal_alias
827#endif
828
William M. Brack21e4ef22005-01-02 09:53:13 +0000829#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000830extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem__internal_alias __attribute((visibility("hidden")));
831extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem __attribute((alias("xmlCatalogGetSystem__internal_alias")));
832#define xmlCatalogGetSystem xmlCatalogGetSystem__internal_alias
833#endif
834
William M. Brack21e4ef22005-01-02 09:53:13 +0000835#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000836extern __typeof (xmlCatalogIsEmpty) xmlCatalogIsEmpty__internal_alias __attribute((visibility("hidden")));
837extern __typeof (xmlCatalogIsEmpty) xmlCatalogIsEmpty __attribute((alias("xmlCatalogIsEmpty__internal_alias")));
838#define xmlCatalogIsEmpty xmlCatalogIsEmpty__internal_alias
839#endif
840
William M. Brack21e4ef22005-01-02 09:53:13 +0000841#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000842extern __typeof (xmlCatalogLocalResolve) xmlCatalogLocalResolve__internal_alias __attribute((visibility("hidden")));
843extern __typeof (xmlCatalogLocalResolve) xmlCatalogLocalResolve __attribute((alias("xmlCatalogLocalResolve__internal_alias")));
844#define xmlCatalogLocalResolve xmlCatalogLocalResolve__internal_alias
845#endif
846
William M. Brack21e4ef22005-01-02 09:53:13 +0000847#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000848extern __typeof (xmlCatalogLocalResolveURI) xmlCatalogLocalResolveURI__internal_alias __attribute((visibility("hidden")));
849extern __typeof (xmlCatalogLocalResolveURI) xmlCatalogLocalResolveURI __attribute((alias("xmlCatalogLocalResolveURI__internal_alias")));
850#define xmlCatalogLocalResolveURI xmlCatalogLocalResolveURI__internal_alias
851#endif
852
William M. Brack21e4ef22005-01-02 09:53:13 +0000853#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000854extern __typeof (xmlCatalogRemove) xmlCatalogRemove__internal_alias __attribute((visibility("hidden")));
855extern __typeof (xmlCatalogRemove) xmlCatalogRemove __attribute((alias("xmlCatalogRemove__internal_alias")));
856#define xmlCatalogRemove xmlCatalogRemove__internal_alias
857#endif
858
William M. Brack21e4ef22005-01-02 09:53:13 +0000859#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000860extern __typeof (xmlCatalogResolve) xmlCatalogResolve__internal_alias __attribute((visibility("hidden")));
861extern __typeof (xmlCatalogResolve) xmlCatalogResolve __attribute((alias("xmlCatalogResolve__internal_alias")));
862#define xmlCatalogResolve xmlCatalogResolve__internal_alias
863#endif
864
William M. Brack21e4ef22005-01-02 09:53:13 +0000865#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000866extern __typeof (xmlCatalogResolvePublic) xmlCatalogResolvePublic__internal_alias __attribute((visibility("hidden")));
867extern __typeof (xmlCatalogResolvePublic) xmlCatalogResolvePublic __attribute((alias("xmlCatalogResolvePublic__internal_alias")));
868#define xmlCatalogResolvePublic xmlCatalogResolvePublic__internal_alias
869#endif
870
William M. Brack21e4ef22005-01-02 09:53:13 +0000871#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000872extern __typeof (xmlCatalogResolveSystem) xmlCatalogResolveSystem__internal_alias __attribute((visibility("hidden")));
873extern __typeof (xmlCatalogResolveSystem) xmlCatalogResolveSystem __attribute((alias("xmlCatalogResolveSystem__internal_alias")));
874#define xmlCatalogResolveSystem xmlCatalogResolveSystem__internal_alias
875#endif
876
William M. Brack21e4ef22005-01-02 09:53:13 +0000877#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000878extern __typeof (xmlCatalogResolveURI) xmlCatalogResolveURI__internal_alias __attribute((visibility("hidden")));
879extern __typeof (xmlCatalogResolveURI) xmlCatalogResolveURI __attribute((alias("xmlCatalogResolveURI__internal_alias")));
880#define xmlCatalogResolveURI xmlCatalogResolveURI__internal_alias
881#endif
882
William M. Brack21e4ef22005-01-02 09:53:13 +0000883#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000884extern __typeof (xmlCatalogSetDebug) xmlCatalogSetDebug__internal_alias __attribute((visibility("hidden")));
885extern __typeof (xmlCatalogSetDebug) xmlCatalogSetDebug __attribute((alias("xmlCatalogSetDebug__internal_alias")));
886#define xmlCatalogSetDebug xmlCatalogSetDebug__internal_alias
887#endif
888
William M. Brack21e4ef22005-01-02 09:53:13 +0000889#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000890extern __typeof (xmlCatalogSetDefaultPrefer) xmlCatalogSetDefaultPrefer__internal_alias __attribute((visibility("hidden")));
891extern __typeof (xmlCatalogSetDefaultPrefer) xmlCatalogSetDefaultPrefer __attribute((alias("xmlCatalogSetDefaultPrefer__internal_alias")));
892#define xmlCatalogSetDefaultPrefer xmlCatalogSetDefaultPrefer__internal_alias
893#endif
894
William M. Brack21e4ef22005-01-02 09:53:13 +0000895#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000896extern __typeof (xmlCatalogSetDefaults) xmlCatalogSetDefaults__internal_alias __attribute((visibility("hidden")));
897extern __typeof (xmlCatalogSetDefaults) xmlCatalogSetDefaults __attribute((alias("xmlCatalogSetDefaults__internal_alias")));
898#define xmlCatalogSetDefaults xmlCatalogSetDefaults__internal_alias
899#endif
900
901extern __typeof (xmlCharEncCloseFunc) xmlCharEncCloseFunc__internal_alias __attribute((visibility("hidden")));
902extern __typeof (xmlCharEncCloseFunc) xmlCharEncCloseFunc __attribute((alias("xmlCharEncCloseFunc__internal_alias")));
903#define xmlCharEncCloseFunc xmlCharEncCloseFunc__internal_alias
904
905extern __typeof (xmlCharEncFirstLine) xmlCharEncFirstLine__internal_alias __attribute((visibility("hidden")));
906extern __typeof (xmlCharEncFirstLine) xmlCharEncFirstLine __attribute((alias("xmlCharEncFirstLine__internal_alias")));
907#define xmlCharEncFirstLine xmlCharEncFirstLine__internal_alias
908
909extern __typeof (xmlCharEncInFunc) xmlCharEncInFunc__internal_alias __attribute((visibility("hidden")));
910extern __typeof (xmlCharEncInFunc) xmlCharEncInFunc __attribute((alias("xmlCharEncInFunc__internal_alias")));
911#define xmlCharEncInFunc xmlCharEncInFunc__internal_alias
912
913extern __typeof (xmlCharEncOutFunc) xmlCharEncOutFunc__internal_alias __attribute((visibility("hidden")));
914extern __typeof (xmlCharEncOutFunc) xmlCharEncOutFunc __attribute((alias("xmlCharEncOutFunc__internal_alias")));
915#define xmlCharEncOutFunc xmlCharEncOutFunc__internal_alias
916
917extern __typeof (xmlCharInRange) xmlCharInRange__internal_alias __attribute((visibility("hidden")));
918extern __typeof (xmlCharInRange) xmlCharInRange __attribute((alias("xmlCharInRange__internal_alias")));
919#define xmlCharInRange xmlCharInRange__internal_alias
920
921extern __typeof (xmlCharStrdup) xmlCharStrdup__internal_alias __attribute((visibility("hidden")));
922extern __typeof (xmlCharStrdup) xmlCharStrdup __attribute((alias("xmlCharStrdup__internal_alias")));
923#define xmlCharStrdup xmlCharStrdup__internal_alias
924
925extern __typeof (xmlCharStrndup) xmlCharStrndup__internal_alias __attribute((visibility("hidden")));
926extern __typeof (xmlCharStrndup) xmlCharStrndup __attribute((alias("xmlCharStrndup__internal_alias")));
927#define xmlCharStrndup xmlCharStrndup__internal_alias
928
929extern __typeof (xmlCheckFilename) xmlCheckFilename__internal_alias __attribute((visibility("hidden")));
930extern __typeof (xmlCheckFilename) xmlCheckFilename __attribute((alias("xmlCheckFilename__internal_alias")));
931#define xmlCheckFilename xmlCheckFilename__internal_alias
932
933extern __typeof (xmlCheckHTTPInput) xmlCheckHTTPInput__internal_alias __attribute((visibility("hidden")));
934extern __typeof (xmlCheckHTTPInput) xmlCheckHTTPInput __attribute((alias("xmlCheckHTTPInput__internal_alias")));
935#define xmlCheckHTTPInput xmlCheckHTTPInput__internal_alias
936
937extern __typeof (xmlCheckLanguageID) xmlCheckLanguageID__internal_alias __attribute((visibility("hidden")));
938extern __typeof (xmlCheckLanguageID) xmlCheckLanguageID __attribute((alias("xmlCheckLanguageID__internal_alias")));
939#define xmlCheckLanguageID xmlCheckLanguageID__internal_alias
940
941extern __typeof (xmlCheckUTF8) xmlCheckUTF8__internal_alias __attribute((visibility("hidden")));
942extern __typeof (xmlCheckUTF8) xmlCheckUTF8 __attribute((alias("xmlCheckUTF8__internal_alias")));
943#define xmlCheckUTF8 xmlCheckUTF8__internal_alias
944
William M. Brack21e4ef22005-01-02 09:53:13 +0000945#if !defined(LIBXML2_COMPILING_MSCCDEF)
Daniel Veillarda2351322004-06-27 12:08:10 +0000946extern __typeof (xmlCheckVersion) xmlCheckVersion__internal_alias __attribute((visibility("hidden")));
947extern __typeof (xmlCheckVersion) xmlCheckVersion __attribute((alias("xmlCheckVersion__internal_alias")));
948#define xmlCheckVersion xmlCheckVersion__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +0000949#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000950
951extern __typeof (xmlCleanupCharEncodingHandlers) xmlCleanupCharEncodingHandlers__internal_alias __attribute((visibility("hidden")));
952extern __typeof (xmlCleanupCharEncodingHandlers) xmlCleanupCharEncodingHandlers __attribute((alias("xmlCleanupCharEncodingHandlers__internal_alias")));
953#define xmlCleanupCharEncodingHandlers xmlCleanupCharEncodingHandlers__internal_alias
954
955extern __typeof (xmlCleanupEncodingAliases) xmlCleanupEncodingAliases__internal_alias __attribute((visibility("hidden")));
956extern __typeof (xmlCleanupEncodingAliases) xmlCleanupEncodingAliases __attribute((alias("xmlCleanupEncodingAliases__internal_alias")));
957#define xmlCleanupEncodingAliases xmlCleanupEncodingAliases__internal_alias
958
959extern __typeof (xmlCleanupGlobals) xmlCleanupGlobals__internal_alias __attribute((visibility("hidden")));
960extern __typeof (xmlCleanupGlobals) xmlCleanupGlobals __attribute((alias("xmlCleanupGlobals__internal_alias")));
961#define xmlCleanupGlobals xmlCleanupGlobals__internal_alias
962
963extern __typeof (xmlCleanupInputCallbacks) xmlCleanupInputCallbacks__internal_alias __attribute((visibility("hidden")));
964extern __typeof (xmlCleanupInputCallbacks) xmlCleanupInputCallbacks __attribute((alias("xmlCleanupInputCallbacks__internal_alias")));
965#define xmlCleanupInputCallbacks xmlCleanupInputCallbacks__internal_alias
966
967extern __typeof (xmlCleanupMemory) xmlCleanupMemory__internal_alias __attribute((visibility("hidden")));
968extern __typeof (xmlCleanupMemory) xmlCleanupMemory __attribute((alias("xmlCleanupMemory__internal_alias")));
969#define xmlCleanupMemory xmlCleanupMemory__internal_alias
970
William M. Brack21e4ef22005-01-02 09:53:13 +0000971#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000972extern __typeof (xmlCleanupOutputCallbacks) xmlCleanupOutputCallbacks__internal_alias __attribute((visibility("hidden")));
973extern __typeof (xmlCleanupOutputCallbacks) xmlCleanupOutputCallbacks __attribute((alias("xmlCleanupOutputCallbacks__internal_alias")));
974#define xmlCleanupOutputCallbacks xmlCleanupOutputCallbacks__internal_alias
975#endif
976
977extern __typeof (xmlCleanupParser) xmlCleanupParser__internal_alias __attribute((visibility("hidden")));
978extern __typeof (xmlCleanupParser) xmlCleanupParser __attribute((alias("xmlCleanupParser__internal_alias")));
979#define xmlCleanupParser xmlCleanupParser__internal_alias
980
William M. Brack21e4ef22005-01-02 09:53:13 +0000981#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +0000982extern __typeof (xmlCleanupPredefinedEntities) xmlCleanupPredefinedEntities__internal_alias __attribute((visibility("hidden")));
983extern __typeof (xmlCleanupPredefinedEntities) xmlCleanupPredefinedEntities __attribute((alias("xmlCleanupPredefinedEntities__internal_alias")));
984#define xmlCleanupPredefinedEntities xmlCleanupPredefinedEntities__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +0000985#endif
Daniel Veillarda2351322004-06-27 12:08:10 +0000986
987extern __typeof (xmlCleanupThreads) xmlCleanupThreads__internal_alias __attribute((visibility("hidden")));
988extern __typeof (xmlCleanupThreads) xmlCleanupThreads __attribute((alias("xmlCleanupThreads__internal_alias")));
989#define xmlCleanupThreads xmlCleanupThreads__internal_alias
990
991extern __typeof (xmlClearNodeInfoSeq) xmlClearNodeInfoSeq__internal_alias __attribute((visibility("hidden")));
992extern __typeof (xmlClearNodeInfoSeq) xmlClearNodeInfoSeq __attribute((alias("xmlClearNodeInfoSeq__internal_alias")));
993#define xmlClearNodeInfoSeq xmlClearNodeInfoSeq__internal_alias
994
995extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt__internal_alias __attribute((visibility("hidden")));
996extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt __attribute((alias("xmlClearParserCtxt__internal_alias")));
997#define xmlClearParserCtxt xmlClearParserCtxt__internal_alias
998
William M. Brack21e4ef22005-01-02 09:53:13 +0000999#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001000extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog__internal_alias __attribute((visibility("hidden")));
1001extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog __attribute((alias("xmlConvertSGMLCatalog__internal_alias")));
1002#define xmlConvertSGMLCatalog xmlConvertSGMLCatalog__internal_alias
1003#endif
1004
William M. Brack21e4ef22005-01-02 09:53:13 +00001005#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001006extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable__internal_alias __attribute((visibility("hidden")));
1007extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable __attribute((alias("xmlCopyAttributeTable__internal_alias")));
1008#define xmlCopyAttributeTable xmlCopyAttributeTable__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001009#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001010
1011extern __typeof (xmlCopyChar) xmlCopyChar__internal_alias __attribute((visibility("hidden")));
1012extern __typeof (xmlCopyChar) xmlCopyChar __attribute((alias("xmlCopyChar__internal_alias")));
1013#define xmlCopyChar xmlCopyChar__internal_alias
1014
1015extern __typeof (xmlCopyCharMultiByte) xmlCopyCharMultiByte__internal_alias __attribute((visibility("hidden")));
1016extern __typeof (xmlCopyCharMultiByte) xmlCopyCharMultiByte __attribute((alias("xmlCopyCharMultiByte__internal_alias")));
1017#define xmlCopyCharMultiByte xmlCopyCharMultiByte__internal_alias
1018
William M. Brack21e4ef22005-01-02 09:53:13 +00001019#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001020extern __typeof (xmlCopyDoc) xmlCopyDoc__internal_alias __attribute((visibility("hidden")));
1021extern __typeof (xmlCopyDoc) xmlCopyDoc __attribute((alias("xmlCopyDoc__internal_alias")));
1022#define xmlCopyDoc xmlCopyDoc__internal_alias
1023#endif
1024
William M. Brack21e4ef22005-01-02 09:53:13 +00001025#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001026extern __typeof (xmlCopyDtd) xmlCopyDtd__internal_alias __attribute((visibility("hidden")));
1027extern __typeof (xmlCopyDtd) xmlCopyDtd __attribute((alias("xmlCopyDtd__internal_alias")));
1028#define xmlCopyDtd xmlCopyDtd__internal_alias
1029#endif
1030
1031extern __typeof (xmlCopyElementContent) xmlCopyElementContent__internal_alias __attribute((visibility("hidden")));
1032extern __typeof (xmlCopyElementContent) xmlCopyElementContent __attribute((alias("xmlCopyElementContent__internal_alias")));
1033#define xmlCopyElementContent xmlCopyElementContent__internal_alias
1034
William M. Brack21e4ef22005-01-02 09:53:13 +00001035#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001036extern __typeof (xmlCopyElementTable) xmlCopyElementTable__internal_alias __attribute((visibility("hidden")));
1037extern __typeof (xmlCopyElementTable) xmlCopyElementTable __attribute((alias("xmlCopyElementTable__internal_alias")));
1038#define xmlCopyElementTable xmlCopyElementTable__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001039#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001040
William M. Brack21e4ef22005-01-02 09:53:13 +00001041#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001042extern __typeof (xmlCopyEntitiesTable) xmlCopyEntitiesTable__internal_alias __attribute((visibility("hidden")));
1043extern __typeof (xmlCopyEntitiesTable) xmlCopyEntitiesTable __attribute((alias("xmlCopyEntitiesTable__internal_alias")));
1044#define xmlCopyEntitiesTable xmlCopyEntitiesTable__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001045#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001046
William M. Brack21e4ef22005-01-02 09:53:13 +00001047#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001048extern __typeof (xmlCopyEnumeration) xmlCopyEnumeration__internal_alias __attribute((visibility("hidden")));
1049extern __typeof (xmlCopyEnumeration) xmlCopyEnumeration __attribute((alias("xmlCopyEnumeration__internal_alias")));
1050#define xmlCopyEnumeration xmlCopyEnumeration__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001051#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001052
1053extern __typeof (xmlCopyError) xmlCopyError__internal_alias __attribute((visibility("hidden")));
1054extern __typeof (xmlCopyError) xmlCopyError __attribute((alias("xmlCopyError__internal_alias")));
1055#define xmlCopyError xmlCopyError__internal_alias
1056
1057extern __typeof (xmlCopyNamespace) xmlCopyNamespace__internal_alias __attribute((visibility("hidden")));
1058extern __typeof (xmlCopyNamespace) xmlCopyNamespace __attribute((alias("xmlCopyNamespace__internal_alias")));
1059#define xmlCopyNamespace xmlCopyNamespace__internal_alias
1060
1061extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList__internal_alias __attribute((visibility("hidden")));
1062extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList __attribute((alias("xmlCopyNamespaceList__internal_alias")));
1063#define xmlCopyNamespaceList xmlCopyNamespaceList__internal_alias
1064
1065extern __typeof (xmlCopyNode) xmlCopyNode__internal_alias __attribute((visibility("hidden")));
1066extern __typeof (xmlCopyNode) xmlCopyNode __attribute((alias("xmlCopyNode__internal_alias")));
1067#define xmlCopyNode xmlCopyNode__internal_alias
1068
1069extern __typeof (xmlCopyNodeList) xmlCopyNodeList__internal_alias __attribute((visibility("hidden")));
1070extern __typeof (xmlCopyNodeList) xmlCopyNodeList __attribute((alias("xmlCopyNodeList__internal_alias")));
1071#define xmlCopyNodeList xmlCopyNodeList__internal_alias
1072
William M. Brack21e4ef22005-01-02 09:53:13 +00001073#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001074extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable__internal_alias __attribute((visibility("hidden")));
1075extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable __attribute((alias("xmlCopyNotationTable__internal_alias")));
1076#define xmlCopyNotationTable xmlCopyNotationTable__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001077#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001078
1079extern __typeof (xmlCopyProp) xmlCopyProp__internal_alias __attribute((visibility("hidden")));
1080extern __typeof (xmlCopyProp) xmlCopyProp __attribute((alias("xmlCopyProp__internal_alias")));
1081#define xmlCopyProp xmlCopyProp__internal_alias
1082
1083extern __typeof (xmlCopyPropList) xmlCopyPropList__internal_alias __attribute((visibility("hidden")));
1084extern __typeof (xmlCopyPropList) xmlCopyPropList __attribute((alias("xmlCopyPropList__internal_alias")));
1085#define xmlCopyPropList xmlCopyPropList__internal_alias
1086
1087extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt__internal_alias __attribute((visibility("hidden")));
1088extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt __attribute((alias("xmlCreateDocParserCtxt__internal_alias")));
1089#define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias
1090
1091extern __typeof (xmlCreateEntitiesTable) xmlCreateEntitiesTable__internal_alias __attribute((visibility("hidden")));
1092extern __typeof (xmlCreateEntitiesTable) xmlCreateEntitiesTable __attribute((alias("xmlCreateEntitiesTable__internal_alias")));
1093#define xmlCreateEntitiesTable xmlCreateEntitiesTable__internal_alias
1094
1095extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt__internal_alias __attribute((visibility("hidden")));
1096extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt __attribute((alias("xmlCreateEntityParserCtxt__internal_alias")));
1097#define xmlCreateEntityParserCtxt xmlCreateEntityParserCtxt__internal_alias
1098
1099extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration__internal_alias __attribute((visibility("hidden")));
1100extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration __attribute((alias("xmlCreateEnumeration__internal_alias")));
1101#define xmlCreateEnumeration xmlCreateEnumeration__internal_alias
1102
1103extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
1104extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt __attribute((alias("xmlCreateFileParserCtxt__internal_alias")));
1105#define xmlCreateFileParserCtxt xmlCreateFileParserCtxt__internal_alias
1106
1107extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt__internal_alias __attribute((visibility("hidden")));
1108extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt __attribute((alias("xmlCreateIOParserCtxt__internal_alias")));
1109#define xmlCreateIOParserCtxt xmlCreateIOParserCtxt__internal_alias
1110
1111extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset__internal_alias __attribute((visibility("hidden")));
1112extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset __attribute((alias("xmlCreateIntSubset__internal_alias")));
1113#define xmlCreateIntSubset xmlCreateIntSubset__internal_alias
1114
1115extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
1116extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt __attribute((alias("xmlCreateMemoryParserCtxt__internal_alias")));
1117#define xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt__internal_alias
1118
William M. Brack21e4ef22005-01-02 09:53:13 +00001119#if defined(LIBXML_PUSH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001120extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
1121extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt __attribute((alias("xmlCreatePushParserCtxt__internal_alias")));
1122#define xmlCreatePushParserCtxt xmlCreatePushParserCtxt__internal_alias
1123#endif
1124
1125extern __typeof (xmlCreateURI) xmlCreateURI__internal_alias __attribute((visibility("hidden")));
1126extern __typeof (xmlCreateURI) xmlCreateURI __attribute((alias("xmlCreateURI__internal_alias")));
1127#define xmlCreateURI xmlCreateURI__internal_alias
1128
1129extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt__internal_alias __attribute((visibility("hidden")));
1130extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt __attribute((alias("xmlCreateURLParserCtxt__internal_alias")));
1131#define xmlCreateURLParserCtxt xmlCreateURLParserCtxt__internal_alias
1132
1133extern __typeof (xmlCtxtGetLastError) xmlCtxtGetLastError__internal_alias __attribute((visibility("hidden")));
1134extern __typeof (xmlCtxtGetLastError) xmlCtxtGetLastError __attribute((alias("xmlCtxtGetLastError__internal_alias")));
1135#define xmlCtxtGetLastError xmlCtxtGetLastError__internal_alias
1136
1137extern __typeof (xmlCtxtReadDoc) xmlCtxtReadDoc__internal_alias __attribute((visibility("hidden")));
1138extern __typeof (xmlCtxtReadDoc) xmlCtxtReadDoc __attribute((alias("xmlCtxtReadDoc__internal_alias")));
1139#define xmlCtxtReadDoc xmlCtxtReadDoc__internal_alias
1140
1141extern __typeof (xmlCtxtReadFd) xmlCtxtReadFd__internal_alias __attribute((visibility("hidden")));
1142extern __typeof (xmlCtxtReadFd) xmlCtxtReadFd __attribute((alias("xmlCtxtReadFd__internal_alias")));
1143#define xmlCtxtReadFd xmlCtxtReadFd__internal_alias
1144
1145extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile__internal_alias __attribute((visibility("hidden")));
1146extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile __attribute((alias("xmlCtxtReadFile__internal_alias")));
1147#define xmlCtxtReadFile xmlCtxtReadFile__internal_alias
1148
1149extern __typeof (xmlCtxtReadIO) xmlCtxtReadIO__internal_alias __attribute((visibility("hidden")));
1150extern __typeof (xmlCtxtReadIO) xmlCtxtReadIO __attribute((alias("xmlCtxtReadIO__internal_alias")));
1151#define xmlCtxtReadIO xmlCtxtReadIO__internal_alias
1152
1153extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory__internal_alias __attribute((visibility("hidden")));
1154extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory __attribute((alias("xmlCtxtReadMemory__internal_alias")));
1155#define xmlCtxtReadMemory xmlCtxtReadMemory__internal_alias
1156
1157extern __typeof (xmlCtxtReset) xmlCtxtReset__internal_alias __attribute((visibility("hidden")));
1158extern __typeof (xmlCtxtReset) xmlCtxtReset __attribute((alias("xmlCtxtReset__internal_alias")));
1159#define xmlCtxtReset xmlCtxtReset__internal_alias
1160
1161extern __typeof (xmlCtxtResetLastError) xmlCtxtResetLastError__internal_alias __attribute((visibility("hidden")));
1162extern __typeof (xmlCtxtResetLastError) xmlCtxtResetLastError __attribute((alias("xmlCtxtResetLastError__internal_alias")));
1163#define xmlCtxtResetLastError xmlCtxtResetLastError__internal_alias
1164
1165extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush__internal_alias __attribute((visibility("hidden")));
1166extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush __attribute((alias("xmlCtxtResetPush__internal_alias")));
1167#define xmlCtxtResetPush xmlCtxtResetPush__internal_alias
1168
1169extern __typeof (xmlCtxtUseOptions) xmlCtxtUseOptions__internal_alias __attribute((visibility("hidden")));
1170extern __typeof (xmlCtxtUseOptions) xmlCtxtUseOptions __attribute((alias("xmlCtxtUseOptions__internal_alias")));
1171#define xmlCtxtUseOptions xmlCtxtUseOptions__internal_alias
1172
1173extern __typeof (xmlCurrentChar) xmlCurrentChar__internal_alias __attribute((visibility("hidden")));
1174extern __typeof (xmlCurrentChar) xmlCurrentChar __attribute((alias("xmlCurrentChar__internal_alias")));
1175#define xmlCurrentChar xmlCurrentChar__internal_alias
1176
William M. Brack21e4ef22005-01-02 09:53:13 +00001177#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillard6927b102004-10-27 17:29:04 +00001178extern __typeof (xmlDebugCheckDocument) xmlDebugCheckDocument__internal_alias __attribute((visibility("hidden")));
1179extern __typeof (xmlDebugCheckDocument) xmlDebugCheckDocument __attribute((alias("xmlDebugCheckDocument__internal_alias")));
1180#define xmlDebugCheckDocument xmlDebugCheckDocument__internal_alias
1181#endif
1182
William M. Brack21e4ef22005-01-02 09:53:13 +00001183#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001184extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr__internal_alias __attribute((visibility("hidden")));
1185extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr __attribute((alias("xmlDebugDumpAttr__internal_alias")));
1186#define xmlDebugDumpAttr xmlDebugDumpAttr__internal_alias
1187#endif
1188
William M. Brack21e4ef22005-01-02 09:53:13 +00001189#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001190extern __typeof (xmlDebugDumpAttrList) xmlDebugDumpAttrList__internal_alias __attribute((visibility("hidden")));
1191extern __typeof (xmlDebugDumpAttrList) xmlDebugDumpAttrList __attribute((alias("xmlDebugDumpAttrList__internal_alias")));
1192#define xmlDebugDumpAttrList xmlDebugDumpAttrList__internal_alias
1193#endif
1194
William M. Brack21e4ef22005-01-02 09:53:13 +00001195#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001196extern __typeof (xmlDebugDumpDTD) xmlDebugDumpDTD__internal_alias __attribute((visibility("hidden")));
1197extern __typeof (xmlDebugDumpDTD) xmlDebugDumpDTD __attribute((alias("xmlDebugDumpDTD__internal_alias")));
1198#define xmlDebugDumpDTD xmlDebugDumpDTD__internal_alias
1199#endif
1200
William M. Brack21e4ef22005-01-02 09:53:13 +00001201#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001202extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument__internal_alias __attribute((visibility("hidden")));
1203extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument __attribute((alias("xmlDebugDumpDocument__internal_alias")));
1204#define xmlDebugDumpDocument xmlDebugDumpDocument__internal_alias
1205#endif
1206
William M. Brack21e4ef22005-01-02 09:53:13 +00001207#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001208extern __typeof (xmlDebugDumpDocumentHead) xmlDebugDumpDocumentHead__internal_alias __attribute((visibility("hidden")));
1209extern __typeof (xmlDebugDumpDocumentHead) xmlDebugDumpDocumentHead __attribute((alias("xmlDebugDumpDocumentHead__internal_alias")));
1210#define xmlDebugDumpDocumentHead xmlDebugDumpDocumentHead__internal_alias
1211#endif
1212
William M. Brack21e4ef22005-01-02 09:53:13 +00001213#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001214extern __typeof (xmlDebugDumpEntities) xmlDebugDumpEntities__internal_alias __attribute((visibility("hidden")));
1215extern __typeof (xmlDebugDumpEntities) xmlDebugDumpEntities __attribute((alias("xmlDebugDumpEntities__internal_alias")));
1216#define xmlDebugDumpEntities xmlDebugDumpEntities__internal_alias
1217#endif
1218
William M. Brack21e4ef22005-01-02 09:53:13 +00001219#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001220extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode__internal_alias __attribute((visibility("hidden")));
1221extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode __attribute((alias("xmlDebugDumpNode__internal_alias")));
1222#define xmlDebugDumpNode xmlDebugDumpNode__internal_alias
1223#endif
1224
William M. Brack21e4ef22005-01-02 09:53:13 +00001225#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001226extern __typeof (xmlDebugDumpNodeList) xmlDebugDumpNodeList__internal_alias __attribute((visibility("hidden")));
1227extern __typeof (xmlDebugDumpNodeList) xmlDebugDumpNodeList __attribute((alias("xmlDebugDumpNodeList__internal_alias")));
1228#define xmlDebugDumpNodeList xmlDebugDumpNodeList__internal_alias
1229#endif
1230
William M. Brack21e4ef22005-01-02 09:53:13 +00001231#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001232extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode__internal_alias __attribute((visibility("hidden")));
1233extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode __attribute((alias("xmlDebugDumpOneNode__internal_alias")));
1234#define xmlDebugDumpOneNode xmlDebugDumpOneNode__internal_alias
1235#endif
1236
William M. Brack21e4ef22005-01-02 09:53:13 +00001237#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001238extern __typeof (xmlDebugDumpString) xmlDebugDumpString__internal_alias __attribute((visibility("hidden")));
1239extern __typeof (xmlDebugDumpString) xmlDebugDumpString __attribute((alias("xmlDebugDumpString__internal_alias")));
1240#define xmlDebugDumpString xmlDebugDumpString__internal_alias
1241#endif
1242
William M. Brack21e4ef22005-01-02 09:53:13 +00001243#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001244extern __typeof (xmlDecodeEntities) xmlDecodeEntities__internal_alias __attribute((visibility("hidden")));
1245extern __typeof (xmlDecodeEntities) xmlDecodeEntities __attribute((alias("xmlDecodeEntities__internal_alias")));
1246#define xmlDecodeEntities xmlDecodeEntities__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001247#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001248
1249extern __typeof (xmlDefaultSAXHandlerInit) xmlDefaultSAXHandlerInit__internal_alias __attribute((visibility("hidden")));
1250extern __typeof (xmlDefaultSAXHandlerInit) xmlDefaultSAXHandlerInit __attribute((alias("xmlDefaultSAXHandlerInit__internal_alias")));
1251#define xmlDefaultSAXHandlerInit xmlDefaultSAXHandlerInit__internal_alias
1252
1253extern __typeof (xmlDelEncodingAlias) xmlDelEncodingAlias__internal_alias __attribute((visibility("hidden")));
1254extern __typeof (xmlDelEncodingAlias) xmlDelEncodingAlias __attribute((alias("xmlDelEncodingAlias__internal_alias")));
1255#define xmlDelEncodingAlias xmlDelEncodingAlias__internal_alias
1256
1257extern __typeof (xmlDeregisterNodeDefault) xmlDeregisterNodeDefault__internal_alias __attribute((visibility("hidden")));
1258extern __typeof (xmlDeregisterNodeDefault) xmlDeregisterNodeDefault __attribute((alias("xmlDeregisterNodeDefault__internal_alias")));
1259#define xmlDeregisterNodeDefault xmlDeregisterNodeDefault__internal_alias
1260
1261extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding__internal_alias __attribute((visibility("hidden")));
1262extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding __attribute((alias("xmlDetectCharEncoding__internal_alias")));
1263#define xmlDetectCharEncoding xmlDetectCharEncoding__internal_alias
1264
1265extern __typeof (xmlDictCreate) xmlDictCreate__internal_alias __attribute((visibility("hidden")));
1266extern __typeof (xmlDictCreate) xmlDictCreate __attribute((alias("xmlDictCreate__internal_alias")));
1267#define xmlDictCreate xmlDictCreate__internal_alias
1268
1269extern __typeof (xmlDictCreateSub) xmlDictCreateSub__internal_alias __attribute((visibility("hidden")));
1270extern __typeof (xmlDictCreateSub) xmlDictCreateSub __attribute((alias("xmlDictCreateSub__internal_alias")));
1271#define xmlDictCreateSub xmlDictCreateSub__internal_alias
1272
William M. Brack21e4ef22005-01-02 09:53:13 +00001273extern __typeof (xmlDictExists) xmlDictExists__internal_alias __attribute((visibility("hidden")));
1274extern __typeof (xmlDictExists) xmlDictExists __attribute((alias("xmlDictExists__internal_alias")));
1275#define xmlDictExists xmlDictExists__internal_alias
1276
Daniel Veillarda2351322004-06-27 12:08:10 +00001277extern __typeof (xmlDictFree) xmlDictFree__internal_alias __attribute((visibility("hidden")));
1278extern __typeof (xmlDictFree) xmlDictFree __attribute((alias("xmlDictFree__internal_alias")));
1279#define xmlDictFree xmlDictFree__internal_alias
1280
1281extern __typeof (xmlDictLookup) xmlDictLookup__internal_alias __attribute((visibility("hidden")));
1282extern __typeof (xmlDictLookup) xmlDictLookup __attribute((alias("xmlDictLookup__internal_alias")));
1283#define xmlDictLookup xmlDictLookup__internal_alias
1284
1285extern __typeof (xmlDictOwns) xmlDictOwns__internal_alias __attribute((visibility("hidden")));
1286extern __typeof (xmlDictOwns) xmlDictOwns __attribute((alias("xmlDictOwns__internal_alias")));
1287#define xmlDictOwns xmlDictOwns__internal_alias
1288
1289extern __typeof (xmlDictQLookup) xmlDictQLookup__internal_alias __attribute((visibility("hidden")));
1290extern __typeof (xmlDictQLookup) xmlDictQLookup __attribute((alias("xmlDictQLookup__internal_alias")));
1291#define xmlDictQLookup xmlDictQLookup__internal_alias
1292
1293extern __typeof (xmlDictReference) xmlDictReference__internal_alias __attribute((visibility("hidden")));
1294extern __typeof (xmlDictReference) xmlDictReference __attribute((alias("xmlDictReference__internal_alias")));
1295#define xmlDictReference xmlDictReference__internal_alias
1296
1297extern __typeof (xmlDictSize) xmlDictSize__internal_alias __attribute((visibility("hidden")));
1298extern __typeof (xmlDictSize) xmlDictSize __attribute((alias("xmlDictSize__internal_alias")));
1299#define xmlDictSize xmlDictSize__internal_alias
1300
1301extern __typeof (xmlDocCopyNode) xmlDocCopyNode__internal_alias __attribute((visibility("hidden")));
1302extern __typeof (xmlDocCopyNode) xmlDocCopyNode __attribute((alias("xmlDocCopyNode__internal_alias")));
1303#define xmlDocCopyNode xmlDocCopyNode__internal_alias
1304
Daniel Veillard6927b102004-10-27 17:29:04 +00001305extern __typeof (xmlDocCopyNodeList) xmlDocCopyNodeList__internal_alias __attribute((visibility("hidden")));
1306extern __typeof (xmlDocCopyNodeList) xmlDocCopyNodeList __attribute((alias("xmlDocCopyNodeList__internal_alias")));
1307#define xmlDocCopyNodeList xmlDocCopyNodeList__internal_alias
1308
William M. Brack21e4ef22005-01-02 09:53:13 +00001309#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001310extern __typeof (xmlDocDump) xmlDocDump__internal_alias __attribute((visibility("hidden")));
1311extern __typeof (xmlDocDump) xmlDocDump __attribute((alias("xmlDocDump__internal_alias")));
1312#define xmlDocDump xmlDocDump__internal_alias
1313#endif
1314
William M. Brack21e4ef22005-01-02 09:53:13 +00001315#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001316extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory__internal_alias __attribute((visibility("hidden")));
1317extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory __attribute((alias("xmlDocDumpFormatMemory__internal_alias")));
1318#define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias
1319#endif
1320
William M. Brack21e4ef22005-01-02 09:53:13 +00001321#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001322extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc__internal_alias __attribute((visibility("hidden")));
1323extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc __attribute((alias("xmlDocDumpFormatMemoryEnc__internal_alias")));
1324#define xmlDocDumpFormatMemoryEnc xmlDocDumpFormatMemoryEnc__internal_alias
1325#endif
1326
William M. Brack21e4ef22005-01-02 09:53:13 +00001327#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001328extern __typeof (xmlDocDumpMemory) xmlDocDumpMemory__internal_alias __attribute((visibility("hidden")));
1329extern __typeof (xmlDocDumpMemory) xmlDocDumpMemory __attribute((alias("xmlDocDumpMemory__internal_alias")));
1330#define xmlDocDumpMemory xmlDocDumpMemory__internal_alias
1331#endif
1332
William M. Brack21e4ef22005-01-02 09:53:13 +00001333#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001334extern __typeof (xmlDocDumpMemoryEnc) xmlDocDumpMemoryEnc__internal_alias __attribute((visibility("hidden")));
1335extern __typeof (xmlDocDumpMemoryEnc) xmlDocDumpMemoryEnc __attribute((alias("xmlDocDumpMemoryEnc__internal_alias")));
1336#define xmlDocDumpMemoryEnc xmlDocDumpMemoryEnc__internal_alias
1337#endif
1338
William M. Brack21e4ef22005-01-02 09:53:13 +00001339#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001340extern __typeof (xmlDocFormatDump) xmlDocFormatDump__internal_alias __attribute((visibility("hidden")));
1341extern __typeof (xmlDocFormatDump) xmlDocFormatDump __attribute((alias("xmlDocFormatDump__internal_alias")));
1342#define xmlDocFormatDump xmlDocFormatDump__internal_alias
1343#endif
1344
1345extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement__internal_alias __attribute((visibility("hidden")));
1346extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement __attribute((alias("xmlDocGetRootElement__internal_alias")));
1347#define xmlDocGetRootElement xmlDocGetRootElement__internal_alias
1348
William M. Brack21e4ef22005-01-02 09:53:13 +00001349#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001350extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement__internal_alias __attribute((visibility("hidden")));
1351extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement __attribute((alias("xmlDocSetRootElement__internal_alias")));
1352#define xmlDocSetRootElement xmlDocSetRootElement__internal_alias
1353#endif
1354
William M. Brack21e4ef22005-01-02 09:53:13 +00001355#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001356extern __typeof (xmlDumpAttributeDecl) xmlDumpAttributeDecl__internal_alias __attribute((visibility("hidden")));
1357extern __typeof (xmlDumpAttributeDecl) xmlDumpAttributeDecl __attribute((alias("xmlDumpAttributeDecl__internal_alias")));
1358#define xmlDumpAttributeDecl xmlDumpAttributeDecl__internal_alias
1359#endif
1360
William M. Brack21e4ef22005-01-02 09:53:13 +00001361#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001362extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable__internal_alias __attribute((visibility("hidden")));
1363extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable __attribute((alias("xmlDumpAttributeTable__internal_alias")));
1364#define xmlDumpAttributeTable xmlDumpAttributeTable__internal_alias
1365#endif
1366
William M. Brack21e4ef22005-01-02 09:53:13 +00001367#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001368extern __typeof (xmlDumpElementDecl) xmlDumpElementDecl__internal_alias __attribute((visibility("hidden")));
1369extern __typeof (xmlDumpElementDecl) xmlDumpElementDecl __attribute((alias("xmlDumpElementDecl__internal_alias")));
1370#define xmlDumpElementDecl xmlDumpElementDecl__internal_alias
1371#endif
1372
William M. Brack21e4ef22005-01-02 09:53:13 +00001373#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001374extern __typeof (xmlDumpElementTable) xmlDumpElementTable__internal_alias __attribute((visibility("hidden")));
1375extern __typeof (xmlDumpElementTable) xmlDumpElementTable __attribute((alias("xmlDumpElementTable__internal_alias")));
1376#define xmlDumpElementTable xmlDumpElementTable__internal_alias
1377#endif
1378
William M. Brack21e4ef22005-01-02 09:53:13 +00001379#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001380extern __typeof (xmlDumpEntitiesTable) xmlDumpEntitiesTable__internal_alias __attribute((visibility("hidden")));
1381extern __typeof (xmlDumpEntitiesTable) xmlDumpEntitiesTable __attribute((alias("xmlDumpEntitiesTable__internal_alias")));
1382#define xmlDumpEntitiesTable xmlDumpEntitiesTable__internal_alias
1383#endif
1384
William M. Brack21e4ef22005-01-02 09:53:13 +00001385#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001386extern __typeof (xmlDumpEntityDecl) xmlDumpEntityDecl__internal_alias __attribute((visibility("hidden")));
1387extern __typeof (xmlDumpEntityDecl) xmlDumpEntityDecl __attribute((alias("xmlDumpEntityDecl__internal_alias")));
1388#define xmlDumpEntityDecl xmlDumpEntityDecl__internal_alias
1389#endif
1390
William M. Brack21e4ef22005-01-02 09:53:13 +00001391#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001392extern __typeof (xmlDumpNotationDecl) xmlDumpNotationDecl__internal_alias __attribute((visibility("hidden")));
1393extern __typeof (xmlDumpNotationDecl) xmlDumpNotationDecl __attribute((alias("xmlDumpNotationDecl__internal_alias")));
1394#define xmlDumpNotationDecl xmlDumpNotationDecl__internal_alias
1395#endif
1396
William M. Brack21e4ef22005-01-02 09:53:13 +00001397#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001398extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable__internal_alias __attribute((visibility("hidden")));
1399extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable __attribute((alias("xmlDumpNotationTable__internal_alias")));
1400#define xmlDumpNotationTable xmlDumpNotationTable__internal_alias
1401#endif
1402
William M. Brack21e4ef22005-01-02 09:53:13 +00001403#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001404extern __typeof (xmlElemDump) xmlElemDump__internal_alias __attribute((visibility("hidden")));
1405extern __typeof (xmlElemDump) xmlElemDump __attribute((alias("xmlElemDump__internal_alias")));
1406#define xmlElemDump xmlElemDump__internal_alias
1407#endif
1408
William M. Brack21e4ef22005-01-02 09:53:13 +00001409#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001410extern __typeof (xmlEncodeEntities) xmlEncodeEntities__internal_alias __attribute((visibility("hidden")));
1411extern __typeof (xmlEncodeEntities) xmlEncodeEntities __attribute((alias("xmlEncodeEntities__internal_alias")));
1412#define xmlEncodeEntities xmlEncodeEntities__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001413#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001414
1415extern __typeof (xmlEncodeEntitiesReentrant) xmlEncodeEntitiesReentrant__internal_alias __attribute((visibility("hidden")));
1416extern __typeof (xmlEncodeEntitiesReentrant) xmlEncodeEntitiesReentrant __attribute((alias("xmlEncodeEntitiesReentrant__internal_alias")));
1417#define xmlEncodeEntitiesReentrant xmlEncodeEntitiesReentrant__internal_alias
1418
1419extern __typeof (xmlEncodeSpecialChars) xmlEncodeSpecialChars__internal_alias __attribute((visibility("hidden")));
1420extern __typeof (xmlEncodeSpecialChars) xmlEncodeSpecialChars __attribute((alias("xmlEncodeSpecialChars__internal_alias")));
1421#define xmlEncodeSpecialChars xmlEncodeSpecialChars__internal_alias
1422
William M. Brack21e4ef22005-01-02 09:53:13 +00001423#if defined(IN_LIBXML)
Daniel Veillarda2351322004-06-27 12:08:10 +00001424extern __typeof (xmlErrMemory) xmlErrMemory__internal_alias __attribute((visibility("hidden")));
1425extern __typeof (xmlErrMemory) xmlErrMemory __attribute((alias("xmlErrMemory__internal_alias")));
1426#define xmlErrMemory xmlErrMemory__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001427#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001428
1429extern __typeof (xmlFileClose) xmlFileClose__internal_alias __attribute((visibility("hidden")));
1430extern __typeof (xmlFileClose) xmlFileClose __attribute((alias("xmlFileClose__internal_alias")));
1431#define xmlFileClose xmlFileClose__internal_alias
1432
1433extern __typeof (xmlFileMatch) xmlFileMatch__internal_alias __attribute((visibility("hidden")));
1434extern __typeof (xmlFileMatch) xmlFileMatch __attribute((alias("xmlFileMatch__internal_alias")));
1435#define xmlFileMatch xmlFileMatch__internal_alias
1436
1437extern __typeof (xmlFileOpen) xmlFileOpen__internal_alias __attribute((visibility("hidden")));
1438extern __typeof (xmlFileOpen) xmlFileOpen __attribute((alias("xmlFileOpen__internal_alias")));
1439#define xmlFileOpen xmlFileOpen__internal_alias
1440
1441extern __typeof (xmlFileRead) xmlFileRead__internal_alias __attribute((visibility("hidden")));
1442extern __typeof (xmlFileRead) xmlFileRead __attribute((alias("xmlFileRead__internal_alias")));
1443#define xmlFileRead xmlFileRead__internal_alias
1444
1445extern __typeof (xmlFindCharEncodingHandler) xmlFindCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
1446extern __typeof (xmlFindCharEncodingHandler) xmlFindCharEncodingHandler __attribute((alias("xmlFindCharEncodingHandler__internal_alias")));
1447#define xmlFindCharEncodingHandler xmlFindCharEncodingHandler__internal_alias
1448
1449extern __typeof (xmlFreeAttributeTable) xmlFreeAttributeTable__internal_alias __attribute((visibility("hidden")));
1450extern __typeof (xmlFreeAttributeTable) xmlFreeAttributeTable __attribute((alias("xmlFreeAttributeTable__internal_alias")));
1451#define xmlFreeAttributeTable xmlFreeAttributeTable__internal_alias
1452
William M. Brack21e4ef22005-01-02 09:53:13 +00001453#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001454extern __typeof (xmlFreeAutomata) xmlFreeAutomata__internal_alias __attribute((visibility("hidden")));
1455extern __typeof (xmlFreeAutomata) xmlFreeAutomata __attribute((alias("xmlFreeAutomata__internal_alias")));
1456#define xmlFreeAutomata xmlFreeAutomata__internal_alias
1457#endif
1458
William M. Brack21e4ef22005-01-02 09:53:13 +00001459#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001460extern __typeof (xmlFreeCatalog) xmlFreeCatalog__internal_alias __attribute((visibility("hidden")));
1461extern __typeof (xmlFreeCatalog) xmlFreeCatalog __attribute((alias("xmlFreeCatalog__internal_alias")));
1462#define xmlFreeCatalog xmlFreeCatalog__internal_alias
1463#endif
1464
1465extern __typeof (xmlFreeDoc) xmlFreeDoc__internal_alias __attribute((visibility("hidden")));
1466extern __typeof (xmlFreeDoc) xmlFreeDoc __attribute((alias("xmlFreeDoc__internal_alias")));
1467#define xmlFreeDoc xmlFreeDoc__internal_alias
1468
1469extern __typeof (xmlFreeDtd) xmlFreeDtd__internal_alias __attribute((visibility("hidden")));
1470extern __typeof (xmlFreeDtd) xmlFreeDtd __attribute((alias("xmlFreeDtd__internal_alias")));
1471#define xmlFreeDtd xmlFreeDtd__internal_alias
1472
1473extern __typeof (xmlFreeElementContent) xmlFreeElementContent__internal_alias __attribute((visibility("hidden")));
1474extern __typeof (xmlFreeElementContent) xmlFreeElementContent __attribute((alias("xmlFreeElementContent__internal_alias")));
1475#define xmlFreeElementContent xmlFreeElementContent__internal_alias
1476
1477extern __typeof (xmlFreeElementTable) xmlFreeElementTable__internal_alias __attribute((visibility("hidden")));
1478extern __typeof (xmlFreeElementTable) xmlFreeElementTable __attribute((alias("xmlFreeElementTable__internal_alias")));
1479#define xmlFreeElementTable xmlFreeElementTable__internal_alias
1480
1481extern __typeof (xmlFreeEntitiesTable) xmlFreeEntitiesTable__internal_alias __attribute((visibility("hidden")));
1482extern __typeof (xmlFreeEntitiesTable) xmlFreeEntitiesTable __attribute((alias("xmlFreeEntitiesTable__internal_alias")));
1483#define xmlFreeEntitiesTable xmlFreeEntitiesTable__internal_alias
1484
1485extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration__internal_alias __attribute((visibility("hidden")));
1486extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration __attribute((alias("xmlFreeEnumeration__internal_alias")));
1487#define xmlFreeEnumeration xmlFreeEnumeration__internal_alias
1488
1489extern __typeof (xmlFreeIDTable) xmlFreeIDTable__internal_alias __attribute((visibility("hidden")));
1490extern __typeof (xmlFreeIDTable) xmlFreeIDTable __attribute((alias("xmlFreeIDTable__internal_alias")));
1491#define xmlFreeIDTable xmlFreeIDTable__internal_alias
1492
1493extern __typeof (xmlFreeInputStream) xmlFreeInputStream__internal_alias __attribute((visibility("hidden")));
1494extern __typeof (xmlFreeInputStream) xmlFreeInputStream __attribute((alias("xmlFreeInputStream__internal_alias")));
1495#define xmlFreeInputStream xmlFreeInputStream__internal_alias
1496
1497extern __typeof (xmlFreeMutex) xmlFreeMutex__internal_alias __attribute((visibility("hidden")));
1498extern __typeof (xmlFreeMutex) xmlFreeMutex __attribute((alias("xmlFreeMutex__internal_alias")));
1499#define xmlFreeMutex xmlFreeMutex__internal_alias
1500
1501extern __typeof (xmlFreeNode) xmlFreeNode__internal_alias __attribute((visibility("hidden")));
1502extern __typeof (xmlFreeNode) xmlFreeNode __attribute((alias("xmlFreeNode__internal_alias")));
1503#define xmlFreeNode xmlFreeNode__internal_alias
1504
1505extern __typeof (xmlFreeNodeList) xmlFreeNodeList__internal_alias __attribute((visibility("hidden")));
1506extern __typeof (xmlFreeNodeList) xmlFreeNodeList __attribute((alias("xmlFreeNodeList__internal_alias")));
1507#define xmlFreeNodeList xmlFreeNodeList__internal_alias
1508
1509extern __typeof (xmlFreeNotationTable) xmlFreeNotationTable__internal_alias __attribute((visibility("hidden")));
1510extern __typeof (xmlFreeNotationTable) xmlFreeNotationTable __attribute((alias("xmlFreeNotationTable__internal_alias")));
1511#define xmlFreeNotationTable xmlFreeNotationTable__internal_alias
1512
1513extern __typeof (xmlFreeNs) xmlFreeNs__internal_alias __attribute((visibility("hidden")));
1514extern __typeof (xmlFreeNs) xmlFreeNs __attribute((alias("xmlFreeNs__internal_alias")));
1515#define xmlFreeNs xmlFreeNs__internal_alias
1516
1517extern __typeof (xmlFreeNsList) xmlFreeNsList__internal_alias __attribute((visibility("hidden")));
1518extern __typeof (xmlFreeNsList) xmlFreeNsList __attribute((alias("xmlFreeNsList__internal_alias")));
1519#define xmlFreeNsList xmlFreeNsList__internal_alias
1520
1521extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
1522extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt __attribute((alias("xmlFreeParserCtxt__internal_alias")));
1523#define xmlFreeParserCtxt xmlFreeParserCtxt__internal_alias
1524
1525extern __typeof (xmlFreeParserInputBuffer) xmlFreeParserInputBuffer__internal_alias __attribute((visibility("hidden")));
1526extern __typeof (xmlFreeParserInputBuffer) xmlFreeParserInputBuffer __attribute((alias("xmlFreeParserInputBuffer__internal_alias")));
1527#define xmlFreeParserInputBuffer xmlFreeParserInputBuffer__internal_alias
1528
William M. Brack21e4ef22005-01-02 09:53:13 +00001529#if defined(LIBXML_PATTERN_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001530extern __typeof (xmlFreePattern) xmlFreePattern__internal_alias __attribute((visibility("hidden")));
1531extern __typeof (xmlFreePattern) xmlFreePattern __attribute((alias("xmlFreePattern__internal_alias")));
1532#define xmlFreePattern xmlFreePattern__internal_alias
1533#endif
1534
William M. Brack21e4ef22005-01-02 09:53:13 +00001535#if defined(LIBXML_PATTERN_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001536extern __typeof (xmlFreePatternList) xmlFreePatternList__internal_alias __attribute((visibility("hidden")));
1537extern __typeof (xmlFreePatternList) xmlFreePatternList __attribute((alias("xmlFreePatternList__internal_alias")));
1538#define xmlFreePatternList xmlFreePatternList__internal_alias
1539#endif
1540
1541extern __typeof (xmlFreeProp) xmlFreeProp__internal_alias __attribute((visibility("hidden")));
1542extern __typeof (xmlFreeProp) xmlFreeProp __attribute((alias("xmlFreeProp__internal_alias")));
1543#define xmlFreeProp xmlFreeProp__internal_alias
1544
1545extern __typeof (xmlFreePropList) xmlFreePropList__internal_alias __attribute((visibility("hidden")));
1546extern __typeof (xmlFreePropList) xmlFreePropList __attribute((alias("xmlFreePropList__internal_alias")));
1547#define xmlFreePropList xmlFreePropList__internal_alias
1548
1549extern __typeof (xmlFreeRMutex) xmlFreeRMutex__internal_alias __attribute((visibility("hidden")));
1550extern __typeof (xmlFreeRMutex) xmlFreeRMutex __attribute((alias("xmlFreeRMutex__internal_alias")));
1551#define xmlFreeRMutex xmlFreeRMutex__internal_alias
1552
1553extern __typeof (xmlFreeRefTable) xmlFreeRefTable__internal_alias __attribute((visibility("hidden")));
1554extern __typeof (xmlFreeRefTable) xmlFreeRefTable __attribute((alias("xmlFreeRefTable__internal_alias")));
1555#define xmlFreeRefTable xmlFreeRefTable__internal_alias
1556
William M. Brack21e4ef22005-01-02 09:53:13 +00001557#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001558extern __typeof (xmlFreeTextReader) xmlFreeTextReader__internal_alias __attribute((visibility("hidden")));
1559extern __typeof (xmlFreeTextReader) xmlFreeTextReader __attribute((alias("xmlFreeTextReader__internal_alias")));
1560#define xmlFreeTextReader xmlFreeTextReader__internal_alias
1561#endif
1562
William M. Brack21e4ef22005-01-02 09:53:13 +00001563#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001564extern __typeof (xmlFreeTextWriter) xmlFreeTextWriter__internal_alias __attribute((visibility("hidden")));
1565extern __typeof (xmlFreeTextWriter) xmlFreeTextWriter __attribute((alias("xmlFreeTextWriter__internal_alias")));
1566#define xmlFreeTextWriter xmlFreeTextWriter__internal_alias
1567#endif
1568
1569extern __typeof (xmlFreeURI) xmlFreeURI__internal_alias __attribute((visibility("hidden")));
1570extern __typeof (xmlFreeURI) xmlFreeURI __attribute((alias("xmlFreeURI__internal_alias")));
1571#define xmlFreeURI xmlFreeURI__internal_alias
1572
William M. Brack21e4ef22005-01-02 09:53:13 +00001573#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001574extern __typeof (xmlFreeValidCtxt) xmlFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
1575extern __typeof (xmlFreeValidCtxt) xmlFreeValidCtxt __attribute((alias("xmlFreeValidCtxt__internal_alias")));
1576#define xmlFreeValidCtxt xmlFreeValidCtxt__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001577#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001578
1579extern __typeof (xmlGcMemGet) xmlGcMemGet__internal_alias __attribute((visibility("hidden")));
1580extern __typeof (xmlGcMemGet) xmlGcMemGet __attribute((alias("xmlGcMemGet__internal_alias")));
1581#define xmlGcMemGet xmlGcMemGet__internal_alias
1582
1583extern __typeof (xmlGcMemSetup) xmlGcMemSetup__internal_alias __attribute((visibility("hidden")));
1584extern __typeof (xmlGcMemSetup) xmlGcMemSetup __attribute((alias("xmlGcMemSetup__internal_alias")));
1585#define xmlGcMemSetup xmlGcMemSetup__internal_alias
1586
1587extern __typeof (xmlGetBufferAllocationScheme) xmlGetBufferAllocationScheme__internal_alias __attribute((visibility("hidden")));
1588extern __typeof (xmlGetBufferAllocationScheme) xmlGetBufferAllocationScheme __attribute((alias("xmlGetBufferAllocationScheme__internal_alias")));
1589#define xmlGetBufferAllocationScheme xmlGetBufferAllocationScheme__internal_alias
1590
1591extern __typeof (xmlGetCharEncodingHandler) xmlGetCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
1592extern __typeof (xmlGetCharEncodingHandler) xmlGetCharEncodingHandler __attribute((alias("xmlGetCharEncodingHandler__internal_alias")));
1593#define xmlGetCharEncodingHandler xmlGetCharEncodingHandler__internal_alias
1594
1595extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName__internal_alias __attribute((visibility("hidden")));
1596extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName __attribute((alias("xmlGetCharEncodingName__internal_alias")));
1597#define xmlGetCharEncodingName xmlGetCharEncodingName__internal_alias
1598
1599extern __typeof (xmlGetCompressMode) xmlGetCompressMode__internal_alias __attribute((visibility("hidden")));
1600extern __typeof (xmlGetCompressMode) xmlGetCompressMode __attribute((alias("xmlGetCompressMode__internal_alias")));
1601#define xmlGetCompressMode xmlGetCompressMode__internal_alias
1602
1603extern __typeof (xmlGetDocCompressMode) xmlGetDocCompressMode__internal_alias __attribute((visibility("hidden")));
1604extern __typeof (xmlGetDocCompressMode) xmlGetDocCompressMode __attribute((alias("xmlGetDocCompressMode__internal_alias")));
1605#define xmlGetDocCompressMode xmlGetDocCompressMode__internal_alias
1606
1607extern __typeof (xmlGetDocEntity) xmlGetDocEntity__internal_alias __attribute((visibility("hidden")));
1608extern __typeof (xmlGetDocEntity) xmlGetDocEntity __attribute((alias("xmlGetDocEntity__internal_alias")));
1609#define xmlGetDocEntity xmlGetDocEntity__internal_alias
1610
1611extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc__internal_alias __attribute((visibility("hidden")));
1612extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc __attribute((alias("xmlGetDtdAttrDesc__internal_alias")));
1613#define xmlGetDtdAttrDesc xmlGetDtdAttrDesc__internal_alias
1614
1615extern __typeof (xmlGetDtdElementDesc) xmlGetDtdElementDesc__internal_alias __attribute((visibility("hidden")));
1616extern __typeof (xmlGetDtdElementDesc) xmlGetDtdElementDesc __attribute((alias("xmlGetDtdElementDesc__internal_alias")));
1617#define xmlGetDtdElementDesc xmlGetDtdElementDesc__internal_alias
1618
1619extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity__internal_alias __attribute((visibility("hidden")));
1620extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity __attribute((alias("xmlGetDtdEntity__internal_alias")));
1621#define xmlGetDtdEntity xmlGetDtdEntity__internal_alias
1622
1623extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc__internal_alias __attribute((visibility("hidden")));
1624extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc __attribute((alias("xmlGetDtdNotationDesc__internal_alias")));
1625#define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias
1626
1627extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc__internal_alias __attribute((visibility("hidden")));
1628extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc __attribute((alias("xmlGetDtdQAttrDesc__internal_alias")));
1629#define xmlGetDtdQAttrDesc xmlGetDtdQAttrDesc__internal_alias
1630
1631extern __typeof (xmlGetDtdQElementDesc) xmlGetDtdQElementDesc__internal_alias __attribute((visibility("hidden")));
1632extern __typeof (xmlGetDtdQElementDesc) xmlGetDtdQElementDesc __attribute((alias("xmlGetDtdQElementDesc__internal_alias")));
1633#define xmlGetDtdQElementDesc xmlGetDtdQElementDesc__internal_alias
1634
1635extern __typeof (xmlGetEncodingAlias) xmlGetEncodingAlias__internal_alias __attribute((visibility("hidden")));
1636extern __typeof (xmlGetEncodingAlias) xmlGetEncodingAlias __attribute((alias("xmlGetEncodingAlias__internal_alias")));
1637#define xmlGetEncodingAlias xmlGetEncodingAlias__internal_alias
1638
1639extern __typeof (xmlGetExternalEntityLoader) xmlGetExternalEntityLoader__internal_alias __attribute((visibility("hidden")));
1640extern __typeof (xmlGetExternalEntityLoader) xmlGetExternalEntityLoader __attribute((alias("xmlGetExternalEntityLoader__internal_alias")));
1641#define xmlGetExternalEntityLoader xmlGetExternalEntityLoader__internal_alias
1642
William M. Brack21e4ef22005-01-02 09:53:13 +00001643#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001644extern __typeof (xmlGetFeature) xmlGetFeature__internal_alias __attribute((visibility("hidden")));
1645extern __typeof (xmlGetFeature) xmlGetFeature __attribute((alias("xmlGetFeature__internal_alias")));
1646#define xmlGetFeature xmlGetFeature__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001647#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001648
William M. Brack21e4ef22005-01-02 09:53:13 +00001649#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001650extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList__internal_alias __attribute((visibility("hidden")));
1651extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList __attribute((alias("xmlGetFeaturesList__internal_alias")));
1652#define xmlGetFeaturesList xmlGetFeaturesList__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001653#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001654
1655extern __typeof (xmlGetGlobalState) xmlGetGlobalState__internal_alias __attribute((visibility("hidden")));
1656extern __typeof (xmlGetGlobalState) xmlGetGlobalState __attribute((alias("xmlGetGlobalState__internal_alias")));
1657#define xmlGetGlobalState xmlGetGlobalState__internal_alias
1658
1659extern __typeof (xmlGetID) xmlGetID__internal_alias __attribute((visibility("hidden")));
1660extern __typeof (xmlGetID) xmlGetID __attribute((alias("xmlGetID__internal_alias")));
1661#define xmlGetID xmlGetID__internal_alias
1662
1663extern __typeof (xmlGetIntSubset) xmlGetIntSubset__internal_alias __attribute((visibility("hidden")));
1664extern __typeof (xmlGetIntSubset) xmlGetIntSubset __attribute((alias("xmlGetIntSubset__internal_alias")));
1665#define xmlGetIntSubset xmlGetIntSubset__internal_alias
1666
1667extern __typeof (xmlGetLastChild) xmlGetLastChild__internal_alias __attribute((visibility("hidden")));
1668extern __typeof (xmlGetLastChild) xmlGetLastChild __attribute((alias("xmlGetLastChild__internal_alias")));
1669#define xmlGetLastChild xmlGetLastChild__internal_alias
1670
1671extern __typeof (xmlGetLastError) xmlGetLastError__internal_alias __attribute((visibility("hidden")));
1672extern __typeof (xmlGetLastError) xmlGetLastError __attribute((alias("xmlGetLastError__internal_alias")));
1673#define xmlGetLastError xmlGetLastError__internal_alias
1674
1675extern __typeof (xmlGetLineNo) xmlGetLineNo__internal_alias __attribute((visibility("hidden")));
1676extern __typeof (xmlGetLineNo) xmlGetLineNo __attribute((alias("xmlGetLineNo__internal_alias")));
1677#define xmlGetLineNo xmlGetLineNo__internal_alias
1678
1679extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp__internal_alias __attribute((visibility("hidden")));
1680extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp __attribute((alias("xmlGetNoNsProp__internal_alias")));
1681#define xmlGetNoNsProp xmlGetNoNsProp__internal_alias
1682
William M. Brack21e4ef22005-01-02 09:53:13 +00001683#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001684extern __typeof (xmlGetNodePath) xmlGetNodePath__internal_alias __attribute((visibility("hidden")));
1685extern __typeof (xmlGetNodePath) xmlGetNodePath __attribute((alias("xmlGetNodePath__internal_alias")));
1686#define xmlGetNodePath xmlGetNodePath__internal_alias
1687#endif
1688
William M. Brack21e4ef22005-01-02 09:53:13 +00001689#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001690extern __typeof (xmlGetNsList) xmlGetNsList__internal_alias __attribute((visibility("hidden")));
1691extern __typeof (xmlGetNsList) xmlGetNsList __attribute((alias("xmlGetNsList__internal_alias")));
1692#define xmlGetNsList xmlGetNsList__internal_alias
1693#endif
1694
1695extern __typeof (xmlGetNsProp) xmlGetNsProp__internal_alias __attribute((visibility("hidden")));
1696extern __typeof (xmlGetNsProp) xmlGetNsProp __attribute((alias("xmlGetNsProp__internal_alias")));
1697#define xmlGetNsProp xmlGetNsProp__internal_alias
1698
1699extern __typeof (xmlGetParameterEntity) xmlGetParameterEntity__internal_alias __attribute((visibility("hidden")));
1700extern __typeof (xmlGetParameterEntity) xmlGetParameterEntity __attribute((alias("xmlGetParameterEntity__internal_alias")));
1701#define xmlGetParameterEntity xmlGetParameterEntity__internal_alias
1702
1703extern __typeof (xmlGetPredefinedEntity) xmlGetPredefinedEntity__internal_alias __attribute((visibility("hidden")));
1704extern __typeof (xmlGetPredefinedEntity) xmlGetPredefinedEntity __attribute((alias("xmlGetPredefinedEntity__internal_alias")));
1705#define xmlGetPredefinedEntity xmlGetPredefinedEntity__internal_alias
1706
1707extern __typeof (xmlGetProp) xmlGetProp__internal_alias __attribute((visibility("hidden")));
1708extern __typeof (xmlGetProp) xmlGetProp __attribute((alias("xmlGetProp__internal_alias")));
1709#define xmlGetProp xmlGetProp__internal_alias
1710
1711extern __typeof (xmlGetRefs) xmlGetRefs__internal_alias __attribute((visibility("hidden")));
1712extern __typeof (xmlGetRefs) xmlGetRefs __attribute((alias("xmlGetRefs__internal_alias")));
1713#define xmlGetRefs xmlGetRefs__internal_alias
1714
1715extern __typeof (xmlGetThreadId) xmlGetThreadId__internal_alias __attribute((visibility("hidden")));
1716extern __typeof (xmlGetThreadId) xmlGetThreadId __attribute((alias("xmlGetThreadId__internal_alias")));
1717#define xmlGetThreadId xmlGetThreadId__internal_alias
1718
1719extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char__internal_alias __attribute((visibility("hidden")));
1720extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char __attribute((alias("xmlGetUTF8Char__internal_alias")));
1721#define xmlGetUTF8Char xmlGetUTF8Char__internal_alias
1722
William M. Brack21e4ef22005-01-02 09:53:13 +00001723#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001724extern __typeof (xmlHandleEntity) xmlHandleEntity__internal_alias __attribute((visibility("hidden")));
1725extern __typeof (xmlHandleEntity) xmlHandleEntity __attribute((alias("xmlHandleEntity__internal_alias")));
1726#define xmlHandleEntity xmlHandleEntity__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001727#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001728
1729extern __typeof (xmlHasNsProp) xmlHasNsProp__internal_alias __attribute((visibility("hidden")));
1730extern __typeof (xmlHasNsProp) xmlHasNsProp __attribute((alias("xmlHasNsProp__internal_alias")));
1731#define xmlHasNsProp xmlHasNsProp__internal_alias
1732
1733extern __typeof (xmlHasProp) xmlHasProp__internal_alias __attribute((visibility("hidden")));
1734extern __typeof (xmlHasProp) xmlHasProp __attribute((alias("xmlHasProp__internal_alias")));
1735#define xmlHasProp xmlHasProp__internal_alias
1736
1737extern __typeof (xmlHashAddEntry) xmlHashAddEntry__internal_alias __attribute((visibility("hidden")));
1738extern __typeof (xmlHashAddEntry) xmlHashAddEntry __attribute((alias("xmlHashAddEntry__internal_alias")));
1739#define xmlHashAddEntry xmlHashAddEntry__internal_alias
1740
1741extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2__internal_alias __attribute((visibility("hidden")));
1742extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2 __attribute((alias("xmlHashAddEntry2__internal_alias")));
1743#define xmlHashAddEntry2 xmlHashAddEntry2__internal_alias
1744
1745extern __typeof (xmlHashAddEntry3) xmlHashAddEntry3__internal_alias __attribute((visibility("hidden")));
1746extern __typeof (xmlHashAddEntry3) xmlHashAddEntry3 __attribute((alias("xmlHashAddEntry3__internal_alias")));
1747#define xmlHashAddEntry3 xmlHashAddEntry3__internal_alias
1748
1749extern __typeof (xmlHashCopy) xmlHashCopy__internal_alias __attribute((visibility("hidden")));
1750extern __typeof (xmlHashCopy) xmlHashCopy __attribute((alias("xmlHashCopy__internal_alias")));
1751#define xmlHashCopy xmlHashCopy__internal_alias
1752
1753extern __typeof (xmlHashCreate) xmlHashCreate__internal_alias __attribute((visibility("hidden")));
1754extern __typeof (xmlHashCreate) xmlHashCreate __attribute((alias("xmlHashCreate__internal_alias")));
1755#define xmlHashCreate xmlHashCreate__internal_alias
1756
1757extern __typeof (xmlHashFree) xmlHashFree__internal_alias __attribute((visibility("hidden")));
1758extern __typeof (xmlHashFree) xmlHashFree __attribute((alias("xmlHashFree__internal_alias")));
1759#define xmlHashFree xmlHashFree__internal_alias
1760
1761extern __typeof (xmlHashLookup) xmlHashLookup__internal_alias __attribute((visibility("hidden")));
1762extern __typeof (xmlHashLookup) xmlHashLookup __attribute((alias("xmlHashLookup__internal_alias")));
1763#define xmlHashLookup xmlHashLookup__internal_alias
1764
1765extern __typeof (xmlHashLookup2) xmlHashLookup2__internal_alias __attribute((visibility("hidden")));
1766extern __typeof (xmlHashLookup2) xmlHashLookup2 __attribute((alias("xmlHashLookup2__internal_alias")));
1767#define xmlHashLookup2 xmlHashLookup2__internal_alias
1768
1769extern __typeof (xmlHashLookup3) xmlHashLookup3__internal_alias __attribute((visibility("hidden")));
1770extern __typeof (xmlHashLookup3) xmlHashLookup3 __attribute((alias("xmlHashLookup3__internal_alias")));
1771#define xmlHashLookup3 xmlHashLookup3__internal_alias
1772
1773extern __typeof (xmlHashQLookup) xmlHashQLookup__internal_alias __attribute((visibility("hidden")));
1774extern __typeof (xmlHashQLookup) xmlHashQLookup __attribute((alias("xmlHashQLookup__internal_alias")));
1775#define xmlHashQLookup xmlHashQLookup__internal_alias
1776
1777extern __typeof (xmlHashQLookup2) xmlHashQLookup2__internal_alias __attribute((visibility("hidden")));
1778extern __typeof (xmlHashQLookup2) xmlHashQLookup2 __attribute((alias("xmlHashQLookup2__internal_alias")));
1779#define xmlHashQLookup2 xmlHashQLookup2__internal_alias
1780
1781extern __typeof (xmlHashQLookup3) xmlHashQLookup3__internal_alias __attribute((visibility("hidden")));
1782extern __typeof (xmlHashQLookup3) xmlHashQLookup3 __attribute((alias("xmlHashQLookup3__internal_alias")));
1783#define xmlHashQLookup3 xmlHashQLookup3__internal_alias
1784
1785extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry__internal_alias __attribute((visibility("hidden")));
1786extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry __attribute((alias("xmlHashRemoveEntry__internal_alias")));
1787#define xmlHashRemoveEntry xmlHashRemoveEntry__internal_alias
1788
1789extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2__internal_alias __attribute((visibility("hidden")));
1790extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2 __attribute((alias("xmlHashRemoveEntry2__internal_alias")));
1791#define xmlHashRemoveEntry2 xmlHashRemoveEntry2__internal_alias
1792
1793extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3__internal_alias __attribute((visibility("hidden")));
1794extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3 __attribute((alias("xmlHashRemoveEntry3__internal_alias")));
1795#define xmlHashRemoveEntry3 xmlHashRemoveEntry3__internal_alias
1796
1797extern __typeof (xmlHashScan) xmlHashScan__internal_alias __attribute((visibility("hidden")));
1798extern __typeof (xmlHashScan) xmlHashScan __attribute((alias("xmlHashScan__internal_alias")));
1799#define xmlHashScan xmlHashScan__internal_alias
1800
1801extern __typeof (xmlHashScan3) xmlHashScan3__internal_alias __attribute((visibility("hidden")));
1802extern __typeof (xmlHashScan3) xmlHashScan3 __attribute((alias("xmlHashScan3__internal_alias")));
1803#define xmlHashScan3 xmlHashScan3__internal_alias
1804
1805extern __typeof (xmlHashScanFull) xmlHashScanFull__internal_alias __attribute((visibility("hidden")));
1806extern __typeof (xmlHashScanFull) xmlHashScanFull __attribute((alias("xmlHashScanFull__internal_alias")));
1807#define xmlHashScanFull xmlHashScanFull__internal_alias
1808
1809extern __typeof (xmlHashScanFull3) xmlHashScanFull3__internal_alias __attribute((visibility("hidden")));
1810extern __typeof (xmlHashScanFull3) xmlHashScanFull3 __attribute((alias("xmlHashScanFull3__internal_alias")));
1811#define xmlHashScanFull3 xmlHashScanFull3__internal_alias
1812
1813extern __typeof (xmlHashSize) xmlHashSize__internal_alias __attribute((visibility("hidden")));
1814extern __typeof (xmlHashSize) xmlHashSize __attribute((alias("xmlHashSize__internal_alias")));
1815#define xmlHashSize xmlHashSize__internal_alias
1816
1817extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry__internal_alias __attribute((visibility("hidden")));
1818extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry __attribute((alias("xmlHashUpdateEntry__internal_alias")));
1819#define xmlHashUpdateEntry xmlHashUpdateEntry__internal_alias
1820
1821extern __typeof (xmlHashUpdateEntry2) xmlHashUpdateEntry2__internal_alias __attribute((visibility("hidden")));
1822extern __typeof (xmlHashUpdateEntry2) xmlHashUpdateEntry2 __attribute((alias("xmlHashUpdateEntry2__internal_alias")));
1823#define xmlHashUpdateEntry2 xmlHashUpdateEntry2__internal_alias
1824
1825extern __typeof (xmlHashUpdateEntry3) xmlHashUpdateEntry3__internal_alias __attribute((visibility("hidden")));
1826extern __typeof (xmlHashUpdateEntry3) xmlHashUpdateEntry3 __attribute((alias("xmlHashUpdateEntry3__internal_alias")));
1827#define xmlHashUpdateEntry3 xmlHashUpdateEntry3__internal_alias
1828
William M. Brack21e4ef22005-01-02 09:53:13 +00001829#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001830extern __typeof (xmlIOFTPClose) xmlIOFTPClose__internal_alias __attribute((visibility("hidden")));
1831extern __typeof (xmlIOFTPClose) xmlIOFTPClose __attribute((alias("xmlIOFTPClose__internal_alias")));
1832#define xmlIOFTPClose xmlIOFTPClose__internal_alias
1833#endif
1834
William M. Brack21e4ef22005-01-02 09:53:13 +00001835#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001836extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch__internal_alias __attribute((visibility("hidden")));
1837extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch __attribute((alias("xmlIOFTPMatch__internal_alias")));
1838#define xmlIOFTPMatch xmlIOFTPMatch__internal_alias
1839#endif
1840
William M. Brack21e4ef22005-01-02 09:53:13 +00001841#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001842extern __typeof (xmlIOFTPOpen) xmlIOFTPOpen__internal_alias __attribute((visibility("hidden")));
1843extern __typeof (xmlIOFTPOpen) xmlIOFTPOpen __attribute((alias("xmlIOFTPOpen__internal_alias")));
1844#define xmlIOFTPOpen xmlIOFTPOpen__internal_alias
1845#endif
1846
William M. Brack21e4ef22005-01-02 09:53:13 +00001847#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001848extern __typeof (xmlIOFTPRead) xmlIOFTPRead__internal_alias __attribute((visibility("hidden")));
1849extern __typeof (xmlIOFTPRead) xmlIOFTPRead __attribute((alias("xmlIOFTPRead__internal_alias")));
1850#define xmlIOFTPRead xmlIOFTPRead__internal_alias
1851#endif
1852
William M. Brack21e4ef22005-01-02 09:53:13 +00001853#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001854extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose__internal_alias __attribute((visibility("hidden")));
1855extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose __attribute((alias("xmlIOHTTPClose__internal_alias")));
1856#define xmlIOHTTPClose xmlIOHTTPClose__internal_alias
1857#endif
1858
William M. Brack21e4ef22005-01-02 09:53:13 +00001859#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001860extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch__internal_alias __attribute((visibility("hidden")));
1861extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch __attribute((alias("xmlIOHTTPMatch__internal_alias")));
1862#define xmlIOHTTPMatch xmlIOHTTPMatch__internal_alias
1863#endif
1864
William M. Brack21e4ef22005-01-02 09:53:13 +00001865#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001866extern __typeof (xmlIOHTTPOpen) xmlIOHTTPOpen__internal_alias __attribute((visibility("hidden")));
1867extern __typeof (xmlIOHTTPOpen) xmlIOHTTPOpen __attribute((alias("xmlIOHTTPOpen__internal_alias")));
1868#define xmlIOHTTPOpen xmlIOHTTPOpen__internal_alias
1869#endif
1870
William M. Brack21e4ef22005-01-02 09:53:13 +00001871#if defined(LIBXML_HTTP_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001872extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW__internal_alias __attribute((visibility("hidden")));
1873extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW __attribute((alias("xmlIOHTTPOpenW__internal_alias")));
1874#define xmlIOHTTPOpenW xmlIOHTTPOpenW__internal_alias
1875#endif
1876
William M. Brack21e4ef22005-01-02 09:53:13 +00001877#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001878extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead__internal_alias __attribute((visibility("hidden")));
1879extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead __attribute((alias("xmlIOHTTPRead__internal_alias")));
1880#define xmlIOHTTPRead xmlIOHTTPRead__internal_alias
1881#endif
1882
William M. Brack21e4ef22005-01-02 09:53:13 +00001883#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001884extern __typeof (xmlIOParseDTD) xmlIOParseDTD__internal_alias __attribute((visibility("hidden")));
1885extern __typeof (xmlIOParseDTD) xmlIOParseDTD __attribute((alias("xmlIOParseDTD__internal_alias")));
1886#define xmlIOParseDTD xmlIOParseDTD__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001887#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001888
1889extern __typeof (xmlInitCharEncodingHandlers) xmlInitCharEncodingHandlers__internal_alias __attribute((visibility("hidden")));
1890extern __typeof (xmlInitCharEncodingHandlers) xmlInitCharEncodingHandlers __attribute((alias("xmlInitCharEncodingHandlers__internal_alias")));
1891#define xmlInitCharEncodingHandlers xmlInitCharEncodingHandlers__internal_alias
1892
1893extern __typeof (xmlInitGlobals) xmlInitGlobals__internal_alias __attribute((visibility("hidden")));
1894extern __typeof (xmlInitGlobals) xmlInitGlobals __attribute((alias("xmlInitGlobals__internal_alias")));
1895#define xmlInitGlobals xmlInitGlobals__internal_alias
1896
1897extern __typeof (xmlInitMemory) xmlInitMemory__internal_alias __attribute((visibility("hidden")));
1898extern __typeof (xmlInitMemory) xmlInitMemory __attribute((alias("xmlInitMemory__internal_alias")));
1899#define xmlInitMemory xmlInitMemory__internal_alias
1900
1901extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq__internal_alias __attribute((visibility("hidden")));
1902extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq __attribute((alias("xmlInitNodeInfoSeq__internal_alias")));
1903#define xmlInitNodeInfoSeq xmlInitNodeInfoSeq__internal_alias
1904
1905extern __typeof (xmlInitParser) xmlInitParser__internal_alias __attribute((visibility("hidden")));
1906extern __typeof (xmlInitParser) xmlInitParser __attribute((alias("xmlInitParser__internal_alias")));
1907#define xmlInitParser xmlInitParser__internal_alias
1908
1909extern __typeof (xmlInitParserCtxt) xmlInitParserCtxt__internal_alias __attribute((visibility("hidden")));
1910extern __typeof (xmlInitParserCtxt) xmlInitParserCtxt __attribute((alias("xmlInitParserCtxt__internal_alias")));
1911#define xmlInitParserCtxt xmlInitParserCtxt__internal_alias
1912
1913extern __typeof (xmlInitThreads) xmlInitThreads__internal_alias __attribute((visibility("hidden")));
1914extern __typeof (xmlInitThreads) xmlInitThreads __attribute((alias("xmlInitThreads__internal_alias")));
1915#define xmlInitThreads xmlInitThreads__internal_alias
1916
William M. Brack21e4ef22005-01-02 09:53:13 +00001917#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001918extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog__internal_alias __attribute((visibility("hidden")));
1919extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog __attribute((alias("xmlInitializeCatalog__internal_alias")));
1920#define xmlInitializeCatalog xmlInitializeCatalog__internal_alias
1921#endif
1922
1923extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState__internal_alias __attribute((visibility("hidden")));
1924extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState __attribute((alias("xmlInitializeGlobalState__internal_alias")));
1925#define xmlInitializeGlobalState xmlInitializeGlobalState__internal_alias
1926
William M. Brack21e4ef22005-01-02 09:53:13 +00001927#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00001928extern __typeof (xmlInitializePredefinedEntities) xmlInitializePredefinedEntities__internal_alias __attribute((visibility("hidden")));
1929extern __typeof (xmlInitializePredefinedEntities) xmlInitializePredefinedEntities __attribute((alias("xmlInitializePredefinedEntities__internal_alias")));
1930#define xmlInitializePredefinedEntities xmlInitializePredefinedEntities__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00001931#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00001932
1933extern __typeof (xmlIsBaseChar) xmlIsBaseChar__internal_alias __attribute((visibility("hidden")));
1934extern __typeof (xmlIsBaseChar) xmlIsBaseChar __attribute((alias("xmlIsBaseChar__internal_alias")));
1935#define xmlIsBaseChar xmlIsBaseChar__internal_alias
1936
1937extern __typeof (xmlIsBlank) xmlIsBlank__internal_alias __attribute((visibility("hidden")));
1938extern __typeof (xmlIsBlank) xmlIsBlank __attribute((alias("xmlIsBlank__internal_alias")));
1939#define xmlIsBlank xmlIsBlank__internal_alias
1940
1941extern __typeof (xmlIsBlankNode) xmlIsBlankNode__internal_alias __attribute((visibility("hidden")));
1942extern __typeof (xmlIsBlankNode) xmlIsBlankNode __attribute((alias("xmlIsBlankNode__internal_alias")));
1943#define xmlIsBlankNode xmlIsBlankNode__internal_alias
1944
1945extern __typeof (xmlIsChar) xmlIsChar__internal_alias __attribute((visibility("hidden")));
1946extern __typeof (xmlIsChar) xmlIsChar __attribute((alias("xmlIsChar__internal_alias")));
1947#define xmlIsChar xmlIsChar__internal_alias
1948
1949extern __typeof (xmlIsCombining) xmlIsCombining__internal_alias __attribute((visibility("hidden")));
1950extern __typeof (xmlIsCombining) xmlIsCombining __attribute((alias("xmlIsCombining__internal_alias")));
1951#define xmlIsCombining xmlIsCombining__internal_alias
1952
1953extern __typeof (xmlIsDigit) xmlIsDigit__internal_alias __attribute((visibility("hidden")));
1954extern __typeof (xmlIsDigit) xmlIsDigit __attribute((alias("xmlIsDigit__internal_alias")));
1955#define xmlIsDigit xmlIsDigit__internal_alias
1956
1957extern __typeof (xmlIsExtender) xmlIsExtender__internal_alias __attribute((visibility("hidden")));
1958extern __typeof (xmlIsExtender) xmlIsExtender __attribute((alias("xmlIsExtender__internal_alias")));
1959#define xmlIsExtender xmlIsExtender__internal_alias
1960
1961extern __typeof (xmlIsID) xmlIsID__internal_alias __attribute((visibility("hidden")));
1962extern __typeof (xmlIsID) xmlIsID __attribute((alias("xmlIsID__internal_alias")));
1963#define xmlIsID xmlIsID__internal_alias
1964
1965extern __typeof (xmlIsIdeographic) xmlIsIdeographic__internal_alias __attribute((visibility("hidden")));
1966extern __typeof (xmlIsIdeographic) xmlIsIdeographic __attribute((alias("xmlIsIdeographic__internal_alias")));
1967#define xmlIsIdeographic xmlIsIdeographic__internal_alias
1968
1969extern __typeof (xmlIsLetter) xmlIsLetter__internal_alias __attribute((visibility("hidden")));
1970extern __typeof (xmlIsLetter) xmlIsLetter __attribute((alias("xmlIsLetter__internal_alias")));
1971#define xmlIsLetter xmlIsLetter__internal_alias
1972
1973extern __typeof (xmlIsMainThread) xmlIsMainThread__internal_alias __attribute((visibility("hidden")));
1974extern __typeof (xmlIsMainThread) xmlIsMainThread __attribute((alias("xmlIsMainThread__internal_alias")));
1975#define xmlIsMainThread xmlIsMainThread__internal_alias
1976
1977extern __typeof (xmlIsMixedElement) xmlIsMixedElement__internal_alias __attribute((visibility("hidden")));
1978extern __typeof (xmlIsMixedElement) xmlIsMixedElement __attribute((alias("xmlIsMixedElement__internal_alias")));
1979#define xmlIsMixedElement xmlIsMixedElement__internal_alias
1980
1981extern __typeof (xmlIsPubidChar) xmlIsPubidChar__internal_alias __attribute((visibility("hidden")));
1982extern __typeof (xmlIsPubidChar) xmlIsPubidChar __attribute((alias("xmlIsPubidChar__internal_alias")));
1983#define xmlIsPubidChar xmlIsPubidChar__internal_alias
1984
1985extern __typeof (xmlIsRef) xmlIsRef__internal_alias __attribute((visibility("hidden")));
1986extern __typeof (xmlIsRef) xmlIsRef __attribute((alias("xmlIsRef__internal_alias")));
1987#define xmlIsRef xmlIsRef__internal_alias
1988
1989extern __typeof (xmlIsXHTML) xmlIsXHTML__internal_alias __attribute((visibility("hidden")));
1990extern __typeof (xmlIsXHTML) xmlIsXHTML __attribute((alias("xmlIsXHTML__internal_alias")));
1991#define xmlIsXHTML xmlIsXHTML__internal_alias
1992
1993extern __typeof (xmlKeepBlanksDefault) xmlKeepBlanksDefault__internal_alias __attribute((visibility("hidden")));
1994extern __typeof (xmlKeepBlanksDefault) xmlKeepBlanksDefault __attribute((alias("xmlKeepBlanksDefault__internal_alias")));
1995#define xmlKeepBlanksDefault xmlKeepBlanksDefault__internal_alias
1996
1997extern __typeof (xmlLineNumbersDefault) xmlLineNumbersDefault__internal_alias __attribute((visibility("hidden")));
1998extern __typeof (xmlLineNumbersDefault) xmlLineNumbersDefault __attribute((alias("xmlLineNumbersDefault__internal_alias")));
1999#define xmlLineNumbersDefault xmlLineNumbersDefault__internal_alias
2000
2001extern __typeof (xmlLinkGetData) xmlLinkGetData__internal_alias __attribute((visibility("hidden")));
2002extern __typeof (xmlLinkGetData) xmlLinkGetData __attribute((alias("xmlLinkGetData__internal_alias")));
2003#define xmlLinkGetData xmlLinkGetData__internal_alias
2004
2005extern __typeof (xmlListAppend) xmlListAppend__internal_alias __attribute((visibility("hidden")));
2006extern __typeof (xmlListAppend) xmlListAppend __attribute((alias("xmlListAppend__internal_alias")));
2007#define xmlListAppend xmlListAppend__internal_alias
2008
2009extern __typeof (xmlListClear) xmlListClear__internal_alias __attribute((visibility("hidden")));
2010extern __typeof (xmlListClear) xmlListClear __attribute((alias("xmlListClear__internal_alias")));
2011#define xmlListClear xmlListClear__internal_alias
2012
2013extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden")));
2014extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias")));
2015#define xmlListCopy xmlListCopy__internal_alias
2016
2017extern __typeof (xmlListCreate) xmlListCreate__internal_alias __attribute((visibility("hidden")));
2018extern __typeof (xmlListCreate) xmlListCreate __attribute((alias("xmlListCreate__internal_alias")));
2019#define xmlListCreate xmlListCreate__internal_alias
2020
2021extern __typeof (xmlListDelete) xmlListDelete__internal_alias __attribute((visibility("hidden")));
2022extern __typeof (xmlListDelete) xmlListDelete __attribute((alias("xmlListDelete__internal_alias")));
2023#define xmlListDelete xmlListDelete__internal_alias
2024
2025extern __typeof (xmlListDup) xmlListDup__internal_alias __attribute((visibility("hidden")));
2026extern __typeof (xmlListDup) xmlListDup __attribute((alias("xmlListDup__internal_alias")));
2027#define xmlListDup xmlListDup__internal_alias
2028
2029extern __typeof (xmlListEmpty) xmlListEmpty__internal_alias __attribute((visibility("hidden")));
2030extern __typeof (xmlListEmpty) xmlListEmpty __attribute((alias("xmlListEmpty__internal_alias")));
2031#define xmlListEmpty xmlListEmpty__internal_alias
2032
2033extern __typeof (xmlListEnd) xmlListEnd__internal_alias __attribute((visibility("hidden")));
2034extern __typeof (xmlListEnd) xmlListEnd __attribute((alias("xmlListEnd__internal_alias")));
2035#define xmlListEnd xmlListEnd__internal_alias
2036
2037extern __typeof (xmlListFront) xmlListFront__internal_alias __attribute((visibility("hidden")));
2038extern __typeof (xmlListFront) xmlListFront __attribute((alias("xmlListFront__internal_alias")));
2039#define xmlListFront xmlListFront__internal_alias
2040
2041extern __typeof (xmlListInsert) xmlListInsert__internal_alias __attribute((visibility("hidden")));
2042extern __typeof (xmlListInsert) xmlListInsert __attribute((alias("xmlListInsert__internal_alias")));
2043#define xmlListInsert xmlListInsert__internal_alias
2044
2045extern __typeof (xmlListMerge) xmlListMerge__internal_alias __attribute((visibility("hidden")));
2046extern __typeof (xmlListMerge) xmlListMerge __attribute((alias("xmlListMerge__internal_alias")));
2047#define xmlListMerge xmlListMerge__internal_alias
2048
2049extern __typeof (xmlListPopBack) xmlListPopBack__internal_alias __attribute((visibility("hidden")));
2050extern __typeof (xmlListPopBack) xmlListPopBack __attribute((alias("xmlListPopBack__internal_alias")));
2051#define xmlListPopBack xmlListPopBack__internal_alias
2052
2053extern __typeof (xmlListPopFront) xmlListPopFront__internal_alias __attribute((visibility("hidden")));
2054extern __typeof (xmlListPopFront) xmlListPopFront __attribute((alias("xmlListPopFront__internal_alias")));
2055#define xmlListPopFront xmlListPopFront__internal_alias
2056
2057extern __typeof (xmlListPushBack) xmlListPushBack__internal_alias __attribute((visibility("hidden")));
2058extern __typeof (xmlListPushBack) xmlListPushBack __attribute((alias("xmlListPushBack__internal_alias")));
2059#define xmlListPushBack xmlListPushBack__internal_alias
2060
2061extern __typeof (xmlListPushFront) xmlListPushFront__internal_alias __attribute((visibility("hidden")));
2062extern __typeof (xmlListPushFront) xmlListPushFront __attribute((alias("xmlListPushFront__internal_alias")));
2063#define xmlListPushFront xmlListPushFront__internal_alias
2064
2065extern __typeof (xmlListRemoveAll) xmlListRemoveAll__internal_alias __attribute((visibility("hidden")));
2066extern __typeof (xmlListRemoveAll) xmlListRemoveAll __attribute((alias("xmlListRemoveAll__internal_alias")));
2067#define xmlListRemoveAll xmlListRemoveAll__internal_alias
2068
2069extern __typeof (xmlListRemoveFirst) xmlListRemoveFirst__internal_alias __attribute((visibility("hidden")));
2070extern __typeof (xmlListRemoveFirst) xmlListRemoveFirst __attribute((alias("xmlListRemoveFirst__internal_alias")));
2071#define xmlListRemoveFirst xmlListRemoveFirst__internal_alias
2072
2073extern __typeof (xmlListRemoveLast) xmlListRemoveLast__internal_alias __attribute((visibility("hidden")));
2074extern __typeof (xmlListRemoveLast) xmlListRemoveLast __attribute((alias("xmlListRemoveLast__internal_alias")));
2075#define xmlListRemoveLast xmlListRemoveLast__internal_alias
2076
2077extern __typeof (xmlListReverse) xmlListReverse__internal_alias __attribute((visibility("hidden")));
2078extern __typeof (xmlListReverse) xmlListReverse __attribute((alias("xmlListReverse__internal_alias")));
2079#define xmlListReverse xmlListReverse__internal_alias
2080
2081extern __typeof (xmlListReverseSearch) xmlListReverseSearch__internal_alias __attribute((visibility("hidden")));
2082extern __typeof (xmlListReverseSearch) xmlListReverseSearch __attribute((alias("xmlListReverseSearch__internal_alias")));
2083#define xmlListReverseSearch xmlListReverseSearch__internal_alias
2084
2085extern __typeof (xmlListReverseWalk) xmlListReverseWalk__internal_alias __attribute((visibility("hidden")));
2086extern __typeof (xmlListReverseWalk) xmlListReverseWalk __attribute((alias("xmlListReverseWalk__internal_alias")));
2087#define xmlListReverseWalk xmlListReverseWalk__internal_alias
2088
2089extern __typeof (xmlListSearch) xmlListSearch__internal_alias __attribute((visibility("hidden")));
2090extern __typeof (xmlListSearch) xmlListSearch __attribute((alias("xmlListSearch__internal_alias")));
2091#define xmlListSearch xmlListSearch__internal_alias
2092
2093extern __typeof (xmlListSize) xmlListSize__internal_alias __attribute((visibility("hidden")));
2094extern __typeof (xmlListSize) xmlListSize __attribute((alias("xmlListSize__internal_alias")));
2095#define xmlListSize xmlListSize__internal_alias
2096
2097extern __typeof (xmlListSort) xmlListSort__internal_alias __attribute((visibility("hidden")));
2098extern __typeof (xmlListSort) xmlListSort __attribute((alias("xmlListSort__internal_alias")));
2099#define xmlListSort xmlListSort__internal_alias
2100
2101extern __typeof (xmlListWalk) xmlListWalk__internal_alias __attribute((visibility("hidden")));
2102extern __typeof (xmlListWalk) xmlListWalk __attribute((alias("xmlListWalk__internal_alias")));
2103#define xmlListWalk xmlListWalk__internal_alias
2104
William M. Brack21e4ef22005-01-02 09:53:13 +00002105#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002106extern __typeof (xmlLoadACatalog) xmlLoadACatalog__internal_alias __attribute((visibility("hidden")));
2107extern __typeof (xmlLoadACatalog) xmlLoadACatalog __attribute((alias("xmlLoadACatalog__internal_alias")));
2108#define xmlLoadACatalog xmlLoadACatalog__internal_alias
2109#endif
2110
William M. Brack21e4ef22005-01-02 09:53:13 +00002111#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002112extern __typeof (xmlLoadCatalog) xmlLoadCatalog__internal_alias __attribute((visibility("hidden")));
2113extern __typeof (xmlLoadCatalog) xmlLoadCatalog __attribute((alias("xmlLoadCatalog__internal_alias")));
2114#define xmlLoadCatalog xmlLoadCatalog__internal_alias
2115#endif
2116
William M. Brack21e4ef22005-01-02 09:53:13 +00002117#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002118extern __typeof (xmlLoadCatalogs) xmlLoadCatalogs__internal_alias __attribute((visibility("hidden")));
2119extern __typeof (xmlLoadCatalogs) xmlLoadCatalogs __attribute((alias("xmlLoadCatalogs__internal_alias")));
2120#define xmlLoadCatalogs xmlLoadCatalogs__internal_alias
2121#endif
2122
2123extern __typeof (xmlLoadExternalEntity) xmlLoadExternalEntity__internal_alias __attribute((visibility("hidden")));
2124extern __typeof (xmlLoadExternalEntity) xmlLoadExternalEntity __attribute((alias("xmlLoadExternalEntity__internal_alias")));
2125#define xmlLoadExternalEntity xmlLoadExternalEntity__internal_alias
2126
William M. Brack21e4ef22005-01-02 09:53:13 +00002127#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002128extern __typeof (xmlLoadSGMLSuperCatalog) xmlLoadSGMLSuperCatalog__internal_alias __attribute((visibility("hidden")));
2129extern __typeof (xmlLoadSGMLSuperCatalog) xmlLoadSGMLSuperCatalog __attribute((alias("xmlLoadSGMLSuperCatalog__internal_alias")));
2130#define xmlLoadSGMLSuperCatalog xmlLoadSGMLSuperCatalog__internal_alias
2131#endif
2132
2133extern __typeof (xmlLockLibrary) xmlLockLibrary__internal_alias __attribute((visibility("hidden")));
2134extern __typeof (xmlLockLibrary) xmlLockLibrary __attribute((alias("xmlLockLibrary__internal_alias")));
2135#define xmlLockLibrary xmlLockLibrary__internal_alias
2136
William M. Brack21e4ef22005-01-02 09:53:13 +00002137#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002138extern __typeof (xmlLsCountNode) xmlLsCountNode__internal_alias __attribute((visibility("hidden")));
2139extern __typeof (xmlLsCountNode) xmlLsCountNode __attribute((alias("xmlLsCountNode__internal_alias")));
2140#define xmlLsCountNode xmlLsCountNode__internal_alias
2141#endif
2142
William M. Brack21e4ef22005-01-02 09:53:13 +00002143#if defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002144extern __typeof (xmlLsOneNode) xmlLsOneNode__internal_alias __attribute((visibility("hidden")));
2145extern __typeof (xmlLsOneNode) xmlLsOneNode __attribute((alias("xmlLsOneNode__internal_alias")));
2146#define xmlLsOneNode xmlLsOneNode__internal_alias
2147#endif
2148
2149extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc__internal_alias __attribute((visibility("hidden")));
2150extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc __attribute((alias("xmlMallocAtomicLoc__internal_alias")));
2151#define xmlMallocAtomicLoc xmlMallocAtomicLoc__internal_alias
2152
2153extern __typeof (xmlMallocLoc) xmlMallocLoc__internal_alias __attribute((visibility("hidden")));
2154extern __typeof (xmlMallocLoc) xmlMallocLoc __attribute((alias("xmlMallocLoc__internal_alias")));
2155#define xmlMallocLoc xmlMallocLoc__internal_alias
2156
Daniel Veillard8a32fe42004-11-02 22:10:16 +00002157extern __typeof (xmlMemBlocks) xmlMemBlocks__internal_alias __attribute((visibility("hidden")));
2158extern __typeof (xmlMemBlocks) xmlMemBlocks __attribute((alias("xmlMemBlocks__internal_alias")));
2159#define xmlMemBlocks xmlMemBlocks__internal_alias
2160
Daniel Veillarda2351322004-06-27 12:08:10 +00002161extern __typeof (xmlMemDisplay) xmlMemDisplay__internal_alias __attribute((visibility("hidden")));
2162extern __typeof (xmlMemDisplay) xmlMemDisplay __attribute((alias("xmlMemDisplay__internal_alias")));
2163#define xmlMemDisplay xmlMemDisplay__internal_alias
2164
2165extern __typeof (xmlMemFree) xmlMemFree__internal_alias __attribute((visibility("hidden")));
2166extern __typeof (xmlMemFree) xmlMemFree __attribute((alias("xmlMemFree__internal_alias")));
2167#define xmlMemFree xmlMemFree__internal_alias
2168
2169extern __typeof (xmlMemGet) xmlMemGet__internal_alias __attribute((visibility("hidden")));
2170extern __typeof (xmlMemGet) xmlMemGet __attribute((alias("xmlMemGet__internal_alias")));
2171#define xmlMemGet xmlMemGet__internal_alias
2172
2173extern __typeof (xmlMemMalloc) xmlMemMalloc__internal_alias __attribute((visibility("hidden")));
2174extern __typeof (xmlMemMalloc) xmlMemMalloc __attribute((alias("xmlMemMalloc__internal_alias")));
2175#define xmlMemMalloc xmlMemMalloc__internal_alias
2176
2177extern __typeof (xmlMemRealloc) xmlMemRealloc__internal_alias __attribute((visibility("hidden")));
2178extern __typeof (xmlMemRealloc) xmlMemRealloc __attribute((alias("xmlMemRealloc__internal_alias")));
2179#define xmlMemRealloc xmlMemRealloc__internal_alias
2180
2181extern __typeof (xmlMemSetup) xmlMemSetup__internal_alias __attribute((visibility("hidden")));
2182extern __typeof (xmlMemSetup) xmlMemSetup __attribute((alias("xmlMemSetup__internal_alias")));
2183#define xmlMemSetup xmlMemSetup__internal_alias
2184
2185extern __typeof (xmlMemShow) xmlMemShow__internal_alias __attribute((visibility("hidden")));
2186extern __typeof (xmlMemShow) xmlMemShow __attribute((alias("xmlMemShow__internal_alias")));
2187#define xmlMemShow xmlMemShow__internal_alias
2188
2189extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc__internal_alias __attribute((visibility("hidden")));
2190extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc __attribute((alias("xmlMemStrdupLoc__internal_alias")));
2191#define xmlMemStrdupLoc xmlMemStrdupLoc__internal_alias
2192
2193extern __typeof (xmlMemUsed) xmlMemUsed__internal_alias __attribute((visibility("hidden")));
2194extern __typeof (xmlMemUsed) xmlMemUsed __attribute((alias("xmlMemUsed__internal_alias")));
2195#define xmlMemUsed xmlMemUsed__internal_alias
2196
2197extern __typeof (xmlMemoryDump) xmlMemoryDump__internal_alias __attribute((visibility("hidden")));
2198extern __typeof (xmlMemoryDump) xmlMemoryDump __attribute((alias("xmlMemoryDump__internal_alias")));
2199#define xmlMemoryDump xmlMemoryDump__internal_alias
2200
2201extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup__internal_alias __attribute((visibility("hidden")));
2202extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup __attribute((alias("xmlMemoryStrdup__internal_alias")));
2203#define xmlMemoryStrdup xmlMemoryStrdup__internal_alias
2204
2205extern __typeof (xmlMutexLock) xmlMutexLock__internal_alias __attribute((visibility("hidden")));
2206extern __typeof (xmlMutexLock) xmlMutexLock __attribute((alias("xmlMutexLock__internal_alias")));
2207#define xmlMutexLock xmlMutexLock__internal_alias
2208
2209extern __typeof (xmlMutexUnlock) xmlMutexUnlock__internal_alias __attribute((visibility("hidden")));
2210extern __typeof (xmlMutexUnlock) xmlMutexUnlock __attribute((alias("xmlMutexUnlock__internal_alias")));
2211#define xmlMutexUnlock xmlMutexUnlock__internal_alias
2212
William M. Brack21e4ef22005-01-02 09:53:13 +00002213#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002214extern __typeof (xmlNamespaceParseNCName) xmlNamespaceParseNCName__internal_alias __attribute((visibility("hidden")));
2215extern __typeof (xmlNamespaceParseNCName) xmlNamespaceParseNCName __attribute((alias("xmlNamespaceParseNCName__internal_alias")));
2216#define xmlNamespaceParseNCName xmlNamespaceParseNCName__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002217#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002218
William M. Brack21e4ef22005-01-02 09:53:13 +00002219#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002220extern __typeof (xmlNamespaceParseNSDef) xmlNamespaceParseNSDef__internal_alias __attribute((visibility("hidden")));
2221extern __typeof (xmlNamespaceParseNSDef) xmlNamespaceParseNSDef __attribute((alias("xmlNamespaceParseNSDef__internal_alias")));
2222#define xmlNamespaceParseNSDef xmlNamespaceParseNSDef__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002223#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002224
William M. Brack21e4ef22005-01-02 09:53:13 +00002225#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002226extern __typeof (xmlNamespaceParseQName) xmlNamespaceParseQName__internal_alias __attribute((visibility("hidden")));
2227extern __typeof (xmlNamespaceParseQName) xmlNamespaceParseQName __attribute((alias("xmlNamespaceParseQName__internal_alias")));
2228#define xmlNamespaceParseQName xmlNamespaceParseQName__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002229#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002230
William M. Brack21e4ef22005-01-02 09:53:13 +00002231#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002232extern __typeof (xmlNanoFTPCheckResponse) xmlNanoFTPCheckResponse__internal_alias __attribute((visibility("hidden")));
2233extern __typeof (xmlNanoFTPCheckResponse) xmlNanoFTPCheckResponse __attribute((alias("xmlNanoFTPCheckResponse__internal_alias")));
2234#define xmlNanoFTPCheckResponse xmlNanoFTPCheckResponse__internal_alias
2235#endif
2236
William M. Brack21e4ef22005-01-02 09:53:13 +00002237#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002238extern __typeof (xmlNanoFTPCleanup) xmlNanoFTPCleanup__internal_alias __attribute((visibility("hidden")));
2239extern __typeof (xmlNanoFTPCleanup) xmlNanoFTPCleanup __attribute((alias("xmlNanoFTPCleanup__internal_alias")));
2240#define xmlNanoFTPCleanup xmlNanoFTPCleanup__internal_alias
2241#endif
2242
William M. Brack21e4ef22005-01-02 09:53:13 +00002243#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002244extern __typeof (xmlNanoFTPClose) xmlNanoFTPClose__internal_alias __attribute((visibility("hidden")));
2245extern __typeof (xmlNanoFTPClose) xmlNanoFTPClose __attribute((alias("xmlNanoFTPClose__internal_alias")));
2246#define xmlNanoFTPClose xmlNanoFTPClose__internal_alias
2247#endif
2248
William M. Brack21e4ef22005-01-02 09:53:13 +00002249#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002250extern __typeof (xmlNanoFTPCloseConnection) xmlNanoFTPCloseConnection__internal_alias __attribute((visibility("hidden")));
2251extern __typeof (xmlNanoFTPCloseConnection) xmlNanoFTPCloseConnection __attribute((alias("xmlNanoFTPCloseConnection__internal_alias")));
2252#define xmlNanoFTPCloseConnection xmlNanoFTPCloseConnection__internal_alias
2253#endif
2254
William M. Brack21e4ef22005-01-02 09:53:13 +00002255#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002256extern __typeof (xmlNanoFTPConnect) xmlNanoFTPConnect__internal_alias __attribute((visibility("hidden")));
2257extern __typeof (xmlNanoFTPConnect) xmlNanoFTPConnect __attribute((alias("xmlNanoFTPConnect__internal_alias")));
2258#define xmlNanoFTPConnect xmlNanoFTPConnect__internal_alias
2259#endif
2260
William M. Brack21e4ef22005-01-02 09:53:13 +00002261#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002262extern __typeof (xmlNanoFTPConnectTo) xmlNanoFTPConnectTo__internal_alias __attribute((visibility("hidden")));
2263extern __typeof (xmlNanoFTPConnectTo) xmlNanoFTPConnectTo __attribute((alias("xmlNanoFTPConnectTo__internal_alias")));
2264#define xmlNanoFTPConnectTo xmlNanoFTPConnectTo__internal_alias
2265#endif
2266
William M. Brack21e4ef22005-01-02 09:53:13 +00002267#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002268extern __typeof (xmlNanoFTPCwd) xmlNanoFTPCwd__internal_alias __attribute((visibility("hidden")));
2269extern __typeof (xmlNanoFTPCwd) xmlNanoFTPCwd __attribute((alias("xmlNanoFTPCwd__internal_alias")));
2270#define xmlNanoFTPCwd xmlNanoFTPCwd__internal_alias
2271#endif
2272
William M. Brack21e4ef22005-01-02 09:53:13 +00002273#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002274extern __typeof (xmlNanoFTPDele) xmlNanoFTPDele__internal_alias __attribute((visibility("hidden")));
2275extern __typeof (xmlNanoFTPDele) xmlNanoFTPDele __attribute((alias("xmlNanoFTPDele__internal_alias")));
2276#define xmlNanoFTPDele xmlNanoFTPDele__internal_alias
2277#endif
2278
William M. Brack21e4ef22005-01-02 09:53:13 +00002279#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002280extern __typeof (xmlNanoFTPFreeCtxt) xmlNanoFTPFreeCtxt__internal_alias __attribute((visibility("hidden")));
2281extern __typeof (xmlNanoFTPFreeCtxt) xmlNanoFTPFreeCtxt __attribute((alias("xmlNanoFTPFreeCtxt__internal_alias")));
2282#define xmlNanoFTPFreeCtxt xmlNanoFTPFreeCtxt__internal_alias
2283#endif
2284
William M. Brack21e4ef22005-01-02 09:53:13 +00002285#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002286extern __typeof (xmlNanoFTPGet) xmlNanoFTPGet__internal_alias __attribute((visibility("hidden")));
2287extern __typeof (xmlNanoFTPGet) xmlNanoFTPGet __attribute((alias("xmlNanoFTPGet__internal_alias")));
2288#define xmlNanoFTPGet xmlNanoFTPGet__internal_alias
2289#endif
2290
William M. Brack21e4ef22005-01-02 09:53:13 +00002291#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002292extern __typeof (xmlNanoFTPGetConnection) xmlNanoFTPGetConnection__internal_alias __attribute((visibility("hidden")));
2293extern __typeof (xmlNanoFTPGetConnection) xmlNanoFTPGetConnection __attribute((alias("xmlNanoFTPGetConnection__internal_alias")));
2294#define xmlNanoFTPGetConnection xmlNanoFTPGetConnection__internal_alias
2295#endif
2296
William M. Brack21e4ef22005-01-02 09:53:13 +00002297#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002298extern __typeof (xmlNanoFTPGetResponse) xmlNanoFTPGetResponse__internal_alias __attribute((visibility("hidden")));
2299extern __typeof (xmlNanoFTPGetResponse) xmlNanoFTPGetResponse __attribute((alias("xmlNanoFTPGetResponse__internal_alias")));
2300#define xmlNanoFTPGetResponse xmlNanoFTPGetResponse__internal_alias
2301#endif
2302
William M. Brack21e4ef22005-01-02 09:53:13 +00002303#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002304extern __typeof (xmlNanoFTPGetSocket) xmlNanoFTPGetSocket__internal_alias __attribute((visibility("hidden")));
2305extern __typeof (xmlNanoFTPGetSocket) xmlNanoFTPGetSocket __attribute((alias("xmlNanoFTPGetSocket__internal_alias")));
2306#define xmlNanoFTPGetSocket xmlNanoFTPGetSocket__internal_alias
2307#endif
2308
William M. Brack21e4ef22005-01-02 09:53:13 +00002309#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002310extern __typeof (xmlNanoFTPInit) xmlNanoFTPInit__internal_alias __attribute((visibility("hidden")));
2311extern __typeof (xmlNanoFTPInit) xmlNanoFTPInit __attribute((alias("xmlNanoFTPInit__internal_alias")));
2312#define xmlNanoFTPInit xmlNanoFTPInit__internal_alias
2313#endif
2314
William M. Brack21e4ef22005-01-02 09:53:13 +00002315#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002316extern __typeof (xmlNanoFTPList) xmlNanoFTPList__internal_alias __attribute((visibility("hidden")));
2317extern __typeof (xmlNanoFTPList) xmlNanoFTPList __attribute((alias("xmlNanoFTPList__internal_alias")));
2318#define xmlNanoFTPList xmlNanoFTPList__internal_alias
2319#endif
2320
William M. Brack21e4ef22005-01-02 09:53:13 +00002321#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002322extern __typeof (xmlNanoFTPNewCtxt) xmlNanoFTPNewCtxt__internal_alias __attribute((visibility("hidden")));
2323extern __typeof (xmlNanoFTPNewCtxt) xmlNanoFTPNewCtxt __attribute((alias("xmlNanoFTPNewCtxt__internal_alias")));
2324#define xmlNanoFTPNewCtxt xmlNanoFTPNewCtxt__internal_alias
2325#endif
2326
William M. Brack21e4ef22005-01-02 09:53:13 +00002327#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002328extern __typeof (xmlNanoFTPOpen) xmlNanoFTPOpen__internal_alias __attribute((visibility("hidden")));
2329extern __typeof (xmlNanoFTPOpen) xmlNanoFTPOpen __attribute((alias("xmlNanoFTPOpen__internal_alias")));
2330#define xmlNanoFTPOpen xmlNanoFTPOpen__internal_alias
2331#endif
2332
William M. Brack21e4ef22005-01-02 09:53:13 +00002333#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002334extern __typeof (xmlNanoFTPProxy) xmlNanoFTPProxy__internal_alias __attribute((visibility("hidden")));
2335extern __typeof (xmlNanoFTPProxy) xmlNanoFTPProxy __attribute((alias("xmlNanoFTPProxy__internal_alias")));
2336#define xmlNanoFTPProxy xmlNanoFTPProxy__internal_alias
2337#endif
2338
William M. Brack21e4ef22005-01-02 09:53:13 +00002339#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002340extern __typeof (xmlNanoFTPQuit) xmlNanoFTPQuit__internal_alias __attribute((visibility("hidden")));
2341extern __typeof (xmlNanoFTPQuit) xmlNanoFTPQuit __attribute((alias("xmlNanoFTPQuit__internal_alias")));
2342#define xmlNanoFTPQuit xmlNanoFTPQuit__internal_alias
2343#endif
2344
William M. Brack21e4ef22005-01-02 09:53:13 +00002345#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002346extern __typeof (xmlNanoFTPRead) xmlNanoFTPRead__internal_alias __attribute((visibility("hidden")));
2347extern __typeof (xmlNanoFTPRead) xmlNanoFTPRead __attribute((alias("xmlNanoFTPRead__internal_alias")));
2348#define xmlNanoFTPRead xmlNanoFTPRead__internal_alias
2349#endif
2350
William M. Brack21e4ef22005-01-02 09:53:13 +00002351#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002352extern __typeof (xmlNanoFTPScanProxy) xmlNanoFTPScanProxy__internal_alias __attribute((visibility("hidden")));
2353extern __typeof (xmlNanoFTPScanProxy) xmlNanoFTPScanProxy __attribute((alias("xmlNanoFTPScanProxy__internal_alias")));
2354#define xmlNanoFTPScanProxy xmlNanoFTPScanProxy__internal_alias
2355#endif
2356
William M. Brack21e4ef22005-01-02 09:53:13 +00002357#if defined(LIBXML_FTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002358extern __typeof (xmlNanoFTPUpdateURL) xmlNanoFTPUpdateURL__internal_alias __attribute((visibility("hidden")));
2359extern __typeof (xmlNanoFTPUpdateURL) xmlNanoFTPUpdateURL __attribute((alias("xmlNanoFTPUpdateURL__internal_alias")));
2360#define xmlNanoFTPUpdateURL xmlNanoFTPUpdateURL__internal_alias
2361#endif
2362
William M. Brack21e4ef22005-01-02 09:53:13 +00002363#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002364extern __typeof (xmlNanoHTTPAuthHeader) xmlNanoHTTPAuthHeader__internal_alias __attribute((visibility("hidden")));
2365extern __typeof (xmlNanoHTTPAuthHeader) xmlNanoHTTPAuthHeader __attribute((alias("xmlNanoHTTPAuthHeader__internal_alias")));
2366#define xmlNanoHTTPAuthHeader xmlNanoHTTPAuthHeader__internal_alias
2367#endif
2368
William M. Brack21e4ef22005-01-02 09:53:13 +00002369#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002370extern __typeof (xmlNanoHTTPCleanup) xmlNanoHTTPCleanup__internal_alias __attribute((visibility("hidden")));
2371extern __typeof (xmlNanoHTTPCleanup) xmlNanoHTTPCleanup __attribute((alias("xmlNanoHTTPCleanup__internal_alias")));
2372#define xmlNanoHTTPCleanup xmlNanoHTTPCleanup__internal_alias
2373#endif
2374
William M. Brack21e4ef22005-01-02 09:53:13 +00002375#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002376extern __typeof (xmlNanoHTTPClose) xmlNanoHTTPClose__internal_alias __attribute((visibility("hidden")));
2377extern __typeof (xmlNanoHTTPClose) xmlNanoHTTPClose __attribute((alias("xmlNanoHTTPClose__internal_alias")));
2378#define xmlNanoHTTPClose xmlNanoHTTPClose__internal_alias
2379#endif
2380
William M. Brack21e4ef22005-01-02 09:53:13 +00002381#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillard6927b102004-10-27 17:29:04 +00002382extern __typeof (xmlNanoHTTPContentLength) xmlNanoHTTPContentLength__internal_alias __attribute((visibility("hidden")));
2383extern __typeof (xmlNanoHTTPContentLength) xmlNanoHTTPContentLength __attribute((alias("xmlNanoHTTPContentLength__internal_alias")));
2384#define xmlNanoHTTPContentLength xmlNanoHTTPContentLength__internal_alias
2385#endif
2386
William M. Brack21e4ef22005-01-02 09:53:13 +00002387#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002388extern __typeof (xmlNanoHTTPEncoding) xmlNanoHTTPEncoding__internal_alias __attribute((visibility("hidden")));
2389extern __typeof (xmlNanoHTTPEncoding) xmlNanoHTTPEncoding __attribute((alias("xmlNanoHTTPEncoding__internal_alias")));
2390#define xmlNanoHTTPEncoding xmlNanoHTTPEncoding__internal_alias
2391#endif
2392
William M. Brack21e4ef22005-01-02 09:53:13 +00002393#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002394extern __typeof (xmlNanoHTTPFetch) xmlNanoHTTPFetch__internal_alias __attribute((visibility("hidden")));
2395extern __typeof (xmlNanoHTTPFetch) xmlNanoHTTPFetch __attribute((alias("xmlNanoHTTPFetch__internal_alias")));
2396#define xmlNanoHTTPFetch xmlNanoHTTPFetch__internal_alias
2397#endif
2398
William M. Brack21e4ef22005-01-02 09:53:13 +00002399#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002400extern __typeof (xmlNanoHTTPInit) xmlNanoHTTPInit__internal_alias __attribute((visibility("hidden")));
2401extern __typeof (xmlNanoHTTPInit) xmlNanoHTTPInit __attribute((alias("xmlNanoHTTPInit__internal_alias")));
2402#define xmlNanoHTTPInit xmlNanoHTTPInit__internal_alias
2403#endif
2404
William M. Brack21e4ef22005-01-02 09:53:13 +00002405#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002406extern __typeof (xmlNanoHTTPMethod) xmlNanoHTTPMethod__internal_alias __attribute((visibility("hidden")));
2407extern __typeof (xmlNanoHTTPMethod) xmlNanoHTTPMethod __attribute((alias("xmlNanoHTTPMethod__internal_alias")));
2408#define xmlNanoHTTPMethod xmlNanoHTTPMethod__internal_alias
2409#endif
2410
William M. Brack21e4ef22005-01-02 09:53:13 +00002411#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002412extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir__internal_alias __attribute((visibility("hidden")));
2413extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir __attribute((alias("xmlNanoHTTPMethodRedir__internal_alias")));
2414#define xmlNanoHTTPMethodRedir xmlNanoHTTPMethodRedir__internal_alias
2415#endif
2416
William M. Brack21e4ef22005-01-02 09:53:13 +00002417#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002418extern __typeof (xmlNanoHTTPMimeType) xmlNanoHTTPMimeType__internal_alias __attribute((visibility("hidden")));
2419extern __typeof (xmlNanoHTTPMimeType) xmlNanoHTTPMimeType __attribute((alias("xmlNanoHTTPMimeType__internal_alias")));
2420#define xmlNanoHTTPMimeType xmlNanoHTTPMimeType__internal_alias
2421#endif
2422
William M. Brack21e4ef22005-01-02 09:53:13 +00002423#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002424extern __typeof (xmlNanoHTTPOpen) xmlNanoHTTPOpen__internal_alias __attribute((visibility("hidden")));
2425extern __typeof (xmlNanoHTTPOpen) xmlNanoHTTPOpen __attribute((alias("xmlNanoHTTPOpen__internal_alias")));
2426#define xmlNanoHTTPOpen xmlNanoHTTPOpen__internal_alias
2427#endif
2428
William M. Brack21e4ef22005-01-02 09:53:13 +00002429#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002430extern __typeof (xmlNanoHTTPOpenRedir) xmlNanoHTTPOpenRedir__internal_alias __attribute((visibility("hidden")));
2431extern __typeof (xmlNanoHTTPOpenRedir) xmlNanoHTTPOpenRedir __attribute((alias("xmlNanoHTTPOpenRedir__internal_alias")));
2432#define xmlNanoHTTPOpenRedir xmlNanoHTTPOpenRedir__internal_alias
2433#endif
2434
William M. Brack21e4ef22005-01-02 09:53:13 +00002435#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002436extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead__internal_alias __attribute((visibility("hidden")));
2437extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead __attribute((alias("xmlNanoHTTPRead__internal_alias")));
2438#define xmlNanoHTTPRead xmlNanoHTTPRead__internal_alias
2439#endif
2440
William M. Brack21e4ef22005-01-02 09:53:13 +00002441#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002442extern __typeof (xmlNanoHTTPRedir) xmlNanoHTTPRedir__internal_alias __attribute((visibility("hidden")));
2443extern __typeof (xmlNanoHTTPRedir) xmlNanoHTTPRedir __attribute((alias("xmlNanoHTTPRedir__internal_alias")));
2444#define xmlNanoHTTPRedir xmlNanoHTTPRedir__internal_alias
2445#endif
2446
William M. Brack21e4ef22005-01-02 09:53:13 +00002447#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002448extern __typeof (xmlNanoHTTPReturnCode) xmlNanoHTTPReturnCode__internal_alias __attribute((visibility("hidden")));
2449extern __typeof (xmlNanoHTTPReturnCode) xmlNanoHTTPReturnCode __attribute((alias("xmlNanoHTTPReturnCode__internal_alias")));
2450#define xmlNanoHTTPReturnCode xmlNanoHTTPReturnCode__internal_alias
2451#endif
2452
William M. Brack21e4ef22005-01-02 09:53:13 +00002453#if defined(LIBXML_HTTP_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002454extern __typeof (xmlNanoHTTPSave) xmlNanoHTTPSave__internal_alias __attribute((visibility("hidden")));
2455extern __typeof (xmlNanoHTTPSave) xmlNanoHTTPSave __attribute((alias("xmlNanoHTTPSave__internal_alias")));
2456#define xmlNanoHTTPSave xmlNanoHTTPSave__internal_alias
2457#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002458
William M. Brack21e4ef22005-01-02 09:53:13 +00002459#if defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002460extern __typeof (xmlNanoHTTPScanProxy) xmlNanoHTTPScanProxy__internal_alias __attribute((visibility("hidden")));
2461extern __typeof (xmlNanoHTTPScanProxy) xmlNanoHTTPScanProxy __attribute((alias("xmlNanoHTTPScanProxy__internal_alias")));
2462#define xmlNanoHTTPScanProxy xmlNanoHTTPScanProxy__internal_alias
2463#endif
2464
William M. Brack21e4ef22005-01-02 09:53:13 +00002465#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002466extern __typeof (xmlNewAutomata) xmlNewAutomata__internal_alias __attribute((visibility("hidden")));
2467extern __typeof (xmlNewAutomata) xmlNewAutomata __attribute((alias("xmlNewAutomata__internal_alias")));
2468#define xmlNewAutomata xmlNewAutomata__internal_alias
2469#endif
2470
2471extern __typeof (xmlNewCDataBlock) xmlNewCDataBlock__internal_alias __attribute((visibility("hidden")));
2472extern __typeof (xmlNewCDataBlock) xmlNewCDataBlock __attribute((alias("xmlNewCDataBlock__internal_alias")));
2473#define xmlNewCDataBlock xmlNewCDataBlock__internal_alias
2474
William M. Brack21e4ef22005-01-02 09:53:13 +00002475#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002476extern __typeof (xmlNewCatalog) xmlNewCatalog__internal_alias __attribute((visibility("hidden")));
2477extern __typeof (xmlNewCatalog) xmlNewCatalog __attribute((alias("xmlNewCatalog__internal_alias")));
2478#define xmlNewCatalog xmlNewCatalog__internal_alias
2479#endif
2480
2481extern __typeof (xmlNewCharEncodingHandler) xmlNewCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
2482extern __typeof (xmlNewCharEncodingHandler) xmlNewCharEncodingHandler __attribute((alias("xmlNewCharEncodingHandler__internal_alias")));
2483#define xmlNewCharEncodingHandler xmlNewCharEncodingHandler__internal_alias
2484
2485extern __typeof (xmlNewCharRef) xmlNewCharRef__internal_alias __attribute((visibility("hidden")));
2486extern __typeof (xmlNewCharRef) xmlNewCharRef __attribute((alias("xmlNewCharRef__internal_alias")));
2487#define xmlNewCharRef xmlNewCharRef__internal_alias
2488
William M. Brack21e4ef22005-01-02 09:53:13 +00002489#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002490extern __typeof (xmlNewChild) xmlNewChild__internal_alias __attribute((visibility("hidden")));
2491extern __typeof (xmlNewChild) xmlNewChild __attribute((alias("xmlNewChild__internal_alias")));
2492#define xmlNewChild xmlNewChild__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002493#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002494
2495extern __typeof (xmlNewComment) xmlNewComment__internal_alias __attribute((visibility("hidden")));
2496extern __typeof (xmlNewComment) xmlNewComment __attribute((alias("xmlNewComment__internal_alias")));
2497#define xmlNewComment xmlNewComment__internal_alias
2498
2499extern __typeof (xmlNewDoc) xmlNewDoc__internal_alias __attribute((visibility("hidden")));
2500extern __typeof (xmlNewDoc) xmlNewDoc __attribute((alias("xmlNewDoc__internal_alias")));
2501#define xmlNewDoc xmlNewDoc__internal_alias
2502
2503extern __typeof (xmlNewDocComment) xmlNewDocComment__internal_alias __attribute((visibility("hidden")));
2504extern __typeof (xmlNewDocComment) xmlNewDocComment __attribute((alias("xmlNewDocComment__internal_alias")));
2505#define xmlNewDocComment xmlNewDocComment__internal_alias
2506
William M. Brack21e4ef22005-01-02 09:53:13 +00002507#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002508extern __typeof (xmlNewDocFragment) xmlNewDocFragment__internal_alias __attribute((visibility("hidden")));
2509extern __typeof (xmlNewDocFragment) xmlNewDocFragment __attribute((alias("xmlNewDocFragment__internal_alias")));
2510#define xmlNewDocFragment xmlNewDocFragment__internal_alias
2511#endif
2512
2513extern __typeof (xmlNewDocNode) xmlNewDocNode__internal_alias __attribute((visibility("hidden")));
2514extern __typeof (xmlNewDocNode) xmlNewDocNode __attribute((alias("xmlNewDocNode__internal_alias")));
2515#define xmlNewDocNode xmlNewDocNode__internal_alias
2516
2517extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName__internal_alias __attribute((visibility("hidden")));
2518extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName __attribute((alias("xmlNewDocNodeEatName__internal_alias")));
2519#define xmlNewDocNodeEatName xmlNewDocNodeEatName__internal_alias
2520
Daniel Veillard6927b102004-10-27 17:29:04 +00002521extern __typeof (xmlNewDocPI) xmlNewDocPI__internal_alias __attribute((visibility("hidden")));
2522extern __typeof (xmlNewDocPI) xmlNewDocPI __attribute((alias("xmlNewDocPI__internal_alias")));
2523#define xmlNewDocPI xmlNewDocPI__internal_alias
2524
Daniel Veillarda2351322004-06-27 12:08:10 +00002525extern __typeof (xmlNewDocProp) xmlNewDocProp__internal_alias __attribute((visibility("hidden")));
2526extern __typeof (xmlNewDocProp) xmlNewDocProp __attribute((alias("xmlNewDocProp__internal_alias")));
2527#define xmlNewDocProp xmlNewDocProp__internal_alias
2528
William M. Brack21e4ef22005-01-02 09:53:13 +00002529#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002530extern __typeof (xmlNewDocRawNode) xmlNewDocRawNode__internal_alias __attribute((visibility("hidden")));
2531extern __typeof (xmlNewDocRawNode) xmlNewDocRawNode __attribute((alias("xmlNewDocRawNode__internal_alias")));
2532#define xmlNewDocRawNode xmlNewDocRawNode__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002533#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002534
2535extern __typeof (xmlNewDocText) xmlNewDocText__internal_alias __attribute((visibility("hidden")));
2536extern __typeof (xmlNewDocText) xmlNewDocText __attribute((alias("xmlNewDocText__internal_alias")));
2537#define xmlNewDocText xmlNewDocText__internal_alias
2538
2539extern __typeof (xmlNewDocTextLen) xmlNewDocTextLen__internal_alias __attribute((visibility("hidden")));
2540extern __typeof (xmlNewDocTextLen) xmlNewDocTextLen __attribute((alias("xmlNewDocTextLen__internal_alias")));
2541#define xmlNewDocTextLen xmlNewDocTextLen__internal_alias
2542
2543extern __typeof (xmlNewDtd) xmlNewDtd__internal_alias __attribute((visibility("hidden")));
2544extern __typeof (xmlNewDtd) xmlNewDtd __attribute((alias("xmlNewDtd__internal_alias")));
2545#define xmlNewDtd xmlNewDtd__internal_alias
2546
2547extern __typeof (xmlNewElementContent) xmlNewElementContent__internal_alias __attribute((visibility("hidden")));
2548extern __typeof (xmlNewElementContent) xmlNewElementContent __attribute((alias("xmlNewElementContent__internal_alias")));
2549#define xmlNewElementContent xmlNewElementContent__internal_alias
2550
2551extern __typeof (xmlNewEntityInputStream) xmlNewEntityInputStream__internal_alias __attribute((visibility("hidden")));
2552extern __typeof (xmlNewEntityInputStream) xmlNewEntityInputStream __attribute((alias("xmlNewEntityInputStream__internal_alias")));
2553#define xmlNewEntityInputStream xmlNewEntityInputStream__internal_alias
2554
William M. Brack21e4ef22005-01-02 09:53:13 +00002555#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002556extern __typeof (xmlNewGlobalNs) xmlNewGlobalNs__internal_alias __attribute((visibility("hidden")));
2557extern __typeof (xmlNewGlobalNs) xmlNewGlobalNs __attribute((alias("xmlNewGlobalNs__internal_alias")));
2558#define xmlNewGlobalNs xmlNewGlobalNs__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002559#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002560
2561extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream__internal_alias __attribute((visibility("hidden")));
2562extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream __attribute((alias("xmlNewIOInputStream__internal_alias")));
2563#define xmlNewIOInputStream xmlNewIOInputStream__internal_alias
2564
2565extern __typeof (xmlNewInputFromFile) xmlNewInputFromFile__internal_alias __attribute((visibility("hidden")));
2566extern __typeof (xmlNewInputFromFile) xmlNewInputFromFile __attribute((alias("xmlNewInputFromFile__internal_alias")));
2567#define xmlNewInputFromFile xmlNewInputFromFile__internal_alias
2568
2569extern __typeof (xmlNewInputStream) xmlNewInputStream__internal_alias __attribute((visibility("hidden")));
2570extern __typeof (xmlNewInputStream) xmlNewInputStream __attribute((alias("xmlNewInputStream__internal_alias")));
2571#define xmlNewInputStream xmlNewInputStream__internal_alias
2572
2573extern __typeof (xmlNewMutex) xmlNewMutex__internal_alias __attribute((visibility("hidden")));
2574extern __typeof (xmlNewMutex) xmlNewMutex __attribute((alias("xmlNewMutex__internal_alias")));
2575#define xmlNewMutex xmlNewMutex__internal_alias
2576
2577extern __typeof (xmlNewNode) xmlNewNode__internal_alias __attribute((visibility("hidden")));
2578extern __typeof (xmlNewNode) xmlNewNode __attribute((alias("xmlNewNode__internal_alias")));
2579#define xmlNewNode xmlNewNode__internal_alias
2580
2581extern __typeof (xmlNewNodeEatName) xmlNewNodeEatName__internal_alias __attribute((visibility("hidden")));
2582extern __typeof (xmlNewNodeEatName) xmlNewNodeEatName __attribute((alias("xmlNewNodeEatName__internal_alias")));
2583#define xmlNewNodeEatName xmlNewNodeEatName__internal_alias
2584
2585extern __typeof (xmlNewNs) xmlNewNs__internal_alias __attribute((visibility("hidden")));
2586extern __typeof (xmlNewNs) xmlNewNs __attribute((alias("xmlNewNs__internal_alias")));
2587#define xmlNewNs xmlNewNs__internal_alias
2588
2589extern __typeof (xmlNewNsProp) xmlNewNsProp__internal_alias __attribute((visibility("hidden")));
2590extern __typeof (xmlNewNsProp) xmlNewNsProp __attribute((alias("xmlNewNsProp__internal_alias")));
2591#define xmlNewNsProp xmlNewNsProp__internal_alias
2592
2593extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName__internal_alias __attribute((visibility("hidden")));
2594extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName __attribute((alias("xmlNewNsPropEatName__internal_alias")));
2595#define xmlNewNsPropEatName xmlNewNsPropEatName__internal_alias
2596
2597extern __typeof (xmlNewPI) xmlNewPI__internal_alias __attribute((visibility("hidden")));
2598extern __typeof (xmlNewPI) xmlNewPI __attribute((alias("xmlNewPI__internal_alias")));
2599#define xmlNewPI xmlNewPI__internal_alias
2600
2601extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt__internal_alias __attribute((visibility("hidden")));
2602extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt __attribute((alias("xmlNewParserCtxt__internal_alias")));
2603#define xmlNewParserCtxt xmlNewParserCtxt__internal_alias
2604
William M. Brack21e4ef22005-01-02 09:53:13 +00002605#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002606extern __typeof (xmlNewProp) xmlNewProp__internal_alias __attribute((visibility("hidden")));
2607extern __typeof (xmlNewProp) xmlNewProp __attribute((alias("xmlNewProp__internal_alias")));
2608#define xmlNewProp xmlNewProp__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002609#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002610
2611extern __typeof (xmlNewRMutex) xmlNewRMutex__internal_alias __attribute((visibility("hidden")));
2612extern __typeof (xmlNewRMutex) xmlNewRMutex __attribute((alias("xmlNewRMutex__internal_alias")));
2613#define xmlNewRMutex xmlNewRMutex__internal_alias
2614
2615extern __typeof (xmlNewReference) xmlNewReference__internal_alias __attribute((visibility("hidden")));
2616extern __typeof (xmlNewReference) xmlNewReference __attribute((alias("xmlNewReference__internal_alias")));
2617#define xmlNewReference xmlNewReference__internal_alias
2618
2619extern __typeof (xmlNewStringInputStream) xmlNewStringInputStream__internal_alias __attribute((visibility("hidden")));
2620extern __typeof (xmlNewStringInputStream) xmlNewStringInputStream __attribute((alias("xmlNewStringInputStream__internal_alias")));
2621#define xmlNewStringInputStream xmlNewStringInputStream__internal_alias
2622
2623extern __typeof (xmlNewText) xmlNewText__internal_alias __attribute((visibility("hidden")));
2624extern __typeof (xmlNewText) xmlNewText __attribute((alias("xmlNewText__internal_alias")));
2625#define xmlNewText xmlNewText__internal_alias
2626
William M. Brack21e4ef22005-01-02 09:53:13 +00002627#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002628extern __typeof (xmlNewTextChild) xmlNewTextChild__internal_alias __attribute((visibility("hidden")));
2629extern __typeof (xmlNewTextChild) xmlNewTextChild __attribute((alias("xmlNewTextChild__internal_alias")));
2630#define xmlNewTextChild xmlNewTextChild__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002631#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002632
2633extern __typeof (xmlNewTextLen) xmlNewTextLen__internal_alias __attribute((visibility("hidden")));
2634extern __typeof (xmlNewTextLen) xmlNewTextLen __attribute((alias("xmlNewTextLen__internal_alias")));
2635#define xmlNewTextLen xmlNewTextLen__internal_alias
2636
William M. Brack21e4ef22005-01-02 09:53:13 +00002637#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002638extern __typeof (xmlNewTextReader) xmlNewTextReader__internal_alias __attribute((visibility("hidden")));
2639extern __typeof (xmlNewTextReader) xmlNewTextReader __attribute((alias("xmlNewTextReader__internal_alias")));
2640#define xmlNewTextReader xmlNewTextReader__internal_alias
2641#endif
2642
William M. Brack21e4ef22005-01-02 09:53:13 +00002643#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002644extern __typeof (xmlNewTextReaderFilename) xmlNewTextReaderFilename__internal_alias __attribute((visibility("hidden")));
2645extern __typeof (xmlNewTextReaderFilename) xmlNewTextReaderFilename __attribute((alias("xmlNewTextReaderFilename__internal_alias")));
2646#define xmlNewTextReaderFilename xmlNewTextReaderFilename__internal_alias
2647#endif
2648
William M. Brack21e4ef22005-01-02 09:53:13 +00002649#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002650extern __typeof (xmlNewTextWriter) xmlNewTextWriter__internal_alias __attribute((visibility("hidden")));
2651extern __typeof (xmlNewTextWriter) xmlNewTextWriter __attribute((alias("xmlNewTextWriter__internal_alias")));
2652#define xmlNewTextWriter xmlNewTextWriter__internal_alias
2653#endif
2654
William M. Brack21e4ef22005-01-02 09:53:13 +00002655#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002656extern __typeof (xmlNewTextWriterDoc) xmlNewTextWriterDoc__internal_alias __attribute((visibility("hidden")));
2657extern __typeof (xmlNewTextWriterDoc) xmlNewTextWriterDoc __attribute((alias("xmlNewTextWriterDoc__internal_alias")));
2658#define xmlNewTextWriterDoc xmlNewTextWriterDoc__internal_alias
2659#endif
2660
William M. Brack21e4ef22005-01-02 09:53:13 +00002661#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002662extern __typeof (xmlNewTextWriterFilename) xmlNewTextWriterFilename__internal_alias __attribute((visibility("hidden")));
2663extern __typeof (xmlNewTextWriterFilename) xmlNewTextWriterFilename __attribute((alias("xmlNewTextWriterFilename__internal_alias")));
2664#define xmlNewTextWriterFilename xmlNewTextWriterFilename__internal_alias
2665#endif
2666
William M. Brack21e4ef22005-01-02 09:53:13 +00002667#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002668extern __typeof (xmlNewTextWriterMemory) xmlNewTextWriterMemory__internal_alias __attribute((visibility("hidden")));
2669extern __typeof (xmlNewTextWriterMemory) xmlNewTextWriterMemory __attribute((alias("xmlNewTextWriterMemory__internal_alias")));
2670#define xmlNewTextWriterMemory xmlNewTextWriterMemory__internal_alias
2671#endif
2672
William M. Brack21e4ef22005-01-02 09:53:13 +00002673#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002674extern __typeof (xmlNewTextWriterPushParser) xmlNewTextWriterPushParser__internal_alias __attribute((visibility("hidden")));
2675extern __typeof (xmlNewTextWriterPushParser) xmlNewTextWriterPushParser __attribute((alias("xmlNewTextWriterPushParser__internal_alias")));
2676#define xmlNewTextWriterPushParser xmlNewTextWriterPushParser__internal_alias
2677#endif
2678
William M. Brack21e4ef22005-01-02 09:53:13 +00002679#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002680extern __typeof (xmlNewTextWriterTree) xmlNewTextWriterTree__internal_alias __attribute((visibility("hidden")));
2681extern __typeof (xmlNewTextWriterTree) xmlNewTextWriterTree __attribute((alias("xmlNewTextWriterTree__internal_alias")));
2682#define xmlNewTextWriterTree xmlNewTextWriterTree__internal_alias
2683#endif
2684
William M. Brack21e4ef22005-01-02 09:53:13 +00002685#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002686extern __typeof (xmlNewValidCtxt) xmlNewValidCtxt__internal_alias __attribute((visibility("hidden")));
2687extern __typeof (xmlNewValidCtxt) xmlNewValidCtxt __attribute((alias("xmlNewValidCtxt__internal_alias")));
2688#define xmlNewValidCtxt xmlNewValidCtxt__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002689#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002690
2691extern __typeof (xmlNextChar) xmlNextChar__internal_alias __attribute((visibility("hidden")));
2692extern __typeof (xmlNextChar) xmlNextChar __attribute((alias("xmlNextChar__internal_alias")));
2693#define xmlNextChar xmlNextChar__internal_alias
2694
2695extern __typeof (xmlNoNetExternalEntityLoader) xmlNoNetExternalEntityLoader__internal_alias __attribute((visibility("hidden")));
2696extern __typeof (xmlNoNetExternalEntityLoader) xmlNoNetExternalEntityLoader __attribute((alias("xmlNoNetExternalEntityLoader__internal_alias")));
2697#define xmlNoNetExternalEntityLoader xmlNoNetExternalEntityLoader__internal_alias
2698
2699extern __typeof (xmlNodeAddContent) xmlNodeAddContent__internal_alias __attribute((visibility("hidden")));
2700extern __typeof (xmlNodeAddContent) xmlNodeAddContent __attribute((alias("xmlNodeAddContent__internal_alias")));
2701#define xmlNodeAddContent xmlNodeAddContent__internal_alias
2702
2703extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen__internal_alias __attribute((visibility("hidden")));
2704extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen __attribute((alias("xmlNodeAddContentLen__internal_alias")));
2705#define xmlNodeAddContentLen xmlNodeAddContentLen__internal_alias
2706
2707extern __typeof (xmlNodeBufGetContent) xmlNodeBufGetContent__internal_alias __attribute((visibility("hidden")));
2708extern __typeof (xmlNodeBufGetContent) xmlNodeBufGetContent __attribute((alias("xmlNodeBufGetContent__internal_alias")));
2709#define xmlNodeBufGetContent xmlNodeBufGetContent__internal_alias
2710
William M. Brack21e4ef22005-01-02 09:53:13 +00002711#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002712extern __typeof (xmlNodeDump) xmlNodeDump__internal_alias __attribute((visibility("hidden")));
2713extern __typeof (xmlNodeDump) xmlNodeDump __attribute((alias("xmlNodeDump__internal_alias")));
2714#define xmlNodeDump xmlNodeDump__internal_alias
2715#endif
2716
William M. Brack21e4ef22005-01-02 09:53:13 +00002717#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002718extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput__internal_alias __attribute((visibility("hidden")));
2719extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput __attribute((alias("xmlNodeDumpOutput__internal_alias")));
2720#define xmlNodeDumpOutput xmlNodeDumpOutput__internal_alias
2721#endif
2722
2723extern __typeof (xmlNodeGetBase) xmlNodeGetBase__internal_alias __attribute((visibility("hidden")));
2724extern __typeof (xmlNodeGetBase) xmlNodeGetBase __attribute((alias("xmlNodeGetBase__internal_alias")));
2725#define xmlNodeGetBase xmlNodeGetBase__internal_alias
2726
2727extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidden")));
2728extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__internal_alias")));
2729#define xmlNodeGetContent xmlNodeGetContent__internal_alias
2730
2731extern __typeof (xmlNodeGetLang) xmlNodeGetLang__internal_alias __attribute((visibility("hidden")));
2732extern __typeof (xmlNodeGetLang) xmlNodeGetLang __attribute((alias("xmlNodeGetLang__internal_alias")));
2733#define xmlNodeGetLang xmlNodeGetLang__internal_alias
2734
2735extern __typeof (xmlNodeGetSpacePreserve) xmlNodeGetSpacePreserve__internal_alias __attribute((visibility("hidden")));
2736extern __typeof (xmlNodeGetSpacePreserve) xmlNodeGetSpacePreserve __attribute((alias("xmlNodeGetSpacePreserve__internal_alias")));
2737#define xmlNodeGetSpacePreserve xmlNodeGetSpacePreserve__internal_alias
2738
2739extern __typeof (xmlNodeIsText) xmlNodeIsText__internal_alias __attribute((visibility("hidden")));
2740extern __typeof (xmlNodeIsText) xmlNodeIsText __attribute((alias("xmlNodeIsText__internal_alias")));
2741#define xmlNodeIsText xmlNodeIsText__internal_alias
2742
William M. Brack21e4ef22005-01-02 09:53:13 +00002743#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002744extern __typeof (xmlNodeListGetRawString) xmlNodeListGetRawString__internal_alias __attribute((visibility("hidden")));
2745extern __typeof (xmlNodeListGetRawString) xmlNodeListGetRawString __attribute((alias("xmlNodeListGetRawString__internal_alias")));
2746#define xmlNodeListGetRawString xmlNodeListGetRawString__internal_alias
2747#endif
2748
2749extern __typeof (xmlNodeListGetString) xmlNodeListGetString__internal_alias __attribute((visibility("hidden")));
2750extern __typeof (xmlNodeListGetString) xmlNodeListGetString __attribute((alias("xmlNodeListGetString__internal_alias")));
2751#define xmlNodeListGetString xmlNodeListGetString__internal_alias
2752
William M. Brack21e4ef22005-01-02 09:53:13 +00002753#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002754extern __typeof (xmlNodeSetBase) xmlNodeSetBase__internal_alias __attribute((visibility("hidden")));
2755extern __typeof (xmlNodeSetBase) xmlNodeSetBase __attribute((alias("xmlNodeSetBase__internal_alias")));
2756#define xmlNodeSetBase xmlNodeSetBase__internal_alias
2757#endif
2758
2759extern __typeof (xmlNodeSetContent) xmlNodeSetContent__internal_alias __attribute((visibility("hidden")));
2760extern __typeof (xmlNodeSetContent) xmlNodeSetContent __attribute((alias("xmlNodeSetContent__internal_alias")));
2761#define xmlNodeSetContent xmlNodeSetContent__internal_alias
2762
William M. Brack21e4ef22005-01-02 09:53:13 +00002763#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002764extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen__internal_alias __attribute((visibility("hidden")));
2765extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen __attribute((alias("xmlNodeSetContentLen__internal_alias")));
2766#define xmlNodeSetContentLen xmlNodeSetContentLen__internal_alias
2767#endif
2768
William M. Brack21e4ef22005-01-02 09:53:13 +00002769#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002770extern __typeof (xmlNodeSetLang) xmlNodeSetLang__internal_alias __attribute((visibility("hidden")));
2771extern __typeof (xmlNodeSetLang) xmlNodeSetLang __attribute((alias("xmlNodeSetLang__internal_alias")));
2772#define xmlNodeSetLang xmlNodeSetLang__internal_alias
2773#endif
2774
William M. Brack21e4ef22005-01-02 09:53:13 +00002775#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002776extern __typeof (xmlNodeSetName) xmlNodeSetName__internal_alias __attribute((visibility("hidden")));
2777extern __typeof (xmlNodeSetName) xmlNodeSetName __attribute((alias("xmlNodeSetName__internal_alias")));
2778#define xmlNodeSetName xmlNodeSetName__internal_alias
2779#endif
2780
William M. Brack21e4ef22005-01-02 09:53:13 +00002781#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002782extern __typeof (xmlNodeSetSpacePreserve) xmlNodeSetSpacePreserve__internal_alias __attribute((visibility("hidden")));
2783extern __typeof (xmlNodeSetSpacePreserve) xmlNodeSetSpacePreserve __attribute((alias("xmlNodeSetSpacePreserve__internal_alias")));
2784#define xmlNodeSetSpacePreserve xmlNodeSetSpacePreserve__internal_alias
2785#endif
2786
2787extern __typeof (xmlNormalizeURIPath) xmlNormalizeURIPath__internal_alias __attribute((visibility("hidden")));
2788extern __typeof (xmlNormalizeURIPath) xmlNormalizeURIPath __attribute((alias("xmlNormalizeURIPath__internal_alias")));
2789#define xmlNormalizeURIPath xmlNormalizeURIPath__internal_alias
2790
2791extern __typeof (xmlNormalizeWindowsPath) xmlNormalizeWindowsPath__internal_alias __attribute((visibility("hidden")));
2792extern __typeof (xmlNormalizeWindowsPath) xmlNormalizeWindowsPath __attribute((alias("xmlNormalizeWindowsPath__internal_alias")));
2793#define xmlNormalizeWindowsPath xmlNormalizeWindowsPath__internal_alias
2794
William M. Brack21e4ef22005-01-02 09:53:13 +00002795#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002796extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose__internal_alias __attribute((visibility("hidden")));
2797extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose __attribute((alias("xmlOutputBufferClose__internal_alias")));
2798#define xmlOutputBufferClose xmlOutputBufferClose__internal_alias
2799#endif
2800
William M. Brack21e4ef22005-01-02 09:53:13 +00002801#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002802extern __typeof (xmlOutputBufferCreateFd) xmlOutputBufferCreateFd__internal_alias __attribute((visibility("hidden")));
2803extern __typeof (xmlOutputBufferCreateFd) xmlOutputBufferCreateFd __attribute((alias("xmlOutputBufferCreateFd__internal_alias")));
2804#define xmlOutputBufferCreateFd xmlOutputBufferCreateFd__internal_alias
2805#endif
2806
William M. Brack21e4ef22005-01-02 09:53:13 +00002807#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002808extern __typeof (xmlOutputBufferCreateFile) xmlOutputBufferCreateFile__internal_alias __attribute((visibility("hidden")));
2809extern __typeof (xmlOutputBufferCreateFile) xmlOutputBufferCreateFile __attribute((alias("xmlOutputBufferCreateFile__internal_alias")));
2810#define xmlOutputBufferCreateFile xmlOutputBufferCreateFile__internal_alias
2811#endif
2812
William M. Brack21e4ef22005-01-02 09:53:13 +00002813#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002814extern __typeof (xmlOutputBufferCreateFilename) xmlOutputBufferCreateFilename__internal_alias __attribute((visibility("hidden")));
2815extern __typeof (xmlOutputBufferCreateFilename) xmlOutputBufferCreateFilename __attribute((alias("xmlOutputBufferCreateFilename__internal_alias")));
2816#define xmlOutputBufferCreateFilename xmlOutputBufferCreateFilename__internal_alias
2817#endif
2818
2819extern __typeof (xmlOutputBufferCreateFilenameDefault) xmlOutputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
2820extern __typeof (xmlOutputBufferCreateFilenameDefault) xmlOutputBufferCreateFilenameDefault __attribute((alias("xmlOutputBufferCreateFilenameDefault__internal_alias")));
2821#define xmlOutputBufferCreateFilenameDefault xmlOutputBufferCreateFilenameDefault__internal_alias
2822
William M. Brack21e4ef22005-01-02 09:53:13 +00002823#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002824extern __typeof (xmlOutputBufferCreateIO) xmlOutputBufferCreateIO__internal_alias __attribute((visibility("hidden")));
2825extern __typeof (xmlOutputBufferCreateIO) xmlOutputBufferCreateIO __attribute((alias("xmlOutputBufferCreateIO__internal_alias")));
2826#define xmlOutputBufferCreateIO xmlOutputBufferCreateIO__internal_alias
2827#endif
2828
William M. Brack21e4ef22005-01-02 09:53:13 +00002829#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002830extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush__internal_alias __attribute((visibility("hidden")));
2831extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush __attribute((alias("xmlOutputBufferFlush__internal_alias")));
2832#define xmlOutputBufferFlush xmlOutputBufferFlush__internal_alias
2833#endif
2834
William M. Brack21e4ef22005-01-02 09:53:13 +00002835#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002836extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite__internal_alias __attribute((visibility("hidden")));
2837extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite __attribute((alias("xmlOutputBufferWrite__internal_alias")));
2838#define xmlOutputBufferWrite xmlOutputBufferWrite__internal_alias
2839#endif
2840
William M. Brack21e4ef22005-01-02 09:53:13 +00002841#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002842extern __typeof (xmlOutputBufferWriteEscape) xmlOutputBufferWriteEscape__internal_alias __attribute((visibility("hidden")));
2843extern __typeof (xmlOutputBufferWriteEscape) xmlOutputBufferWriteEscape __attribute((alias("xmlOutputBufferWriteEscape__internal_alias")));
2844#define xmlOutputBufferWriteEscape xmlOutputBufferWriteEscape__internal_alias
2845#endif
2846
William M. Brack21e4ef22005-01-02 09:53:13 +00002847#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002848extern __typeof (xmlOutputBufferWriteString) xmlOutputBufferWriteString__internal_alias __attribute((visibility("hidden")));
2849extern __typeof (xmlOutputBufferWriteString) xmlOutputBufferWriteString __attribute((alias("xmlOutputBufferWriteString__internal_alias")));
2850#define xmlOutputBufferWriteString xmlOutputBufferWriteString__internal_alias
2851#endif
2852
2853extern __typeof (xmlParseAttValue) xmlParseAttValue__internal_alias __attribute((visibility("hidden")));
2854extern __typeof (xmlParseAttValue) xmlParseAttValue __attribute((alias("xmlParseAttValue__internal_alias")));
2855#define xmlParseAttValue xmlParseAttValue__internal_alias
2856
William M. Brack21e4ef22005-01-02 09:53:13 +00002857#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002858extern __typeof (xmlParseAttribute) xmlParseAttribute__internal_alias __attribute((visibility("hidden")));
2859extern __typeof (xmlParseAttribute) xmlParseAttribute __attribute((alias("xmlParseAttribute__internal_alias")));
2860#define xmlParseAttribute xmlParseAttribute__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002861#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002862
2863extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl__internal_alias __attribute((visibility("hidden")));
2864extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl __attribute((alias("xmlParseAttributeListDecl__internal_alias")));
2865#define xmlParseAttributeListDecl xmlParseAttributeListDecl__internal_alias
2866
2867extern __typeof (xmlParseAttributeType) xmlParseAttributeType__internal_alias __attribute((visibility("hidden")));
2868extern __typeof (xmlParseAttributeType) xmlParseAttributeType __attribute((alias("xmlParseAttributeType__internal_alias")));
2869#define xmlParseAttributeType xmlParseAttributeType__internal_alias
2870
William M. Brack21e4ef22005-01-02 09:53:13 +00002871#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002872extern __typeof (xmlParseBalancedChunkMemory) xmlParseBalancedChunkMemory__internal_alias __attribute((visibility("hidden")));
2873extern __typeof (xmlParseBalancedChunkMemory) xmlParseBalancedChunkMemory __attribute((alias("xmlParseBalancedChunkMemory__internal_alias")));
2874#define xmlParseBalancedChunkMemory xmlParseBalancedChunkMemory__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002875#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002876
William M. Brack21e4ef22005-01-02 09:53:13 +00002877#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002878extern __typeof (xmlParseBalancedChunkMemoryRecover) xmlParseBalancedChunkMemoryRecover__internal_alias __attribute((visibility("hidden")));
2879extern __typeof (xmlParseBalancedChunkMemoryRecover) xmlParseBalancedChunkMemoryRecover __attribute((alias("xmlParseBalancedChunkMemoryRecover__internal_alias")));
2880#define xmlParseBalancedChunkMemoryRecover xmlParseBalancedChunkMemoryRecover__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002881#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002882
2883extern __typeof (xmlParseCDSect) xmlParseCDSect__internal_alias __attribute((visibility("hidden")));
2884extern __typeof (xmlParseCDSect) xmlParseCDSect __attribute((alias("xmlParseCDSect__internal_alias")));
2885#define xmlParseCDSect xmlParseCDSect__internal_alias
2886
William M. Brack21e4ef22005-01-02 09:53:13 +00002887#if defined(LIBXML_CATALOG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002888extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile__internal_alias __attribute((visibility("hidden")));
2889extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile __attribute((alias("xmlParseCatalogFile__internal_alias")));
2890#define xmlParseCatalogFile xmlParseCatalogFile__internal_alias
2891#endif
2892
2893extern __typeof (xmlParseCharData) xmlParseCharData__internal_alias __attribute((visibility("hidden")));
2894extern __typeof (xmlParseCharData) xmlParseCharData __attribute((alias("xmlParseCharData__internal_alias")));
2895#define xmlParseCharData xmlParseCharData__internal_alias
2896
2897extern __typeof (xmlParseCharEncoding) xmlParseCharEncoding__internal_alias __attribute((visibility("hidden")));
2898extern __typeof (xmlParseCharEncoding) xmlParseCharEncoding __attribute((alias("xmlParseCharEncoding__internal_alias")));
2899#define xmlParseCharEncoding xmlParseCharEncoding__internal_alias
2900
2901extern __typeof (xmlParseCharRef) xmlParseCharRef__internal_alias __attribute((visibility("hidden")));
2902extern __typeof (xmlParseCharRef) xmlParseCharRef __attribute((alias("xmlParseCharRef__internal_alias")));
2903#define xmlParseCharRef xmlParseCharRef__internal_alias
2904
William M. Brack21e4ef22005-01-02 09:53:13 +00002905#if defined(LIBXML_PUSH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002906extern __typeof (xmlParseChunk) xmlParseChunk__internal_alias __attribute((visibility("hidden")));
2907extern __typeof (xmlParseChunk) xmlParseChunk __attribute((alias("xmlParseChunk__internal_alias")));
2908#define xmlParseChunk xmlParseChunk__internal_alias
2909#endif
2910
2911extern __typeof (xmlParseComment) xmlParseComment__internal_alias __attribute((visibility("hidden")));
2912extern __typeof (xmlParseComment) xmlParseComment __attribute((alias("xmlParseComment__internal_alias")));
2913#define xmlParseComment xmlParseComment__internal_alias
2914
2915extern __typeof (xmlParseContent) xmlParseContent__internal_alias __attribute((visibility("hidden")));
2916extern __typeof (xmlParseContent) xmlParseContent __attribute((alias("xmlParseContent__internal_alias")));
2917#define xmlParseContent xmlParseContent__internal_alias
2918
2919extern __typeof (xmlParseCtxtExternalEntity) xmlParseCtxtExternalEntity__internal_alias __attribute((visibility("hidden")));
2920extern __typeof (xmlParseCtxtExternalEntity) xmlParseCtxtExternalEntity __attribute((alias("xmlParseCtxtExternalEntity__internal_alias")));
2921#define xmlParseCtxtExternalEntity xmlParseCtxtExternalEntity__internal_alias
2922
William M. Brack21e4ef22005-01-02 09:53:13 +00002923#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002924extern __typeof (xmlParseDTD) xmlParseDTD__internal_alias __attribute((visibility("hidden")));
2925extern __typeof (xmlParseDTD) xmlParseDTD __attribute((alias("xmlParseDTD__internal_alias")));
2926#define xmlParseDTD xmlParseDTD__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002927#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002928
2929extern __typeof (xmlParseDefaultDecl) xmlParseDefaultDecl__internal_alias __attribute((visibility("hidden")));
2930extern __typeof (xmlParseDefaultDecl) xmlParseDefaultDecl __attribute((alias("xmlParseDefaultDecl__internal_alias")));
2931#define xmlParseDefaultDecl xmlParseDefaultDecl__internal_alias
2932
William M. Brack21e4ef22005-01-02 09:53:13 +00002933#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002934extern __typeof (xmlParseDoc) xmlParseDoc__internal_alias __attribute((visibility("hidden")));
2935extern __typeof (xmlParseDoc) xmlParseDoc __attribute((alias("xmlParseDoc__internal_alias")));
2936#define xmlParseDoc xmlParseDoc__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002937#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002938
2939extern __typeof (xmlParseDocTypeDecl) xmlParseDocTypeDecl__internal_alias __attribute((visibility("hidden")));
2940extern __typeof (xmlParseDocTypeDecl) xmlParseDocTypeDecl __attribute((alias("xmlParseDocTypeDecl__internal_alias")));
2941#define xmlParseDocTypeDecl xmlParseDocTypeDecl__internal_alias
2942
2943extern __typeof (xmlParseDocument) xmlParseDocument__internal_alias __attribute((visibility("hidden")));
2944extern __typeof (xmlParseDocument) xmlParseDocument __attribute((alias("xmlParseDocument__internal_alias")));
2945#define xmlParseDocument xmlParseDocument__internal_alias
2946
2947extern __typeof (xmlParseElement) xmlParseElement__internal_alias __attribute((visibility("hidden")));
2948extern __typeof (xmlParseElement) xmlParseElement __attribute((alias("xmlParseElement__internal_alias")));
2949#define xmlParseElement xmlParseElement__internal_alias
2950
2951extern __typeof (xmlParseElementChildrenContentDecl) xmlParseElementChildrenContentDecl__internal_alias __attribute((visibility("hidden")));
2952extern __typeof (xmlParseElementChildrenContentDecl) xmlParseElementChildrenContentDecl __attribute((alias("xmlParseElementChildrenContentDecl__internal_alias")));
2953#define xmlParseElementChildrenContentDecl xmlParseElementChildrenContentDecl__internal_alias
2954
2955extern __typeof (xmlParseElementContentDecl) xmlParseElementContentDecl__internal_alias __attribute((visibility("hidden")));
2956extern __typeof (xmlParseElementContentDecl) xmlParseElementContentDecl __attribute((alias("xmlParseElementContentDecl__internal_alias")));
2957#define xmlParseElementContentDecl xmlParseElementContentDecl__internal_alias
2958
2959extern __typeof (xmlParseElementDecl) xmlParseElementDecl__internal_alias __attribute((visibility("hidden")));
2960extern __typeof (xmlParseElementDecl) xmlParseElementDecl __attribute((alias("xmlParseElementDecl__internal_alias")));
2961#define xmlParseElementDecl xmlParseElementDecl__internal_alias
2962
2963extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl__internal_alias __attribute((visibility("hidden")));
2964extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl __attribute((alias("xmlParseElementMixedContentDecl__internal_alias")));
2965#define xmlParseElementMixedContentDecl xmlParseElementMixedContentDecl__internal_alias
2966
2967extern __typeof (xmlParseEncName) xmlParseEncName__internal_alias __attribute((visibility("hidden")));
2968extern __typeof (xmlParseEncName) xmlParseEncName __attribute((alias("xmlParseEncName__internal_alias")));
2969#define xmlParseEncName xmlParseEncName__internal_alias
2970
2971extern __typeof (xmlParseEncodingDecl) xmlParseEncodingDecl__internal_alias __attribute((visibility("hidden")));
2972extern __typeof (xmlParseEncodingDecl) xmlParseEncodingDecl __attribute((alias("xmlParseEncodingDecl__internal_alias")));
2973#define xmlParseEncodingDecl xmlParseEncodingDecl__internal_alias
2974
William M. Brack21e4ef22005-01-02 09:53:13 +00002975#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002976extern __typeof (xmlParseEndTag) xmlParseEndTag__internal_alias __attribute((visibility("hidden")));
2977extern __typeof (xmlParseEndTag) xmlParseEndTag __attribute((alias("xmlParseEndTag__internal_alias")));
2978#define xmlParseEndTag xmlParseEndTag__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002979#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002980
William M. Brack21e4ef22005-01-02 09:53:13 +00002981#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00002982extern __typeof (xmlParseEntity) xmlParseEntity__internal_alias __attribute((visibility("hidden")));
2983extern __typeof (xmlParseEntity) xmlParseEntity __attribute((alias("xmlParseEntity__internal_alias")));
2984#define xmlParseEntity xmlParseEntity__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00002985#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00002986
2987extern __typeof (xmlParseEntityDecl) xmlParseEntityDecl__internal_alias __attribute((visibility("hidden")));
2988extern __typeof (xmlParseEntityDecl) xmlParseEntityDecl __attribute((alias("xmlParseEntityDecl__internal_alias")));
2989#define xmlParseEntityDecl xmlParseEntityDecl__internal_alias
2990
2991extern __typeof (xmlParseEntityRef) xmlParseEntityRef__internal_alias __attribute((visibility("hidden")));
2992extern __typeof (xmlParseEntityRef) xmlParseEntityRef __attribute((alias("xmlParseEntityRef__internal_alias")));
2993#define xmlParseEntityRef xmlParseEntityRef__internal_alias
2994
2995extern __typeof (xmlParseEntityValue) xmlParseEntityValue__internal_alias __attribute((visibility("hidden")));
2996extern __typeof (xmlParseEntityValue) xmlParseEntityValue __attribute((alias("xmlParseEntityValue__internal_alias")));
2997#define xmlParseEntityValue xmlParseEntityValue__internal_alias
2998
2999extern __typeof (xmlParseEnumeratedType) xmlParseEnumeratedType__internal_alias __attribute((visibility("hidden")));
3000extern __typeof (xmlParseEnumeratedType) xmlParseEnumeratedType __attribute((alias("xmlParseEnumeratedType__internal_alias")));
3001#define xmlParseEnumeratedType xmlParseEnumeratedType__internal_alias
3002
3003extern __typeof (xmlParseEnumerationType) xmlParseEnumerationType__internal_alias __attribute((visibility("hidden")));
3004extern __typeof (xmlParseEnumerationType) xmlParseEnumerationType __attribute((alias("xmlParseEnumerationType__internal_alias")));
3005#define xmlParseEnumerationType xmlParseEnumerationType__internal_alias
3006
3007extern __typeof (xmlParseExtParsedEnt) xmlParseExtParsedEnt__internal_alias __attribute((visibility("hidden")));
3008extern __typeof (xmlParseExtParsedEnt) xmlParseExtParsedEnt __attribute((alias("xmlParseExtParsedEnt__internal_alias")));
3009#define xmlParseExtParsedEnt xmlParseExtParsedEnt__internal_alias
3010
William M. Brack21e4ef22005-01-02 09:53:13 +00003011#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003012extern __typeof (xmlParseExternalEntity) xmlParseExternalEntity__internal_alias __attribute((visibility("hidden")));
3013extern __typeof (xmlParseExternalEntity) xmlParseExternalEntity __attribute((alias("xmlParseExternalEntity__internal_alias")));
3014#define xmlParseExternalEntity xmlParseExternalEntity__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003015#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003016
3017extern __typeof (xmlParseExternalID) xmlParseExternalID__internal_alias __attribute((visibility("hidden")));
3018extern __typeof (xmlParseExternalID) xmlParseExternalID __attribute((alias("xmlParseExternalID__internal_alias")));
3019#define xmlParseExternalID xmlParseExternalID__internal_alias
3020
3021extern __typeof (xmlParseExternalSubset) xmlParseExternalSubset__internal_alias __attribute((visibility("hidden")));
3022extern __typeof (xmlParseExternalSubset) xmlParseExternalSubset __attribute((alias("xmlParseExternalSubset__internal_alias")));
3023#define xmlParseExternalSubset xmlParseExternalSubset__internal_alias
3024
William M. Brack21e4ef22005-01-02 09:53:13 +00003025#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003026extern __typeof (xmlParseFile) xmlParseFile__internal_alias __attribute((visibility("hidden")));
3027extern __typeof (xmlParseFile) xmlParseFile __attribute((alias("xmlParseFile__internal_alias")));
3028#define xmlParseFile xmlParseFile__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003029#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003030
Daniel Veillard259f0df2004-08-18 09:13:18 +00003031extern __typeof (xmlParseInNodeContext) xmlParseInNodeContext__internal_alias __attribute((visibility("hidden")));
3032extern __typeof (xmlParseInNodeContext) xmlParseInNodeContext __attribute((alias("xmlParseInNodeContext__internal_alias")));
3033#define xmlParseInNodeContext xmlParseInNodeContext__internal_alias
3034
Daniel Veillarda2351322004-06-27 12:08:10 +00003035extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl__internal_alias __attribute((visibility("hidden")));
3036extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl __attribute((alias("xmlParseMarkupDecl__internal_alias")));
3037#define xmlParseMarkupDecl xmlParseMarkupDecl__internal_alias
3038
William M. Brack21e4ef22005-01-02 09:53:13 +00003039#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003040extern __typeof (xmlParseMemory) xmlParseMemory__internal_alias __attribute((visibility("hidden")));
3041extern __typeof (xmlParseMemory) xmlParseMemory __attribute((alias("xmlParseMemory__internal_alias")));
3042#define xmlParseMemory xmlParseMemory__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003043#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003044
3045extern __typeof (xmlParseMisc) xmlParseMisc__internal_alias __attribute((visibility("hidden")));
3046extern __typeof (xmlParseMisc) xmlParseMisc __attribute((alias("xmlParseMisc__internal_alias")));
3047#define xmlParseMisc xmlParseMisc__internal_alias
3048
3049extern __typeof (xmlParseName) xmlParseName__internal_alias __attribute((visibility("hidden")));
3050extern __typeof (xmlParseName) xmlParseName __attribute((alias("xmlParseName__internal_alias")));
3051#define xmlParseName xmlParseName__internal_alias
3052
William M. Brack21e4ef22005-01-02 09:53:13 +00003053#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003054extern __typeof (xmlParseNamespace) xmlParseNamespace__internal_alias __attribute((visibility("hidden")));
3055extern __typeof (xmlParseNamespace) xmlParseNamespace __attribute((alias("xmlParseNamespace__internal_alias")));
3056#define xmlParseNamespace xmlParseNamespace__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003057#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003058
3059extern __typeof (xmlParseNmtoken) xmlParseNmtoken__internal_alias __attribute((visibility("hidden")));
3060extern __typeof (xmlParseNmtoken) xmlParseNmtoken __attribute((alias("xmlParseNmtoken__internal_alias")));
3061#define xmlParseNmtoken xmlParseNmtoken__internal_alias
3062
3063extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl__internal_alias __attribute((visibility("hidden")));
3064extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl __attribute((alias("xmlParseNotationDecl__internal_alias")));
3065#define xmlParseNotationDecl xmlParseNotationDecl__internal_alias
3066
3067extern __typeof (xmlParseNotationType) xmlParseNotationType__internal_alias __attribute((visibility("hidden")));
3068extern __typeof (xmlParseNotationType) xmlParseNotationType __attribute((alias("xmlParseNotationType__internal_alias")));
3069#define xmlParseNotationType xmlParseNotationType__internal_alias
3070
3071extern __typeof (xmlParsePEReference) xmlParsePEReference__internal_alias __attribute((visibility("hidden")));
3072extern __typeof (xmlParsePEReference) xmlParsePEReference __attribute((alias("xmlParsePEReference__internal_alias")));
3073#define xmlParsePEReference xmlParsePEReference__internal_alias
3074
3075extern __typeof (xmlParsePI) xmlParsePI__internal_alias __attribute((visibility("hidden")));
3076extern __typeof (xmlParsePI) xmlParsePI __attribute((alias("xmlParsePI__internal_alias")));
3077#define xmlParsePI xmlParsePI__internal_alias
3078
3079extern __typeof (xmlParsePITarget) xmlParsePITarget__internal_alias __attribute((visibility("hidden")));
3080extern __typeof (xmlParsePITarget) xmlParsePITarget __attribute((alias("xmlParsePITarget__internal_alias")));
3081#define xmlParsePITarget xmlParsePITarget__internal_alias
3082
3083extern __typeof (xmlParsePubidLiteral) xmlParsePubidLiteral__internal_alias __attribute((visibility("hidden")));
3084extern __typeof (xmlParsePubidLiteral) xmlParsePubidLiteral __attribute((alias("xmlParsePubidLiteral__internal_alias")));
3085#define xmlParsePubidLiteral xmlParsePubidLiteral__internal_alias
3086
William M. Brack21e4ef22005-01-02 09:53:13 +00003087#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003088extern __typeof (xmlParseQuotedString) xmlParseQuotedString__internal_alias __attribute((visibility("hidden")));
3089extern __typeof (xmlParseQuotedString) xmlParseQuotedString __attribute((alias("xmlParseQuotedString__internal_alias")));
3090#define xmlParseQuotedString xmlParseQuotedString__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003091#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003092
3093extern __typeof (xmlParseReference) xmlParseReference__internal_alias __attribute((visibility("hidden")));
3094extern __typeof (xmlParseReference) xmlParseReference __attribute((alias("xmlParseReference__internal_alias")));
3095#define xmlParseReference xmlParseReference__internal_alias
3096
3097extern __typeof (xmlParseSDDecl) xmlParseSDDecl__internal_alias __attribute((visibility("hidden")));
3098extern __typeof (xmlParseSDDecl) xmlParseSDDecl __attribute((alias("xmlParseSDDecl__internal_alias")));
3099#define xmlParseSDDecl xmlParseSDDecl__internal_alias
3100
William M. Brack21e4ef22005-01-02 09:53:13 +00003101#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003102extern __typeof (xmlParseStartTag) xmlParseStartTag__internal_alias __attribute((visibility("hidden")));
3103extern __typeof (xmlParseStartTag) xmlParseStartTag __attribute((alias("xmlParseStartTag__internal_alias")));
3104#define xmlParseStartTag xmlParseStartTag__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003105#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003106
3107extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral__internal_alias __attribute((visibility("hidden")));
3108extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral __attribute((alias("xmlParseSystemLiteral__internal_alias")));
3109#define xmlParseSystemLiteral xmlParseSystemLiteral__internal_alias
3110
3111extern __typeof (xmlParseTextDecl) xmlParseTextDecl__internal_alias __attribute((visibility("hidden")));
3112extern __typeof (xmlParseTextDecl) xmlParseTextDecl __attribute((alias("xmlParseTextDecl__internal_alias")));
3113#define xmlParseTextDecl xmlParseTextDecl__internal_alias
3114
3115extern __typeof (xmlParseURI) xmlParseURI__internal_alias __attribute((visibility("hidden")));
3116extern __typeof (xmlParseURI) xmlParseURI __attribute((alias("xmlParseURI__internal_alias")));
3117#define xmlParseURI xmlParseURI__internal_alias
3118
3119extern __typeof (xmlParseURIReference) xmlParseURIReference__internal_alias __attribute((visibility("hidden")));
3120extern __typeof (xmlParseURIReference) xmlParseURIReference __attribute((alias("xmlParseURIReference__internal_alias")));
3121#define xmlParseURIReference xmlParseURIReference__internal_alias
3122
3123extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo__internal_alias __attribute((visibility("hidden")));
3124extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo __attribute((alias("xmlParseVersionInfo__internal_alias")));
3125#define xmlParseVersionInfo xmlParseVersionInfo__internal_alias
3126
3127extern __typeof (xmlParseVersionNum) xmlParseVersionNum__internal_alias __attribute((visibility("hidden")));
3128extern __typeof (xmlParseVersionNum) xmlParseVersionNum __attribute((alias("xmlParseVersionNum__internal_alias")));
3129#define xmlParseVersionNum xmlParseVersionNum__internal_alias
3130
3131extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl__internal_alias __attribute((visibility("hidden")));
3132extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl __attribute((alias("xmlParseXMLDecl__internal_alias")));
3133#define xmlParseXMLDecl xmlParseXMLDecl__internal_alias
3134
3135extern __typeof (xmlParserAddNodeInfo) xmlParserAddNodeInfo__internal_alias __attribute((visibility("hidden")));
3136extern __typeof (xmlParserAddNodeInfo) xmlParserAddNodeInfo __attribute((alias("xmlParserAddNodeInfo__internal_alias")));
3137#define xmlParserAddNodeInfo xmlParserAddNodeInfo__internal_alias
3138
3139extern __typeof (xmlParserError) xmlParserError__internal_alias __attribute((visibility("hidden")));
3140extern __typeof (xmlParserError) xmlParserError __attribute((alias("xmlParserError__internal_alias")));
3141#define xmlParserError xmlParserError__internal_alias
3142
3143extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo__internal_alias __attribute((visibility("hidden")));
3144extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo __attribute((alias("xmlParserFindNodeInfo__internal_alias")));
3145#define xmlParserFindNodeInfo xmlParserFindNodeInfo__internal_alias
3146
3147extern __typeof (xmlParserFindNodeInfoIndex) xmlParserFindNodeInfoIndex__internal_alias __attribute((visibility("hidden")));
3148extern __typeof (xmlParserFindNodeInfoIndex) xmlParserFindNodeInfoIndex __attribute((alias("xmlParserFindNodeInfoIndex__internal_alias")));
3149#define xmlParserFindNodeInfoIndex xmlParserFindNodeInfoIndex__internal_alias
3150
3151extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory__internal_alias __attribute((visibility("hidden")));
3152extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory __attribute((alias("xmlParserGetDirectory__internal_alias")));
3153#define xmlParserGetDirectory xmlParserGetDirectory__internal_alias
3154
3155extern __typeof (xmlParserHandlePEReference) xmlParserHandlePEReference__internal_alias __attribute((visibility("hidden")));
3156extern __typeof (xmlParserHandlePEReference) xmlParserHandlePEReference __attribute((alias("xmlParserHandlePEReference__internal_alias")));
3157#define xmlParserHandlePEReference xmlParserHandlePEReference__internal_alias
3158
William M. Brack21e4ef22005-01-02 09:53:13 +00003159#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003160extern __typeof (xmlParserHandleReference) xmlParserHandleReference__internal_alias __attribute((visibility("hidden")));
3161extern __typeof (xmlParserHandleReference) xmlParserHandleReference __attribute((alias("xmlParserHandleReference__internal_alias")));
3162#define xmlParserHandleReference xmlParserHandleReference__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003163#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003164
3165extern __typeof (xmlParserInputBufferCreateFd) xmlParserInputBufferCreateFd__internal_alias __attribute((visibility("hidden")));
3166extern __typeof (xmlParserInputBufferCreateFd) xmlParserInputBufferCreateFd __attribute((alias("xmlParserInputBufferCreateFd__internal_alias")));
3167#define xmlParserInputBufferCreateFd xmlParserInputBufferCreateFd__internal_alias
3168
3169extern __typeof (xmlParserInputBufferCreateFile) xmlParserInputBufferCreateFile__internal_alias __attribute((visibility("hidden")));
3170extern __typeof (xmlParserInputBufferCreateFile) xmlParserInputBufferCreateFile __attribute((alias("xmlParserInputBufferCreateFile__internal_alias")));
3171#define xmlParserInputBufferCreateFile xmlParserInputBufferCreateFile__internal_alias
3172
3173extern __typeof (xmlParserInputBufferCreateFilename) xmlParserInputBufferCreateFilename__internal_alias __attribute((visibility("hidden")));
3174extern __typeof (xmlParserInputBufferCreateFilename) xmlParserInputBufferCreateFilename __attribute((alias("xmlParserInputBufferCreateFilename__internal_alias")));
3175#define xmlParserInputBufferCreateFilename xmlParserInputBufferCreateFilename__internal_alias
3176
3177extern __typeof (xmlParserInputBufferCreateFilenameDefault) xmlParserInputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
3178extern __typeof (xmlParserInputBufferCreateFilenameDefault) xmlParserInputBufferCreateFilenameDefault __attribute((alias("xmlParserInputBufferCreateFilenameDefault__internal_alias")));
3179#define xmlParserInputBufferCreateFilenameDefault xmlParserInputBufferCreateFilenameDefault__internal_alias
3180
3181extern __typeof (xmlParserInputBufferCreateIO) xmlParserInputBufferCreateIO__internal_alias __attribute((visibility("hidden")));
3182extern __typeof (xmlParserInputBufferCreateIO) xmlParserInputBufferCreateIO __attribute((alias("xmlParserInputBufferCreateIO__internal_alias")));
3183#define xmlParserInputBufferCreateIO xmlParserInputBufferCreateIO__internal_alias
3184
3185extern __typeof (xmlParserInputBufferCreateMem) xmlParserInputBufferCreateMem__internal_alias __attribute((visibility("hidden")));
3186extern __typeof (xmlParserInputBufferCreateMem) xmlParserInputBufferCreateMem __attribute((alias("xmlParserInputBufferCreateMem__internal_alias")));
3187#define xmlParserInputBufferCreateMem xmlParserInputBufferCreateMem__internal_alias
3188
3189extern __typeof (xmlParserInputBufferCreateStatic) xmlParserInputBufferCreateStatic__internal_alias __attribute((visibility("hidden")));
3190extern __typeof (xmlParserInputBufferCreateStatic) xmlParserInputBufferCreateStatic __attribute((alias("xmlParserInputBufferCreateStatic__internal_alias")));
3191#define xmlParserInputBufferCreateStatic xmlParserInputBufferCreateStatic__internal_alias
3192
3193extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow__internal_alias __attribute((visibility("hidden")));
3194extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow __attribute((alias("xmlParserInputBufferGrow__internal_alias")));
3195#define xmlParserInputBufferGrow xmlParserInputBufferGrow__internal_alias
3196
3197extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush__internal_alias __attribute((visibility("hidden")));
3198extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush __attribute((alias("xmlParserInputBufferPush__internal_alias")));
3199#define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias
3200
3201extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((visibility("hidden")));
3202extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserInputBufferRead__internal_alias")));
3203#define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias
3204
3205extern __typeof (xmlParserInputGrow) xmlParserInputGrow__internal_alias __attribute((visibility("hidden")));
3206extern __typeof (xmlParserInputGrow) xmlParserInputGrow __attribute((alias("xmlParserInputGrow__internal_alias")));
3207#define xmlParserInputGrow xmlParserInputGrow__internal_alias
3208
3209extern __typeof (xmlParserInputRead) xmlParserInputRead__internal_alias __attribute((visibility("hidden")));
3210extern __typeof (xmlParserInputRead) xmlParserInputRead __attribute((alias("xmlParserInputRead__internal_alias")));
3211#define xmlParserInputRead xmlParserInputRead__internal_alias
3212
3213extern __typeof (xmlParserInputShrink) xmlParserInputShrink__internal_alias __attribute((visibility("hidden")));
3214extern __typeof (xmlParserInputShrink) xmlParserInputShrink __attribute((alias("xmlParserInputShrink__internal_alias")));
3215#define xmlParserInputShrink xmlParserInputShrink__internal_alias
3216
3217extern __typeof (xmlParserPrintFileContext) xmlParserPrintFileContext__internal_alias __attribute((visibility("hidden")));
3218extern __typeof (xmlParserPrintFileContext) xmlParserPrintFileContext __attribute((alias("xmlParserPrintFileContext__internal_alias")));
3219#define xmlParserPrintFileContext xmlParserPrintFileContext__internal_alias
3220
3221extern __typeof (xmlParserPrintFileInfo) xmlParserPrintFileInfo__internal_alias __attribute((visibility("hidden")));
3222extern __typeof (xmlParserPrintFileInfo) xmlParserPrintFileInfo __attribute((alias("xmlParserPrintFileInfo__internal_alias")));
3223#define xmlParserPrintFileInfo xmlParserPrintFileInfo__internal_alias
3224
3225extern __typeof (xmlParserValidityError) xmlParserValidityError__internal_alias __attribute((visibility("hidden")));
3226extern __typeof (xmlParserValidityError) xmlParserValidityError __attribute((alias("xmlParserValidityError__internal_alias")));
3227#define xmlParserValidityError xmlParserValidityError__internal_alias
3228
3229extern __typeof (xmlParserValidityWarning) xmlParserValidityWarning__internal_alias __attribute((visibility("hidden")));
3230extern __typeof (xmlParserValidityWarning) xmlParserValidityWarning __attribute((alias("xmlParserValidityWarning__internal_alias")));
3231#define xmlParserValidityWarning xmlParserValidityWarning__internal_alias
3232
3233extern __typeof (xmlParserWarning) xmlParserWarning__internal_alias __attribute((visibility("hidden")));
3234extern __typeof (xmlParserWarning) xmlParserWarning __attribute((alias("xmlParserWarning__internal_alias")));
3235#define xmlParserWarning xmlParserWarning__internal_alias
3236
William M. Brack21e4ef22005-01-02 09:53:13 +00003237#if defined(LIBXML_PATTERN_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003238extern __typeof (xmlPatternMatch) xmlPatternMatch__internal_alias __attribute((visibility("hidden")));
3239extern __typeof (xmlPatternMatch) xmlPatternMatch __attribute((alias("xmlPatternMatch__internal_alias")));
3240#define xmlPatternMatch xmlPatternMatch__internal_alias
3241#endif
3242
William M. Brack21e4ef22005-01-02 09:53:13 +00003243#if defined(LIBXML_PATTERN_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003244extern __typeof (xmlPatterncompile) xmlPatterncompile__internal_alias __attribute((visibility("hidden")));
3245extern __typeof (xmlPatterncompile) xmlPatterncompile __attribute((alias("xmlPatterncompile__internal_alias")));
3246#define xmlPatterncompile xmlPatterncompile__internal_alias
3247#endif
3248
3249extern __typeof (xmlPedanticParserDefault) xmlPedanticParserDefault__internal_alias __attribute((visibility("hidden")));
3250extern __typeof (xmlPedanticParserDefault) xmlPedanticParserDefault __attribute((alias("xmlPedanticParserDefault__internal_alias")));
3251#define xmlPedanticParserDefault xmlPedanticParserDefault__internal_alias
3252
3253extern __typeof (xmlPopInput) xmlPopInput__internal_alias __attribute((visibility("hidden")));
3254extern __typeof (xmlPopInput) xmlPopInput __attribute((alias("xmlPopInput__internal_alias")));
3255#define xmlPopInput xmlPopInput__internal_alias
3256
3257extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks__internal_alias __attribute((visibility("hidden")));
3258extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks __attribute((alias("xmlPopInputCallbacks__internal_alias")));
3259#define xmlPopInputCallbacks xmlPopInputCallbacks__internal_alias
3260
3261extern __typeof (xmlPrintURI) xmlPrintURI__internal_alias __attribute((visibility("hidden")));
3262extern __typeof (xmlPrintURI) xmlPrintURI __attribute((alias("xmlPrintURI__internal_alias")));
3263#define xmlPrintURI xmlPrintURI__internal_alias
3264
3265extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden")));
3266extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias")));
3267#define xmlPushInput xmlPushInput__internal_alias
3268
3269extern __typeof (xmlRMutexLock) xmlRMutexLock__internal_alias __attribute((visibility("hidden")));
3270extern __typeof (xmlRMutexLock) xmlRMutexLock __attribute((alias("xmlRMutexLock__internal_alias")));
3271#define xmlRMutexLock xmlRMutexLock__internal_alias
3272
3273extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock__internal_alias __attribute((visibility("hidden")));
3274extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock __attribute((alias("xmlRMutexUnlock__internal_alias")));
3275#define xmlRMutexUnlock xmlRMutexUnlock__internal_alias
3276
3277extern __typeof (xmlReadDoc) xmlReadDoc__internal_alias __attribute((visibility("hidden")));
3278extern __typeof (xmlReadDoc) xmlReadDoc __attribute((alias("xmlReadDoc__internal_alias")));
3279#define xmlReadDoc xmlReadDoc__internal_alias
3280
3281extern __typeof (xmlReadFd) xmlReadFd__internal_alias __attribute((visibility("hidden")));
3282extern __typeof (xmlReadFd) xmlReadFd __attribute((alias("xmlReadFd__internal_alias")));
3283#define xmlReadFd xmlReadFd__internal_alias
3284
3285extern __typeof (xmlReadFile) xmlReadFile__internal_alias __attribute((visibility("hidden")));
3286extern __typeof (xmlReadFile) xmlReadFile __attribute((alias("xmlReadFile__internal_alias")));
3287#define xmlReadFile xmlReadFile__internal_alias
3288
3289extern __typeof (xmlReadIO) xmlReadIO__internal_alias __attribute((visibility("hidden")));
3290extern __typeof (xmlReadIO) xmlReadIO __attribute((alias("xmlReadIO__internal_alias")));
3291#define xmlReadIO xmlReadIO__internal_alias
3292
3293extern __typeof (xmlReadMemory) xmlReadMemory__internal_alias __attribute((visibility("hidden")));
3294extern __typeof (xmlReadMemory) xmlReadMemory __attribute((alias("xmlReadMemory__internal_alias")));
3295#define xmlReadMemory xmlReadMemory__internal_alias
3296
William M. Brack21e4ef22005-01-02 09:53:13 +00003297#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003298extern __typeof (xmlReaderForDoc) xmlReaderForDoc__internal_alias __attribute((visibility("hidden")));
3299extern __typeof (xmlReaderForDoc) xmlReaderForDoc __attribute((alias("xmlReaderForDoc__internal_alias")));
3300#define xmlReaderForDoc xmlReaderForDoc__internal_alias
3301#endif
3302
William M. Brack21e4ef22005-01-02 09:53:13 +00003303#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003304extern __typeof (xmlReaderForFd) xmlReaderForFd__internal_alias __attribute((visibility("hidden")));
3305extern __typeof (xmlReaderForFd) xmlReaderForFd __attribute((alias("xmlReaderForFd__internal_alias")));
3306#define xmlReaderForFd xmlReaderForFd__internal_alias
3307#endif
3308
William M. Brack21e4ef22005-01-02 09:53:13 +00003309#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003310extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidden")));
3311extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal_alias")));
3312#define xmlReaderForFile xmlReaderForFile__internal_alias
3313#endif
3314
William M. Brack21e4ef22005-01-02 09:53:13 +00003315#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003316extern __typeof (xmlReaderForIO) xmlReaderForIO__internal_alias __attribute((visibility("hidden")));
3317extern __typeof (xmlReaderForIO) xmlReaderForIO __attribute((alias("xmlReaderForIO__internal_alias")));
3318#define xmlReaderForIO xmlReaderForIO__internal_alias
3319#endif
3320
William M. Brack21e4ef22005-01-02 09:53:13 +00003321#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003322extern __typeof (xmlReaderForMemory) xmlReaderForMemory__internal_alias __attribute((visibility("hidden")));
3323extern __typeof (xmlReaderForMemory) xmlReaderForMemory __attribute((alias("xmlReaderForMemory__internal_alias")));
3324#define xmlReaderForMemory xmlReaderForMemory__internal_alias
3325#endif
3326
William M. Brack21e4ef22005-01-02 09:53:13 +00003327#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003328extern __typeof (xmlReaderNewDoc) xmlReaderNewDoc__internal_alias __attribute((visibility("hidden")));
3329extern __typeof (xmlReaderNewDoc) xmlReaderNewDoc __attribute((alias("xmlReaderNewDoc__internal_alias")));
3330#define xmlReaderNewDoc xmlReaderNewDoc__internal_alias
3331#endif
3332
William M. Brack21e4ef22005-01-02 09:53:13 +00003333#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003334extern __typeof (xmlReaderNewFd) xmlReaderNewFd__internal_alias __attribute((visibility("hidden")));
3335extern __typeof (xmlReaderNewFd) xmlReaderNewFd __attribute((alias("xmlReaderNewFd__internal_alias")));
3336#define xmlReaderNewFd xmlReaderNewFd__internal_alias
3337#endif
3338
William M. Brack21e4ef22005-01-02 09:53:13 +00003339#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003340extern __typeof (xmlReaderNewFile) xmlReaderNewFile__internal_alias __attribute((visibility("hidden")));
3341extern __typeof (xmlReaderNewFile) xmlReaderNewFile __attribute((alias("xmlReaderNewFile__internal_alias")));
3342#define xmlReaderNewFile xmlReaderNewFile__internal_alias
3343#endif
3344
William M. Brack21e4ef22005-01-02 09:53:13 +00003345#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003346extern __typeof (xmlReaderNewIO) xmlReaderNewIO__internal_alias __attribute((visibility("hidden")));
3347extern __typeof (xmlReaderNewIO) xmlReaderNewIO __attribute((alias("xmlReaderNewIO__internal_alias")));
3348#define xmlReaderNewIO xmlReaderNewIO__internal_alias
3349#endif
3350
William M. Brack21e4ef22005-01-02 09:53:13 +00003351#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003352extern __typeof (xmlReaderNewMemory) xmlReaderNewMemory__internal_alias __attribute((visibility("hidden")));
3353extern __typeof (xmlReaderNewMemory) xmlReaderNewMemory __attribute((alias("xmlReaderNewMemory__internal_alias")));
3354#define xmlReaderNewMemory xmlReaderNewMemory__internal_alias
3355#endif
3356
William M. Brack21e4ef22005-01-02 09:53:13 +00003357#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003358extern __typeof (xmlReaderNewWalker) xmlReaderNewWalker__internal_alias __attribute((visibility("hidden")));
3359extern __typeof (xmlReaderNewWalker) xmlReaderNewWalker __attribute((alias("xmlReaderNewWalker__internal_alias")));
3360#define xmlReaderNewWalker xmlReaderNewWalker__internal_alias
3361#endif
3362
William M. Brack21e4ef22005-01-02 09:53:13 +00003363#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003364extern __typeof (xmlReaderWalker) xmlReaderWalker__internal_alias __attribute((visibility("hidden")));
3365extern __typeof (xmlReaderWalker) xmlReaderWalker __attribute((alias("xmlReaderWalker__internal_alias")));
3366#define xmlReaderWalker xmlReaderWalker__internal_alias
3367#endif
3368
3369extern __typeof (xmlReallocLoc) xmlReallocLoc__internal_alias __attribute((visibility("hidden")));
3370extern __typeof (xmlReallocLoc) xmlReallocLoc __attribute((alias("xmlReallocLoc__internal_alias")));
3371#define xmlReallocLoc xmlReallocLoc__internal_alias
3372
William M. Brack21e4ef22005-01-02 09:53:13 +00003373#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003374extern __typeof (xmlReconciliateNs) xmlReconciliateNs__internal_alias __attribute((visibility("hidden")));
3375extern __typeof (xmlReconciliateNs) xmlReconciliateNs __attribute((alias("xmlReconciliateNs__internal_alias")));
3376#define xmlReconciliateNs xmlReconciliateNs__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003377#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003378
William M. Brack21e4ef22005-01-02 09:53:13 +00003379#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003380extern __typeof (xmlRecoverDoc) xmlRecoverDoc__internal_alias __attribute((visibility("hidden")));
3381extern __typeof (xmlRecoverDoc) xmlRecoverDoc __attribute((alias("xmlRecoverDoc__internal_alias")));
3382#define xmlRecoverDoc xmlRecoverDoc__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003383#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003384
William M. Brack21e4ef22005-01-02 09:53:13 +00003385#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003386extern __typeof (xmlRecoverFile) xmlRecoverFile__internal_alias __attribute((visibility("hidden")));
3387extern __typeof (xmlRecoverFile) xmlRecoverFile __attribute((alias("xmlRecoverFile__internal_alias")));
3388#define xmlRecoverFile xmlRecoverFile__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003389#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003390
William M. Brack21e4ef22005-01-02 09:53:13 +00003391#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003392extern __typeof (xmlRecoverMemory) xmlRecoverMemory__internal_alias __attribute((visibility("hidden")));
3393extern __typeof (xmlRecoverMemory) xmlRecoverMemory __attribute((alias("xmlRecoverMemory__internal_alias")));
3394#define xmlRecoverMemory xmlRecoverMemory__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003395#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003396
William M. Brack21e4ef22005-01-02 09:53:13 +00003397#if defined(LIBXML_REGEXP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003398extern __typeof (xmlRegExecPushString) xmlRegExecPushString__internal_alias __attribute((visibility("hidden")));
3399extern __typeof (xmlRegExecPushString) xmlRegExecPushString __attribute((alias("xmlRegExecPushString__internal_alias")));
3400#define xmlRegExecPushString xmlRegExecPushString__internal_alias
3401#endif
3402
William M. Brack21e4ef22005-01-02 09:53:13 +00003403#if defined(LIBXML_REGEXP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003404extern __typeof (xmlRegExecPushString2) xmlRegExecPushString2__internal_alias __attribute((visibility("hidden")));
3405extern __typeof (xmlRegExecPushString2) xmlRegExecPushString2 __attribute((alias("xmlRegExecPushString2__internal_alias")));
3406#define xmlRegExecPushString2 xmlRegExecPushString2__internal_alias
3407#endif
3408
William M. Brack21e4ef22005-01-02 09:53:13 +00003409#if defined(LIBXML_REGEXP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003410extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt__internal_alias __attribute((visibility("hidden")));
3411extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt __attribute((alias("xmlRegFreeExecCtxt__internal_alias")));
3412#define xmlRegFreeExecCtxt xmlRegFreeExecCtxt__internal_alias
3413#endif
3414
William M. Brack21e4ef22005-01-02 09:53:13 +00003415#if defined(LIBXML_REGEXP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003416extern __typeof (xmlRegFreeRegexp) xmlRegFreeRegexp__internal_alias __attribute((visibility("hidden")));
3417extern __typeof (xmlRegFreeRegexp) xmlRegFreeRegexp __attribute((alias("xmlRegFreeRegexp__internal_alias")));
3418#define xmlRegFreeRegexp xmlRegFreeRegexp__internal_alias
3419#endif
3420
William M. Brack21e4ef22005-01-02 09:53:13 +00003421#if defined(LIBXML_REGEXP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003422extern __typeof (xmlRegNewExecCtxt) xmlRegNewExecCtxt__internal_alias __attribute((visibility("hidden")));
3423extern __typeof (xmlRegNewExecCtxt) xmlRegNewExecCtxt __attribute((alias("xmlRegNewExecCtxt__internal_alias")));
3424#define xmlRegNewExecCtxt xmlRegNewExecCtxt__internal_alias
3425#endif
3426
William M. Brack21e4ef22005-01-02 09:53:13 +00003427#if defined(LIBXML_REGEXP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003428extern __typeof (xmlRegexpCompile) xmlRegexpCompile__internal_alias __attribute((visibility("hidden")));
3429extern __typeof (xmlRegexpCompile) xmlRegexpCompile __attribute((alias("xmlRegexpCompile__internal_alias")));
3430#define xmlRegexpCompile xmlRegexpCompile__internal_alias
3431#endif
3432
William M. Brack21e4ef22005-01-02 09:53:13 +00003433#if defined(LIBXML_REGEXP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003434extern __typeof (xmlRegexpExec) xmlRegexpExec__internal_alias __attribute((visibility("hidden")));
3435extern __typeof (xmlRegexpExec) xmlRegexpExec __attribute((alias("xmlRegexpExec__internal_alias")));
3436#define xmlRegexpExec xmlRegexpExec__internal_alias
3437#endif
3438
William M. Brack21e4ef22005-01-02 09:53:13 +00003439#if defined(LIBXML_REGEXP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003440extern __typeof (xmlRegexpIsDeterminist) xmlRegexpIsDeterminist__internal_alias __attribute((visibility("hidden")));
3441extern __typeof (xmlRegexpIsDeterminist) xmlRegexpIsDeterminist __attribute((alias("xmlRegexpIsDeterminist__internal_alias")));
3442#define xmlRegexpIsDeterminist xmlRegexpIsDeterminist__internal_alias
3443#endif
3444
William M. Brack21e4ef22005-01-02 09:53:13 +00003445#if defined(LIBXML_REGEXP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003446extern __typeof (xmlRegexpPrint) xmlRegexpPrint__internal_alias __attribute((visibility("hidden")));
3447extern __typeof (xmlRegexpPrint) xmlRegexpPrint __attribute((alias("xmlRegexpPrint__internal_alias")));
3448#define xmlRegexpPrint xmlRegexpPrint__internal_alias
3449#endif
3450
3451extern __typeof (xmlRegisterCharEncodingHandler) xmlRegisterCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
3452extern __typeof (xmlRegisterCharEncodingHandler) xmlRegisterCharEncodingHandler __attribute((alias("xmlRegisterCharEncodingHandler__internal_alias")));
3453#define xmlRegisterCharEncodingHandler xmlRegisterCharEncodingHandler__internal_alias
3454
3455extern __typeof (xmlRegisterDefaultInputCallbacks) xmlRegisterDefaultInputCallbacks__internal_alias __attribute((visibility("hidden")));
3456extern __typeof (xmlRegisterDefaultInputCallbacks) xmlRegisterDefaultInputCallbacks __attribute((alias("xmlRegisterDefaultInputCallbacks__internal_alias")));
3457#define xmlRegisterDefaultInputCallbacks xmlRegisterDefaultInputCallbacks__internal_alias
3458
William M. Brack21e4ef22005-01-02 09:53:13 +00003459#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003460extern __typeof (xmlRegisterDefaultOutputCallbacks) xmlRegisterDefaultOutputCallbacks__internal_alias __attribute((visibility("hidden")));
3461extern __typeof (xmlRegisterDefaultOutputCallbacks) xmlRegisterDefaultOutputCallbacks __attribute((alias("xmlRegisterDefaultOutputCallbacks__internal_alias")));
3462#define xmlRegisterDefaultOutputCallbacks xmlRegisterDefaultOutputCallbacks__internal_alias
3463#endif
3464
William M. Brack21e4ef22005-01-02 09:53:13 +00003465#if defined(LIBXML_OUTPUT_ENABLED) && defined(LIBXML_HTTP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003466extern __typeof (xmlRegisterHTTPPostCallbacks) xmlRegisterHTTPPostCallbacks__internal_alias __attribute((visibility("hidden")));
3467extern __typeof (xmlRegisterHTTPPostCallbacks) xmlRegisterHTTPPostCallbacks __attribute((alias("xmlRegisterHTTPPostCallbacks__internal_alias")));
3468#define xmlRegisterHTTPPostCallbacks xmlRegisterHTTPPostCallbacks__internal_alias
3469#endif
3470
3471extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks__internal_alias __attribute((visibility("hidden")));
3472extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks __attribute((alias("xmlRegisterInputCallbacks__internal_alias")));
3473#define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias
3474
3475extern __typeof (xmlRegisterNodeDefault) xmlRegisterNodeDefault__internal_alias __attribute((visibility("hidden")));
3476extern __typeof (xmlRegisterNodeDefault) xmlRegisterNodeDefault __attribute((alias("xmlRegisterNodeDefault__internal_alias")));
3477#define xmlRegisterNodeDefault xmlRegisterNodeDefault__internal_alias
3478
William M. Brack21e4ef22005-01-02 09:53:13 +00003479#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003480extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks__internal_alias __attribute((visibility("hidden")));
3481extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks __attribute((alias("xmlRegisterOutputCallbacks__internal_alias")));
3482#define xmlRegisterOutputCallbacks xmlRegisterOutputCallbacks__internal_alias
3483#endif
3484
William M. Brack21e4ef22005-01-02 09:53:13 +00003485#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003486extern __typeof (xmlRelaxNGCleanupTypes) xmlRelaxNGCleanupTypes__internal_alias __attribute((visibility("hidden")));
3487extern __typeof (xmlRelaxNGCleanupTypes) xmlRelaxNGCleanupTypes __attribute((alias("xmlRelaxNGCleanupTypes__internal_alias")));
3488#define xmlRelaxNGCleanupTypes xmlRelaxNGCleanupTypes__internal_alias
3489#endif
3490
William M. Brack21e4ef22005-01-02 09:53:13 +00003491#if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003492extern __typeof (xmlRelaxNGDump) xmlRelaxNGDump__internal_alias __attribute((visibility("hidden")));
3493extern __typeof (xmlRelaxNGDump) xmlRelaxNGDump __attribute((alias("xmlRelaxNGDump__internal_alias")));
3494#define xmlRelaxNGDump xmlRelaxNGDump__internal_alias
3495#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003496
William M. Brack21e4ef22005-01-02 09:53:13 +00003497#if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003498extern __typeof (xmlRelaxNGDumpTree) xmlRelaxNGDumpTree__internal_alias __attribute((visibility("hidden")));
3499extern __typeof (xmlRelaxNGDumpTree) xmlRelaxNGDumpTree __attribute((alias("xmlRelaxNGDumpTree__internal_alias")));
3500#define xmlRelaxNGDumpTree xmlRelaxNGDumpTree__internal_alias
3501#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003502
William M. Brack21e4ef22005-01-02 09:53:13 +00003503#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003504extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree__internal_alias __attribute((visibility("hidden")));
3505extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree __attribute((alias("xmlRelaxNGFree__internal_alias")));
3506#define xmlRelaxNGFree xmlRelaxNGFree__internal_alias
3507#endif
3508
William M. Brack21e4ef22005-01-02 09:53:13 +00003509#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003510extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
3511extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt __attribute((alias("xmlRelaxNGFreeParserCtxt__internal_alias")));
3512#define xmlRelaxNGFreeParserCtxt xmlRelaxNGFreeParserCtxt__internal_alias
3513#endif
3514
William M. Brack21e4ef22005-01-02 09:53:13 +00003515#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003516extern __typeof (xmlRelaxNGFreeValidCtxt) xmlRelaxNGFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
3517extern __typeof (xmlRelaxNGFreeValidCtxt) xmlRelaxNGFreeValidCtxt __attribute((alias("xmlRelaxNGFreeValidCtxt__internal_alias")));
3518#define xmlRelaxNGFreeValidCtxt xmlRelaxNGFreeValidCtxt__internal_alias
3519#endif
3520
William M. Brack21e4ef22005-01-02 09:53:13 +00003521#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003522extern __typeof (xmlRelaxNGGetParserErrors) xmlRelaxNGGetParserErrors__internal_alias __attribute((visibility("hidden")));
3523extern __typeof (xmlRelaxNGGetParserErrors) xmlRelaxNGGetParserErrors __attribute((alias("xmlRelaxNGGetParserErrors__internal_alias")));
3524#define xmlRelaxNGGetParserErrors xmlRelaxNGGetParserErrors__internal_alias
3525#endif
3526
William M. Brack21e4ef22005-01-02 09:53:13 +00003527#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003528extern __typeof (xmlRelaxNGGetValidErrors) xmlRelaxNGGetValidErrors__internal_alias __attribute((visibility("hidden")));
3529extern __typeof (xmlRelaxNGGetValidErrors) xmlRelaxNGGetValidErrors __attribute((alias("xmlRelaxNGGetValidErrors__internal_alias")));
3530#define xmlRelaxNGGetValidErrors xmlRelaxNGGetValidErrors__internal_alias
3531#endif
3532
William M. Brack21e4ef22005-01-02 09:53:13 +00003533#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard34099b42004-11-04 17:34:35 +00003534extern __typeof (xmlRelaxNGInitTypes) xmlRelaxNGInitTypes__internal_alias __attribute((visibility("hidden")));
3535extern __typeof (xmlRelaxNGInitTypes) xmlRelaxNGInitTypes __attribute((alias("xmlRelaxNGInitTypes__internal_alias")));
3536#define xmlRelaxNGInitTypes xmlRelaxNGInitTypes__internal_alias
3537#endif
3538
William M. Brack21e4ef22005-01-02 09:53:13 +00003539#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003540extern __typeof (xmlRelaxNGNewDocParserCtxt) xmlRelaxNGNewDocParserCtxt__internal_alias __attribute((visibility("hidden")));
3541extern __typeof (xmlRelaxNGNewDocParserCtxt) xmlRelaxNGNewDocParserCtxt __attribute((alias("xmlRelaxNGNewDocParserCtxt__internal_alias")));
3542#define xmlRelaxNGNewDocParserCtxt xmlRelaxNGNewDocParserCtxt__internal_alias
3543#endif
3544
William M. Brack21e4ef22005-01-02 09:53:13 +00003545#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003546extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
3547extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt __attribute((alias("xmlRelaxNGNewMemParserCtxt__internal_alias")));
3548#define xmlRelaxNGNewMemParserCtxt xmlRelaxNGNewMemParserCtxt__internal_alias
3549#endif
3550
William M. Brack21e4ef22005-01-02 09:53:13 +00003551#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003552extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt__internal_alias __attribute((visibility("hidden")));
3553extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt __attribute((alias("xmlRelaxNGNewParserCtxt__internal_alias")));
3554#define xmlRelaxNGNewParserCtxt xmlRelaxNGNewParserCtxt__internal_alias
3555#endif
3556
William M. Brack21e4ef22005-01-02 09:53:13 +00003557#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003558extern __typeof (xmlRelaxNGNewValidCtxt) xmlRelaxNGNewValidCtxt__internal_alias __attribute((visibility("hidden")));
3559extern __typeof (xmlRelaxNGNewValidCtxt) xmlRelaxNGNewValidCtxt __attribute((alias("xmlRelaxNGNewValidCtxt__internal_alias")));
3560#define xmlRelaxNGNewValidCtxt xmlRelaxNGNewValidCtxt__internal_alias
3561#endif
3562
William M. Brack21e4ef22005-01-02 09:53:13 +00003563#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003564extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse__internal_alias __attribute((visibility("hidden")));
3565extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse __attribute((alias("xmlRelaxNGParse__internal_alias")));
3566#define xmlRelaxNGParse xmlRelaxNGParse__internal_alias
3567#endif
3568
William M. Brack21e4ef22005-01-02 09:53:13 +00003569#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003570extern __typeof (xmlRelaxNGSetParserErrors) xmlRelaxNGSetParserErrors__internal_alias __attribute((visibility("hidden")));
3571extern __typeof (xmlRelaxNGSetParserErrors) xmlRelaxNGSetParserErrors __attribute((alias("xmlRelaxNGSetParserErrors__internal_alias")));
3572#define xmlRelaxNGSetParserErrors xmlRelaxNGSetParserErrors__internal_alias
3573#endif
3574
William M. Brack21e4ef22005-01-02 09:53:13 +00003575#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003576extern __typeof (xmlRelaxNGSetValidErrors) xmlRelaxNGSetValidErrors__internal_alias __attribute((visibility("hidden")));
3577extern __typeof (xmlRelaxNGSetValidErrors) xmlRelaxNGSetValidErrors __attribute((alias("xmlRelaxNGSetValidErrors__internal_alias")));
3578#define xmlRelaxNGSetValidErrors xmlRelaxNGSetValidErrors__internal_alias
3579#endif
3580
William M. Brack21e4ef22005-01-02 09:53:13 +00003581#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003582extern __typeof (xmlRelaxNGValidateDoc) xmlRelaxNGValidateDoc__internal_alias __attribute((visibility("hidden")));
3583extern __typeof (xmlRelaxNGValidateDoc) xmlRelaxNGValidateDoc __attribute((alias("xmlRelaxNGValidateDoc__internal_alias")));
3584#define xmlRelaxNGValidateDoc xmlRelaxNGValidateDoc__internal_alias
3585#endif
3586
William M. Brack21e4ef22005-01-02 09:53:13 +00003587#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003588extern __typeof (xmlRelaxNGValidateFullElement) xmlRelaxNGValidateFullElement__internal_alias __attribute((visibility("hidden")));
3589extern __typeof (xmlRelaxNGValidateFullElement) xmlRelaxNGValidateFullElement __attribute((alias("xmlRelaxNGValidateFullElement__internal_alias")));
3590#define xmlRelaxNGValidateFullElement xmlRelaxNGValidateFullElement__internal_alias
3591#endif
3592
William M. Brack21e4ef22005-01-02 09:53:13 +00003593#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003594extern __typeof (xmlRelaxNGValidatePopElement) xmlRelaxNGValidatePopElement__internal_alias __attribute((visibility("hidden")));
3595extern __typeof (xmlRelaxNGValidatePopElement) xmlRelaxNGValidatePopElement __attribute((alias("xmlRelaxNGValidatePopElement__internal_alias")));
3596#define xmlRelaxNGValidatePopElement xmlRelaxNGValidatePopElement__internal_alias
3597#endif
3598
William M. Brack21e4ef22005-01-02 09:53:13 +00003599#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003600extern __typeof (xmlRelaxNGValidatePushCData) xmlRelaxNGValidatePushCData__internal_alias __attribute((visibility("hidden")));
3601extern __typeof (xmlRelaxNGValidatePushCData) xmlRelaxNGValidatePushCData __attribute((alias("xmlRelaxNGValidatePushCData__internal_alias")));
3602#define xmlRelaxNGValidatePushCData xmlRelaxNGValidatePushCData__internal_alias
3603#endif
3604
William M. Brack21e4ef22005-01-02 09:53:13 +00003605#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003606extern __typeof (xmlRelaxNGValidatePushElement) xmlRelaxNGValidatePushElement__internal_alias __attribute((visibility("hidden")));
3607extern __typeof (xmlRelaxNGValidatePushElement) xmlRelaxNGValidatePushElement __attribute((alias("xmlRelaxNGValidatePushElement__internal_alias")));
3608#define xmlRelaxNGValidatePushElement xmlRelaxNGValidatePushElement__internal_alias
3609#endif
3610
William M. Brack21e4ef22005-01-02 09:53:13 +00003611#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003612extern __typeof (xmlRelaxParserSetFlag) xmlRelaxParserSetFlag__internal_alias __attribute((visibility("hidden")));
3613extern __typeof (xmlRelaxParserSetFlag) xmlRelaxParserSetFlag __attribute((alias("xmlRelaxParserSetFlag__internal_alias")));
3614#define xmlRelaxParserSetFlag xmlRelaxParserSetFlag__internal_alias
3615#endif
3616
3617extern __typeof (xmlRemoveID) xmlRemoveID__internal_alias __attribute((visibility("hidden")));
3618extern __typeof (xmlRemoveID) xmlRemoveID __attribute((alias("xmlRemoveID__internal_alias")));
3619#define xmlRemoveID xmlRemoveID__internal_alias
3620
William M. Brack21e4ef22005-01-02 09:53:13 +00003621#if defined(LIBXML_TREE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003622extern __typeof (xmlRemoveProp) xmlRemoveProp__internal_alias __attribute((visibility("hidden")));
3623extern __typeof (xmlRemoveProp) xmlRemoveProp __attribute((alias("xmlRemoveProp__internal_alias")));
3624#define xmlRemoveProp xmlRemoveProp__internal_alias
3625#endif
3626
3627extern __typeof (xmlRemoveRef) xmlRemoveRef__internal_alias __attribute((visibility("hidden")));
3628extern __typeof (xmlRemoveRef) xmlRemoveRef __attribute((alias("xmlRemoveRef__internal_alias")));
3629#define xmlRemoveRef xmlRemoveRef__internal_alias
3630
William M. Brack21e4ef22005-01-02 09:53:13 +00003631#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003632extern __typeof (xmlReplaceNode) xmlReplaceNode__internal_alias __attribute((visibility("hidden")));
3633extern __typeof (xmlReplaceNode) xmlReplaceNode __attribute((alias("xmlReplaceNode__internal_alias")));
3634#define xmlReplaceNode xmlReplaceNode__internal_alias
3635#endif
3636
3637extern __typeof (xmlResetError) xmlResetError__internal_alias __attribute((visibility("hidden")));
3638extern __typeof (xmlResetError) xmlResetError __attribute((alias("xmlResetError__internal_alias")));
3639#define xmlResetError xmlResetError__internal_alias
3640
3641extern __typeof (xmlResetLastError) xmlResetLastError__internal_alias __attribute((visibility("hidden")));
3642extern __typeof (xmlResetLastError) xmlResetLastError __attribute((alias("xmlResetLastError__internal_alias")));
3643#define xmlResetLastError xmlResetLastError__internal_alias
3644
3645extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl__internal_alias __attribute((visibility("hidden")));
3646extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl __attribute((alias("xmlSAX2AttributeDecl__internal_alias")));
3647#define xmlSAX2AttributeDecl xmlSAX2AttributeDecl__internal_alias
3648
3649extern __typeof (xmlSAX2CDataBlock) xmlSAX2CDataBlock__internal_alias __attribute((visibility("hidden")));
3650extern __typeof (xmlSAX2CDataBlock) xmlSAX2CDataBlock __attribute((alias("xmlSAX2CDataBlock__internal_alias")));
3651#define xmlSAX2CDataBlock xmlSAX2CDataBlock__internal_alias
3652
3653extern __typeof (xmlSAX2Characters) xmlSAX2Characters__internal_alias __attribute((visibility("hidden")));
3654extern __typeof (xmlSAX2Characters) xmlSAX2Characters __attribute((alias("xmlSAX2Characters__internal_alias")));
3655#define xmlSAX2Characters xmlSAX2Characters__internal_alias
3656
3657extern __typeof (xmlSAX2Comment) xmlSAX2Comment__internal_alias __attribute((visibility("hidden")));
3658extern __typeof (xmlSAX2Comment) xmlSAX2Comment __attribute((alias("xmlSAX2Comment__internal_alias")));
3659#define xmlSAX2Comment xmlSAX2Comment__internal_alias
3660
3661extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl__internal_alias __attribute((visibility("hidden")));
3662extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl __attribute((alias("xmlSAX2ElementDecl__internal_alias")));
3663#define xmlSAX2ElementDecl xmlSAX2ElementDecl__internal_alias
3664
3665extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument__internal_alias __attribute((visibility("hidden")));
3666extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument __attribute((alias("xmlSAX2EndDocument__internal_alias")));
3667#define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias
3668
William M. Brack21e4ef22005-01-02 09:53:13 +00003669#if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003670extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement__internal_alias __attribute((visibility("hidden")));
3671extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement __attribute((alias("xmlSAX2EndElement__internal_alias")));
3672#define xmlSAX2EndElement xmlSAX2EndElement__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003673#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003674
3675extern __typeof (xmlSAX2EndElementNs) xmlSAX2EndElementNs__internal_alias __attribute((visibility("hidden")));
3676extern __typeof (xmlSAX2EndElementNs) xmlSAX2EndElementNs __attribute((alias("xmlSAX2EndElementNs__internal_alias")));
3677#define xmlSAX2EndElementNs xmlSAX2EndElementNs__internal_alias
3678
3679extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl__internal_alias __attribute((visibility("hidden")));
3680extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl __attribute((alias("xmlSAX2EntityDecl__internal_alias")));
3681#define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias
3682
3683extern __typeof (xmlSAX2ExternalSubset) xmlSAX2ExternalSubset__internal_alias __attribute((visibility("hidden")));
3684extern __typeof (xmlSAX2ExternalSubset) xmlSAX2ExternalSubset __attribute((alias("xmlSAX2ExternalSubset__internal_alias")));
3685#define xmlSAX2ExternalSubset xmlSAX2ExternalSubset__internal_alias
3686
3687extern __typeof (xmlSAX2GetColumnNumber) xmlSAX2GetColumnNumber__internal_alias __attribute((visibility("hidden")));
3688extern __typeof (xmlSAX2GetColumnNumber) xmlSAX2GetColumnNumber __attribute((alias("xmlSAX2GetColumnNumber__internal_alias")));
3689#define xmlSAX2GetColumnNumber xmlSAX2GetColumnNumber__internal_alias
3690
3691extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidden")));
3692extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal_alias")));
3693#define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias
3694
3695extern __typeof (xmlSAX2GetLineNumber) xmlSAX2GetLineNumber__internal_alias __attribute((visibility("hidden")));
3696extern __typeof (xmlSAX2GetLineNumber) xmlSAX2GetLineNumber __attribute((alias("xmlSAX2GetLineNumber__internal_alias")));
3697#define xmlSAX2GetLineNumber xmlSAX2GetLineNumber__internal_alias
3698
3699extern __typeof (xmlSAX2GetParameterEntity) xmlSAX2GetParameterEntity__internal_alias __attribute((visibility("hidden")));
3700extern __typeof (xmlSAX2GetParameterEntity) xmlSAX2GetParameterEntity __attribute((alias("xmlSAX2GetParameterEntity__internal_alias")));
3701#define xmlSAX2GetParameterEntity xmlSAX2GetParameterEntity__internal_alias
3702
3703extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId__internal_alias __attribute((visibility("hidden")));
3704extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId __attribute((alias("xmlSAX2GetPublicId__internal_alias")));
3705#define xmlSAX2GetPublicId xmlSAX2GetPublicId__internal_alias
3706
3707extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId__internal_alias __attribute((visibility("hidden")));
3708extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId __attribute((alias("xmlSAX2GetSystemId__internal_alias")));
3709#define xmlSAX2GetSystemId xmlSAX2GetSystemId__internal_alias
3710
3711extern __typeof (xmlSAX2HasExternalSubset) xmlSAX2HasExternalSubset__internal_alias __attribute((visibility("hidden")));
3712extern __typeof (xmlSAX2HasExternalSubset) xmlSAX2HasExternalSubset __attribute((alias("xmlSAX2HasExternalSubset__internal_alias")));
3713#define xmlSAX2HasExternalSubset xmlSAX2HasExternalSubset__internal_alias
3714
3715extern __typeof (xmlSAX2HasInternalSubset) xmlSAX2HasInternalSubset__internal_alias __attribute((visibility("hidden")));
3716extern __typeof (xmlSAX2HasInternalSubset) xmlSAX2HasInternalSubset __attribute((alias("xmlSAX2HasInternalSubset__internal_alias")));
3717#define xmlSAX2HasInternalSubset xmlSAX2HasInternalSubset__internal_alias
3718
3719extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace__internal_alias __attribute((visibility("hidden")));
3720extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace __attribute((alias("xmlSAX2IgnorableWhitespace__internal_alias")));
3721#define xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace__internal_alias
3722
3723extern __typeof (xmlSAX2InitDefaultSAXHandler) xmlSAX2InitDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
3724extern __typeof (xmlSAX2InitDefaultSAXHandler) xmlSAX2InitDefaultSAXHandler __attribute((alias("xmlSAX2InitDefaultSAXHandler__internal_alias")));
3725#define xmlSAX2InitDefaultSAXHandler xmlSAX2InitDefaultSAXHandler__internal_alias
3726
William M. Brack21e4ef22005-01-02 09:53:13 +00003727#if defined(LIBXML_DOCB_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003728extern __typeof (xmlSAX2InitDocbDefaultSAXHandler) xmlSAX2InitDocbDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
3729extern __typeof (xmlSAX2InitDocbDefaultSAXHandler) xmlSAX2InitDocbDefaultSAXHandler __attribute((alias("xmlSAX2InitDocbDefaultSAXHandler__internal_alias")));
3730#define xmlSAX2InitDocbDefaultSAXHandler xmlSAX2InitDocbDefaultSAXHandler__internal_alias
3731#endif
3732
William M. Brack21e4ef22005-01-02 09:53:13 +00003733#if defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003734extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler) xmlSAX2InitHtmlDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
3735extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler) xmlSAX2InitHtmlDefaultSAXHandler __attribute((alias("xmlSAX2InitHtmlDefaultSAXHandler__internal_alias")));
3736#define xmlSAX2InitHtmlDefaultSAXHandler xmlSAX2InitHtmlDefaultSAXHandler__internal_alias
3737#endif
3738
3739extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset__internal_alias __attribute((visibility("hidden")));
3740extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset __attribute((alias("xmlSAX2InternalSubset__internal_alias")));
3741#define xmlSAX2InternalSubset xmlSAX2InternalSubset__internal_alias
3742
3743extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone__internal_alias __attribute((visibility("hidden")));
3744extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone __attribute((alias("xmlSAX2IsStandalone__internal_alias")));
3745#define xmlSAX2IsStandalone xmlSAX2IsStandalone__internal_alias
3746
3747extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl__internal_alias __attribute((visibility("hidden")));
3748extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl __attribute((alias("xmlSAX2NotationDecl__internal_alias")));
3749#define xmlSAX2NotationDecl xmlSAX2NotationDecl__internal_alias
3750
3751extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction__internal_alias __attribute((visibility("hidden")));
3752extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction __attribute((alias("xmlSAX2ProcessingInstruction__internal_alias")));
3753#define xmlSAX2ProcessingInstruction xmlSAX2ProcessingInstruction__internal_alias
3754
3755extern __typeof (xmlSAX2Reference) xmlSAX2Reference__internal_alias __attribute((visibility("hidden")));
3756extern __typeof (xmlSAX2Reference) xmlSAX2Reference __attribute((alias("xmlSAX2Reference__internal_alias")));
3757#define xmlSAX2Reference xmlSAX2Reference__internal_alias
3758
3759extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity__internal_alias __attribute((visibility("hidden")));
3760extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity __attribute((alias("xmlSAX2ResolveEntity__internal_alias")));
3761#define xmlSAX2ResolveEntity xmlSAX2ResolveEntity__internal_alias
3762
3763extern __typeof (xmlSAX2SetDocumentLocator) xmlSAX2SetDocumentLocator__internal_alias __attribute((visibility("hidden")));
3764extern __typeof (xmlSAX2SetDocumentLocator) xmlSAX2SetDocumentLocator __attribute((alias("xmlSAX2SetDocumentLocator__internal_alias")));
3765#define xmlSAX2SetDocumentLocator xmlSAX2SetDocumentLocator__internal_alias
3766
3767extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument__internal_alias __attribute((visibility("hidden")));
3768extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument __attribute((alias("xmlSAX2StartDocument__internal_alias")));
3769#define xmlSAX2StartDocument xmlSAX2StartDocument__internal_alias
3770
William M. Brack21e4ef22005-01-02 09:53:13 +00003771#if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003772extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement__internal_alias __attribute((visibility("hidden")));
3773extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement __attribute((alias("xmlSAX2StartElement__internal_alias")));
3774#define xmlSAX2StartElement xmlSAX2StartElement__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003775#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003776
3777extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs__internal_alias __attribute((visibility("hidden")));
3778extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs __attribute((alias("xmlSAX2StartElementNs__internal_alias")));
3779#define xmlSAX2StartElementNs xmlSAX2StartElementNs__internal_alias
3780
3781extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl__internal_alias __attribute((visibility("hidden")));
3782extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl __attribute((alias("xmlSAX2UnparsedEntityDecl__internal_alias")));
3783#define xmlSAX2UnparsedEntityDecl xmlSAX2UnparsedEntityDecl__internal_alias
3784
William M. Brack21e4ef22005-01-02 09:53:13 +00003785#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003786extern __typeof (xmlSAXDefaultVersion) xmlSAXDefaultVersion__internal_alias __attribute((visibility("hidden")));
3787extern __typeof (xmlSAXDefaultVersion) xmlSAXDefaultVersion __attribute((alias("xmlSAXDefaultVersion__internal_alias")));
3788#define xmlSAXDefaultVersion xmlSAXDefaultVersion__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003789#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003790
William M. Brack21e4ef22005-01-02 09:53:13 +00003791#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003792extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD__internal_alias __attribute((visibility("hidden")));
3793extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD __attribute((alias("xmlSAXParseDTD__internal_alias")));
3794#define xmlSAXParseDTD xmlSAXParseDTD__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003795#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003796
William M. Brack21e4ef22005-01-02 09:53:13 +00003797#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003798extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc__internal_alias __attribute((visibility("hidden")));
3799extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc __attribute((alias("xmlSAXParseDoc__internal_alias")));
3800#define xmlSAXParseDoc xmlSAXParseDoc__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003801#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003802
William M. Brack21e4ef22005-01-02 09:53:13 +00003803#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003804extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity__internal_alias __attribute((visibility("hidden")));
3805extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity __attribute((alias("xmlSAXParseEntity__internal_alias")));
3806#define xmlSAXParseEntity xmlSAXParseEntity__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003807#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003808
William M. Brack21e4ef22005-01-02 09:53:13 +00003809#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003810extern __typeof (xmlSAXParseFile) xmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
3811extern __typeof (xmlSAXParseFile) xmlSAXParseFile __attribute((alias("xmlSAXParseFile__internal_alias")));
3812#define xmlSAXParseFile xmlSAXParseFile__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003813#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003814
William M. Brack21e4ef22005-01-02 09:53:13 +00003815#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003816extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData__internal_alias __attribute((visibility("hidden")));
3817extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData __attribute((alias("xmlSAXParseFileWithData__internal_alias")));
3818#define xmlSAXParseFileWithData xmlSAXParseFileWithData__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003819#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003820
William M. Brack21e4ef22005-01-02 09:53:13 +00003821#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003822extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory__internal_alias __attribute((visibility("hidden")));
3823extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory __attribute((alias("xmlSAXParseMemory__internal_alias")));
3824#define xmlSAXParseMemory xmlSAXParseMemory__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003825#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003826
William M. Brack21e4ef22005-01-02 09:53:13 +00003827#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003828extern __typeof (xmlSAXParseMemoryWithData) xmlSAXParseMemoryWithData__internal_alias __attribute((visibility("hidden")));
3829extern __typeof (xmlSAXParseMemoryWithData) xmlSAXParseMemoryWithData __attribute((alias("xmlSAXParseMemoryWithData__internal_alias")));
3830#define xmlSAXParseMemoryWithData xmlSAXParseMemoryWithData__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003831#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003832
William M. Brack21e4ef22005-01-02 09:53:13 +00003833#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003834extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile__internal_alias __attribute((visibility("hidden")));
3835extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile __attribute((alias("xmlSAXUserParseFile__internal_alias")));
3836#define xmlSAXUserParseFile xmlSAXUserParseFile__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003837#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003838
William M. Brack21e4ef22005-01-02 09:53:13 +00003839#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003840extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory__internal_alias __attribute((visibility("hidden")));
3841extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory __attribute((alias("xmlSAXUserParseMemory__internal_alias")));
3842#define xmlSAXUserParseMemory xmlSAXUserParseMemory__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003843#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003844
3845extern __typeof (xmlSAXVersion) xmlSAXVersion__internal_alias __attribute((visibility("hidden")));
3846extern __typeof (xmlSAXVersion) xmlSAXVersion __attribute((alias("xmlSAXVersion__internal_alias")));
3847#define xmlSAXVersion xmlSAXVersion__internal_alias
3848
William M. Brack21e4ef22005-01-02 09:53:13 +00003849#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003850extern __typeof (xmlSaveClose) xmlSaveClose__internal_alias __attribute((visibility("hidden")));
3851extern __typeof (xmlSaveClose) xmlSaveClose __attribute((alias("xmlSaveClose__internal_alias")));
3852#define xmlSaveClose xmlSaveClose__internal_alias
3853#endif
3854
William M. Brack21e4ef22005-01-02 09:53:13 +00003855#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003856extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden")));
3857extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias")));
3858#define xmlSaveDoc xmlSaveDoc__internal_alias
3859#endif
3860
William M. Brack21e4ef22005-01-02 09:53:13 +00003861#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003862extern __typeof (xmlSaveFile) xmlSaveFile__internal_alias __attribute((visibility("hidden")));
3863extern __typeof (xmlSaveFile) xmlSaveFile __attribute((alias("xmlSaveFile__internal_alias")));
3864#define xmlSaveFile xmlSaveFile__internal_alias
3865#endif
3866
William M. Brack21e4ef22005-01-02 09:53:13 +00003867#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003868extern __typeof (xmlSaveFileEnc) xmlSaveFileEnc__internal_alias __attribute((visibility("hidden")));
3869extern __typeof (xmlSaveFileEnc) xmlSaveFileEnc __attribute((alias("xmlSaveFileEnc__internal_alias")));
3870#define xmlSaveFileEnc xmlSaveFileEnc__internal_alias
3871#endif
3872
William M. Brack21e4ef22005-01-02 09:53:13 +00003873#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003874extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden")));
3875extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias")));
3876#define xmlSaveFileTo xmlSaveFileTo__internal_alias
3877#endif
3878
William M. Brack21e4ef22005-01-02 09:53:13 +00003879#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003880extern __typeof (xmlSaveFlush) xmlSaveFlush__internal_alias __attribute((visibility("hidden")));
3881extern __typeof (xmlSaveFlush) xmlSaveFlush __attribute((alias("xmlSaveFlush__internal_alias")));
3882#define xmlSaveFlush xmlSaveFlush__internal_alias
3883#endif
3884
William M. Brack21e4ef22005-01-02 09:53:13 +00003885#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003886extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile__internal_alias __attribute((visibility("hidden")));
3887extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile __attribute((alias("xmlSaveFormatFile__internal_alias")));
3888#define xmlSaveFormatFile xmlSaveFormatFile__internal_alias
3889#endif
3890
William M. Brack21e4ef22005-01-02 09:53:13 +00003891#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003892extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc__internal_alias __attribute((visibility("hidden")));
3893extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc __attribute((alias("xmlSaveFormatFileEnc__internal_alias")));
3894#define xmlSaveFormatFileEnc xmlSaveFormatFileEnc__internal_alias
3895#endif
3896
William M. Brack21e4ef22005-01-02 09:53:13 +00003897#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003898extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo__internal_alias __attribute((visibility("hidden")));
3899extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo __attribute((alias("xmlSaveFormatFileTo__internal_alias")));
3900#define xmlSaveFormatFileTo xmlSaveFormatFileTo__internal_alias
3901#endif
3902
William M. Brack21e4ef22005-01-02 09:53:13 +00003903#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003904extern __typeof (xmlSaveSetAttrEscape) xmlSaveSetAttrEscape__internal_alias __attribute((visibility("hidden")));
3905extern __typeof (xmlSaveSetAttrEscape) xmlSaveSetAttrEscape __attribute((alias("xmlSaveSetAttrEscape__internal_alias")));
3906#define xmlSaveSetAttrEscape xmlSaveSetAttrEscape__internal_alias
3907#endif
3908
William M. Brack21e4ef22005-01-02 09:53:13 +00003909#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003910extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape__internal_alias __attribute((visibility("hidden")));
3911extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape __attribute((alias("xmlSaveSetEscape__internal_alias")));
3912#define xmlSaveSetEscape xmlSaveSetEscape__internal_alias
3913#endif
3914
William M. Brack21e4ef22005-01-02 09:53:13 +00003915#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003916extern __typeof (xmlSaveToFd) xmlSaveToFd__internal_alias __attribute((visibility("hidden")));
3917extern __typeof (xmlSaveToFd) xmlSaveToFd __attribute((alias("xmlSaveToFd__internal_alias")));
3918#define xmlSaveToFd xmlSaveToFd__internal_alias
3919#endif
3920
William M. Brack21e4ef22005-01-02 09:53:13 +00003921#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003922extern __typeof (xmlSaveToFilename) xmlSaveToFilename__internal_alias __attribute((visibility("hidden")));
3923extern __typeof (xmlSaveToFilename) xmlSaveToFilename __attribute((alias("xmlSaveToFilename__internal_alias")));
3924#define xmlSaveToFilename xmlSaveToFilename__internal_alias
3925#endif
3926
William M. Brack21e4ef22005-01-02 09:53:13 +00003927#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003928extern __typeof (xmlSaveToIO) xmlSaveToIO__internal_alias __attribute((visibility("hidden")));
3929extern __typeof (xmlSaveToIO) xmlSaveToIO __attribute((alias("xmlSaveToIO__internal_alias")));
3930#define xmlSaveToIO xmlSaveToIO__internal_alias
3931#endif
3932
William M. Brack21e4ef22005-01-02 09:53:13 +00003933#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003934extern __typeof (xmlSaveTree) xmlSaveTree__internal_alias __attribute((visibility("hidden")));
3935extern __typeof (xmlSaveTree) xmlSaveTree __attribute((alias("xmlSaveTree__internal_alias")));
3936#define xmlSaveTree xmlSaveTree__internal_alias
3937#endif
3938
3939extern __typeof (xmlSaveUri) xmlSaveUri__internal_alias __attribute((visibility("hidden")));
3940extern __typeof (xmlSaveUri) xmlSaveUri __attribute((alias("xmlSaveUri__internal_alias")));
3941#define xmlSaveUri xmlSaveUri__internal_alias
3942
William M. Brack21e4ef22005-01-02 09:53:13 +00003943#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003944extern __typeof (xmlScanName) xmlScanName__internal_alias __attribute((visibility("hidden")));
3945extern __typeof (xmlScanName) xmlScanName __attribute((alias("xmlScanName__internal_alias")));
3946#define xmlScanName xmlScanName__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00003947#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003948
William M. Brack21e4ef22005-01-02 09:53:13 +00003949#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003950extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet__internal_alias __attribute((visibility("hidden")));
3951extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet __attribute((alias("xmlSchemaCheckFacet__internal_alias")));
3952#define xmlSchemaCheckFacet xmlSchemaCheckFacet__internal_alias
3953#endif
3954
William M. Brack21e4ef22005-01-02 09:53:13 +00003955#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003956extern __typeof (xmlSchemaCleanupTypes) xmlSchemaCleanupTypes__internal_alias __attribute((visibility("hidden")));
3957extern __typeof (xmlSchemaCleanupTypes) xmlSchemaCleanupTypes __attribute((alias("xmlSchemaCleanupTypes__internal_alias")));
3958#define xmlSchemaCleanupTypes xmlSchemaCleanupTypes__internal_alias
3959#endif
3960
William M. Brack21e4ef22005-01-02 09:53:13 +00003961#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard01fa6152004-06-29 17:04:39 +00003962extern __typeof (xmlSchemaCollapseString) xmlSchemaCollapseString__internal_alias __attribute((visibility("hidden")));
3963extern __typeof (xmlSchemaCollapseString) xmlSchemaCollapseString __attribute((alias("xmlSchemaCollapseString__internal_alias")));
3964#define xmlSchemaCollapseString xmlSchemaCollapseString__internal_alias
3965#endif
3966
William M. Brack21e4ef22005-01-02 09:53:13 +00003967#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003968extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues__internal_alias __attribute((visibility("hidden")));
3969extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues __attribute((alias("xmlSchemaCompareValues__internal_alias")));
3970#define xmlSchemaCompareValues xmlSchemaCompareValues__internal_alias
3971#endif
3972
William M. Brack21e4ef22005-01-02 09:53:13 +00003973#if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003974extern __typeof (xmlSchemaDump) xmlSchemaDump__internal_alias __attribute((visibility("hidden")));
3975extern __typeof (xmlSchemaDump) xmlSchemaDump __attribute((alias("xmlSchemaDump__internal_alias")));
3976#define xmlSchemaDump xmlSchemaDump__internal_alias
3977#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00003978
William M. Brack21e4ef22005-01-02 09:53:13 +00003979#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003980extern __typeof (xmlSchemaFree) xmlSchemaFree__internal_alias __attribute((visibility("hidden")));
3981extern __typeof (xmlSchemaFree) xmlSchemaFree __attribute((alias("xmlSchemaFree__internal_alias")));
3982#define xmlSchemaFree xmlSchemaFree__internal_alias
3983#endif
3984
William M. Brack21e4ef22005-01-02 09:53:13 +00003985#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003986extern __typeof (xmlSchemaFreeFacet) xmlSchemaFreeFacet__internal_alias __attribute((visibility("hidden")));
3987extern __typeof (xmlSchemaFreeFacet) xmlSchemaFreeFacet __attribute((alias("xmlSchemaFreeFacet__internal_alias")));
3988#define xmlSchemaFreeFacet xmlSchemaFreeFacet__internal_alias
3989#endif
3990
William M. Brack21e4ef22005-01-02 09:53:13 +00003991#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003992extern __typeof (xmlSchemaFreeParserCtxt) xmlSchemaFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
3993extern __typeof (xmlSchemaFreeParserCtxt) xmlSchemaFreeParserCtxt __attribute((alias("xmlSchemaFreeParserCtxt__internal_alias")));
3994#define xmlSchemaFreeParserCtxt xmlSchemaFreeParserCtxt__internal_alias
3995#endif
3996
William M. Brack21e4ef22005-01-02 09:53:13 +00003997#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00003998extern __typeof (xmlSchemaFreeType) xmlSchemaFreeType__internal_alias __attribute((visibility("hidden")));
3999extern __typeof (xmlSchemaFreeType) xmlSchemaFreeType __attribute((alias("xmlSchemaFreeType__internal_alias")));
4000#define xmlSchemaFreeType xmlSchemaFreeType__internal_alias
4001#endif
4002
William M. Brack21e4ef22005-01-02 09:53:13 +00004003#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004004extern __typeof (xmlSchemaFreeValidCtxt) xmlSchemaFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
4005extern __typeof (xmlSchemaFreeValidCtxt) xmlSchemaFreeValidCtxt __attribute((alias("xmlSchemaFreeValidCtxt__internal_alias")));
4006#define xmlSchemaFreeValidCtxt xmlSchemaFreeValidCtxt__internal_alias
4007#endif
4008
William M. Brack21e4ef22005-01-02 09:53:13 +00004009#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004010extern __typeof (xmlSchemaFreeValue) xmlSchemaFreeValue__internal_alias __attribute((visibility("hidden")));
4011extern __typeof (xmlSchemaFreeValue) xmlSchemaFreeValue __attribute((alias("xmlSchemaFreeValue__internal_alias")));
4012#define xmlSchemaFreeValue xmlSchemaFreeValue__internal_alias
4013#endif
4014
William M. Brack21e4ef22005-01-02 09:53:13 +00004015#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard01fa6152004-06-29 17:04:39 +00004016extern __typeof (xmlSchemaFreeWildcard) xmlSchemaFreeWildcard__internal_alias __attribute((visibility("hidden")));
4017extern __typeof (xmlSchemaFreeWildcard) xmlSchemaFreeWildcard __attribute((alias("xmlSchemaFreeWildcard__internal_alias")));
4018#define xmlSchemaFreeWildcard xmlSchemaFreeWildcard__internal_alias
4019#endif
4020
William M. Brack21e4ef22005-01-02 09:53:13 +00004021#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard01fa6152004-06-29 17:04:39 +00004022extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType) xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias __attribute((visibility("hidden")));
4023extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType) xmlSchemaGetBuiltInListSimpleTypeItemType __attribute((alias("xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias")));
4024#define xmlSchemaGetBuiltInListSimpleTypeItemType xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias
4025#endif
4026
William M. Brack21e4ef22005-01-02 09:53:13 +00004027#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard01fa6152004-06-29 17:04:39 +00004028extern __typeof (xmlSchemaGetBuiltInType) xmlSchemaGetBuiltInType__internal_alias __attribute((visibility("hidden")));
4029extern __typeof (xmlSchemaGetBuiltInType) xmlSchemaGetBuiltInType __attribute((alias("xmlSchemaGetBuiltInType__internal_alias")));
4030#define xmlSchemaGetBuiltInType xmlSchemaGetBuiltInType__internal_alias
4031#endif
4032
William M. Brack21e4ef22005-01-02 09:53:13 +00004033#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard259f0df2004-08-18 09:13:18 +00004034extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong__internal_alias __attribute((visibility("hidden")));
4035extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong __attribute((alias("xmlSchemaGetFacetValueAsULong__internal_alias")));
4036#define xmlSchemaGetFacetValueAsULong xmlSchemaGetFacetValueAsULong__internal_alias
4037#endif
4038
William M. Brack21e4ef22005-01-02 09:53:13 +00004039#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard259f0df2004-08-18 09:13:18 +00004040extern __typeof (xmlSchemaGetParserErrors) xmlSchemaGetParserErrors__internal_alias __attribute((visibility("hidden")));
4041extern __typeof (xmlSchemaGetParserErrors) xmlSchemaGetParserErrors __attribute((alias("xmlSchemaGetParserErrors__internal_alias")));
4042#define xmlSchemaGetParserErrors xmlSchemaGetParserErrors__internal_alias
4043#endif
4044
William M. Brack21e4ef22005-01-02 09:53:13 +00004045#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004046extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType__internal_alias __attribute((visibility("hidden")));
4047extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType __attribute((alias("xmlSchemaGetPredefinedType__internal_alias")));
4048#define xmlSchemaGetPredefinedType xmlSchemaGetPredefinedType__internal_alias
4049#endif
4050
William M. Brack21e4ef22005-01-02 09:53:13 +00004051#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard259f0df2004-08-18 09:13:18 +00004052extern __typeof (xmlSchemaGetValidErrors) xmlSchemaGetValidErrors__internal_alias __attribute((visibility("hidden")));
4053extern __typeof (xmlSchemaGetValidErrors) xmlSchemaGetValidErrors __attribute((alias("xmlSchemaGetValidErrors__internal_alias")));
4054#define xmlSchemaGetValidErrors xmlSchemaGetValidErrors__internal_alias
4055#endif
4056
William M. Brack21e4ef22005-01-02 09:53:13 +00004057#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004058extern __typeof (xmlSchemaInitTypes) xmlSchemaInitTypes__internal_alias __attribute((visibility("hidden")));
4059extern __typeof (xmlSchemaInitTypes) xmlSchemaInitTypes __attribute((alias("xmlSchemaInitTypes__internal_alias")));
4060#define xmlSchemaInitTypes xmlSchemaInitTypes__internal_alias
4061#endif
4062
William M. Brack21e4ef22005-01-02 09:53:13 +00004063#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard01fa6152004-06-29 17:04:39 +00004064extern __typeof (xmlSchemaIsBuiltInTypeFacet) xmlSchemaIsBuiltInTypeFacet__internal_alias __attribute((visibility("hidden")));
4065extern __typeof (xmlSchemaIsBuiltInTypeFacet) xmlSchemaIsBuiltInTypeFacet __attribute((alias("xmlSchemaIsBuiltInTypeFacet__internal_alias")));
4066#define xmlSchemaIsBuiltInTypeFacet xmlSchemaIsBuiltInTypeFacet__internal_alias
4067#endif
4068
William M. Brack21e4ef22005-01-02 09:53:13 +00004069#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004070extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt__internal_alias __attribute((visibility("hidden")));
4071extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt __attribute((alias("xmlSchemaNewDocParserCtxt__internal_alias")));
4072#define xmlSchemaNewDocParserCtxt xmlSchemaNewDocParserCtxt__internal_alias
4073#endif
4074
William M. Brack21e4ef22005-01-02 09:53:13 +00004075#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004076extern __typeof (xmlSchemaNewFacet) xmlSchemaNewFacet__internal_alias __attribute((visibility("hidden")));
4077extern __typeof (xmlSchemaNewFacet) xmlSchemaNewFacet __attribute((alias("xmlSchemaNewFacet__internal_alias")));
4078#define xmlSchemaNewFacet xmlSchemaNewFacet__internal_alias
4079#endif
4080
William M. Brack21e4ef22005-01-02 09:53:13 +00004081#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004082extern __typeof (xmlSchemaNewMemParserCtxt) xmlSchemaNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
4083extern __typeof (xmlSchemaNewMemParserCtxt) xmlSchemaNewMemParserCtxt __attribute((alias("xmlSchemaNewMemParserCtxt__internal_alias")));
4084#define xmlSchemaNewMemParserCtxt xmlSchemaNewMemParserCtxt__internal_alias
4085#endif
4086
William M. Brack21e4ef22005-01-02 09:53:13 +00004087#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004088extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt__internal_alias __attribute((visibility("hidden")));
4089extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt __attribute((alias("xmlSchemaNewParserCtxt__internal_alias")));
4090#define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias
4091#endif
4092
William M. Brack21e4ef22005-01-02 09:53:13 +00004093#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004094extern __typeof (xmlSchemaNewValidCtxt) xmlSchemaNewValidCtxt__internal_alias __attribute((visibility("hidden")));
4095extern __typeof (xmlSchemaNewValidCtxt) xmlSchemaNewValidCtxt __attribute((alias("xmlSchemaNewValidCtxt__internal_alias")));
4096#define xmlSchemaNewValidCtxt xmlSchemaNewValidCtxt__internal_alias
4097#endif
4098
William M. Brack21e4ef22005-01-02 09:53:13 +00004099#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004100extern __typeof (xmlSchemaParse) xmlSchemaParse__internal_alias __attribute((visibility("hidden")));
4101extern __typeof (xmlSchemaParse) xmlSchemaParse __attribute((alias("xmlSchemaParse__internal_alias")));
4102#define xmlSchemaParse xmlSchemaParse__internal_alias
4103#endif
4104
William M. Brack21e4ef22005-01-02 09:53:13 +00004105#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004106extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors__internal_alias __attribute((visibility("hidden")));
4107extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors __attribute((alias("xmlSchemaSetParserErrors__internal_alias")));
4108#define xmlSchemaSetParserErrors xmlSchemaSetParserErrors__internal_alias
4109#endif
4110
William M. Brack21e4ef22005-01-02 09:53:13 +00004111#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004112extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors__internal_alias __attribute((visibility("hidden")));
4113extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors __attribute((alias("xmlSchemaSetValidErrors__internal_alias")));
4114#define xmlSchemaSetValidErrors xmlSchemaSetValidErrors__internal_alias
4115#endif
4116
William M. Brack21e4ef22005-01-02 09:53:13 +00004117#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard6927b102004-10-27 17:29:04 +00004118extern __typeof (xmlSchemaSetValidOptions) xmlSchemaSetValidOptions__internal_alias __attribute((visibility("hidden")));
4119extern __typeof (xmlSchemaSetValidOptions) xmlSchemaSetValidOptions __attribute((alias("xmlSchemaSetValidOptions__internal_alias")));
4120#define xmlSchemaSetValidOptions xmlSchemaSetValidOptions__internal_alias
4121#endif
4122
William M. Brack21e4ef22005-01-02 09:53:13 +00004123#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004124extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode__internal_alias __attribute((visibility("hidden")));
4125extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode __attribute((alias("xmlSchemaValPredefTypeNode__internal_alias")));
4126#define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias
4127#endif
4128
William M. Brack21e4ef22005-01-02 09:53:13 +00004129#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard259f0df2004-08-18 09:13:18 +00004130extern __typeof (xmlSchemaValPredefTypeNodeNoNorm) xmlSchemaValPredefTypeNodeNoNorm__internal_alias __attribute((visibility("hidden")));
4131extern __typeof (xmlSchemaValPredefTypeNodeNoNorm) xmlSchemaValPredefTypeNodeNoNorm __attribute((alias("xmlSchemaValPredefTypeNodeNoNorm__internal_alias")));
4132#define xmlSchemaValPredefTypeNodeNoNorm xmlSchemaValPredefTypeNodeNoNorm__internal_alias
4133#endif
4134
William M. Brack21e4ef22005-01-02 09:53:13 +00004135#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard6927b102004-10-27 17:29:04 +00004136extern __typeof (xmlSchemaValidCtxtGetOptions) xmlSchemaValidCtxtGetOptions__internal_alias __attribute((visibility("hidden")));
4137extern __typeof (xmlSchemaValidCtxtGetOptions) xmlSchemaValidCtxtGetOptions __attribute((alias("xmlSchemaValidCtxtGetOptions__internal_alias")));
4138#define xmlSchemaValidCtxtGetOptions xmlSchemaValidCtxtGetOptions__internal_alias
4139#endif
4140
William M. Brack21e4ef22005-01-02 09:53:13 +00004141#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004142extern __typeof (xmlSchemaValidateDoc) xmlSchemaValidateDoc__internal_alias __attribute((visibility("hidden")));
4143extern __typeof (xmlSchemaValidateDoc) xmlSchemaValidateDoc __attribute((alias("xmlSchemaValidateDoc__internal_alias")));
4144#define xmlSchemaValidateDoc xmlSchemaValidateDoc__internal_alias
4145#endif
4146
William M. Brack21e4ef22005-01-02 09:53:13 +00004147#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004148extern __typeof (xmlSchemaValidateFacet) xmlSchemaValidateFacet__internal_alias __attribute((visibility("hidden")));
4149extern __typeof (xmlSchemaValidateFacet) xmlSchemaValidateFacet __attribute((alias("xmlSchemaValidateFacet__internal_alias")));
4150#define xmlSchemaValidateFacet xmlSchemaValidateFacet__internal_alias
4151#endif
4152
William M. Brack21e4ef22005-01-02 09:53:13 +00004153#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard259f0df2004-08-18 09:13:18 +00004154extern __typeof (xmlSchemaValidateLengthFacet) xmlSchemaValidateLengthFacet__internal_alias __attribute((visibility("hidden")));
4155extern __typeof (xmlSchemaValidateLengthFacet) xmlSchemaValidateLengthFacet __attribute((alias("xmlSchemaValidateLengthFacet__internal_alias")));
4156#define xmlSchemaValidateLengthFacet xmlSchemaValidateLengthFacet__internal_alias
4157#endif
4158
William M. Brack21e4ef22005-01-02 09:53:13 +00004159#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard01fa6152004-06-29 17:04:39 +00004160extern __typeof (xmlSchemaValidateListSimpleTypeFacet) xmlSchemaValidateListSimpleTypeFacet__internal_alias __attribute((visibility("hidden")));
4161extern __typeof (xmlSchemaValidateListSimpleTypeFacet) xmlSchemaValidateListSimpleTypeFacet __attribute((alias("xmlSchemaValidateListSimpleTypeFacet__internal_alias")));
4162#define xmlSchemaValidateListSimpleTypeFacet xmlSchemaValidateListSimpleTypeFacet__internal_alias
4163#endif
4164
William M. Brack21e4ef22005-01-02 09:53:13 +00004165#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillard6927b102004-10-27 17:29:04 +00004166extern __typeof (xmlSchemaValidateOneElement) xmlSchemaValidateOneElement__internal_alias __attribute((visibility("hidden")));
4167extern __typeof (xmlSchemaValidateOneElement) xmlSchemaValidateOneElement __attribute((alias("xmlSchemaValidateOneElement__internal_alias")));
4168#define xmlSchemaValidateOneElement xmlSchemaValidateOneElement__internal_alias
4169#endif
4170
William M. Brack21e4ef22005-01-02 09:53:13 +00004171#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004172extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedType__internal_alias __attribute((visibility("hidden")));
4173extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedType __attribute((alias("xmlSchemaValidatePredefinedType__internal_alias")));
4174#define xmlSchemaValidatePredefinedType xmlSchemaValidatePredefinedType__internal_alias
4175#endif
4176
William M. Brack21e4ef22005-01-02 09:53:13 +00004177#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004178extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream__internal_alias __attribute((visibility("hidden")));
4179extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream __attribute((alias("xmlSchemaValidateStream__internal_alias")));
4180#define xmlSchemaValidateStream xmlSchemaValidateStream__internal_alias
4181#endif
4182
William M. Brack21e4ef22005-01-02 09:53:13 +00004183#if defined(LIBXML_SCHEMAS_ENABLED)
4184extern __typeof (xmlSchemaWhiteSpaceReplace) xmlSchemaWhiteSpaceReplace__internal_alias __attribute((visibility("hidden")));
4185extern __typeof (xmlSchemaWhiteSpaceReplace) xmlSchemaWhiteSpaceReplace __attribute((alias("xmlSchemaWhiteSpaceReplace__internal_alias")));
4186#define xmlSchemaWhiteSpaceReplace xmlSchemaWhiteSpaceReplace__internal_alias
4187#endif
4188
Daniel Veillarda2351322004-06-27 12:08:10 +00004189extern __typeof (xmlSearchNs) xmlSearchNs__internal_alias __attribute((visibility("hidden")));
4190extern __typeof (xmlSearchNs) xmlSearchNs __attribute((alias("xmlSearchNs__internal_alias")));
4191#define xmlSearchNs xmlSearchNs__internal_alias
4192
4193extern __typeof (xmlSearchNsByHref) xmlSearchNsByHref__internal_alias __attribute((visibility("hidden")));
4194extern __typeof (xmlSearchNsByHref) xmlSearchNsByHref __attribute((alias("xmlSearchNsByHref__internal_alias")));
4195#define xmlSearchNsByHref xmlSearchNsByHref__internal_alias
4196
4197extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme__internal_alias __attribute((visibility("hidden")));
4198extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme __attribute((alias("xmlSetBufferAllocationScheme__internal_alias")));
4199#define xmlSetBufferAllocationScheme xmlSetBufferAllocationScheme__internal_alias
4200
4201extern __typeof (xmlSetCompressMode) xmlSetCompressMode__internal_alias __attribute((visibility("hidden")));
4202extern __typeof (xmlSetCompressMode) xmlSetCompressMode __attribute((alias("xmlSetCompressMode__internal_alias")));
4203#define xmlSetCompressMode xmlSetCompressMode__internal_alias
4204
4205extern __typeof (xmlSetDocCompressMode) xmlSetDocCompressMode__internal_alias __attribute((visibility("hidden")));
4206extern __typeof (xmlSetDocCompressMode) xmlSetDocCompressMode __attribute((alias("xmlSetDocCompressMode__internal_alias")));
4207#define xmlSetDocCompressMode xmlSetDocCompressMode__internal_alias
4208
William M. Brack21e4ef22005-01-02 09:53:13 +00004209#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004210extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc__internal_alias __attribute((visibility("hidden")));
4211extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc __attribute((alias("xmlSetEntityReferenceFunc__internal_alias")));
4212#define xmlSetEntityReferenceFunc xmlSetEntityReferenceFunc__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00004213#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00004214
4215extern __typeof (xmlSetExternalEntityLoader) xmlSetExternalEntityLoader__internal_alias __attribute((visibility("hidden")));
4216extern __typeof (xmlSetExternalEntityLoader) xmlSetExternalEntityLoader __attribute((alias("xmlSetExternalEntityLoader__internal_alias")));
4217#define xmlSetExternalEntityLoader xmlSetExternalEntityLoader__internal_alias
4218
William M. Brack21e4ef22005-01-02 09:53:13 +00004219#if defined(LIBXML_LEGACY_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004220extern __typeof (xmlSetFeature) xmlSetFeature__internal_alias __attribute((visibility("hidden")));
4221extern __typeof (xmlSetFeature) xmlSetFeature __attribute((alias("xmlSetFeature__internal_alias")));
4222#define xmlSetFeature xmlSetFeature__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00004223#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00004224
4225extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc__internal_alias __attribute((visibility("hidden")));
4226extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc __attribute((alias("xmlSetGenericErrorFunc__internal_alias")));
4227#define xmlSetGenericErrorFunc xmlSetGenericErrorFunc__internal_alias
4228
4229extern __typeof (xmlSetListDoc) xmlSetListDoc__internal_alias __attribute((visibility("hidden")));
4230extern __typeof (xmlSetListDoc) xmlSetListDoc __attribute((alias("xmlSetListDoc__internal_alias")));
4231#define xmlSetListDoc xmlSetListDoc__internal_alias
4232
4233extern __typeof (xmlSetNs) xmlSetNs__internal_alias __attribute((visibility("hidden")));
4234extern __typeof (xmlSetNs) xmlSetNs __attribute((alias("xmlSetNs__internal_alias")));
4235#define xmlSetNs xmlSetNs__internal_alias
4236
William M. Brack21e4ef22005-01-02 09:53:13 +00004237#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004238extern __typeof (xmlSetNsProp) xmlSetNsProp__internal_alias __attribute((visibility("hidden")));
4239extern __typeof (xmlSetNsProp) xmlSetNsProp __attribute((alias("xmlSetNsProp__internal_alias")));
4240#define xmlSetNsProp xmlSetNsProp__internal_alias
4241#endif
4242
William M. Brack21e4ef22005-01-02 09:53:13 +00004243#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004244extern __typeof (xmlSetProp) xmlSetProp__internal_alias __attribute((visibility("hidden")));
4245extern __typeof (xmlSetProp) xmlSetProp __attribute((alias("xmlSetProp__internal_alias")));
4246#define xmlSetProp xmlSetProp__internal_alias
4247#endif
4248
4249extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc__internal_alias __attribute((visibility("hidden")));
4250extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc __attribute((alias("xmlSetStructuredErrorFunc__internal_alias")));
4251#define xmlSetStructuredErrorFunc xmlSetStructuredErrorFunc__internal_alias
4252
4253extern __typeof (xmlSetTreeDoc) xmlSetTreeDoc__internal_alias __attribute((visibility("hidden")));
4254extern __typeof (xmlSetTreeDoc) xmlSetTreeDoc __attribute((alias("xmlSetTreeDoc__internal_alias")));
4255#define xmlSetTreeDoc xmlSetTreeDoc__internal_alias
4256
William M. Brack21e4ef22005-01-02 09:53:13 +00004257#if defined(LIBXML_SAX1_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004258extern __typeof (xmlSetupParserForBuffer) xmlSetupParserForBuffer__internal_alias __attribute((visibility("hidden")));
4259extern __typeof (xmlSetupParserForBuffer) xmlSetupParserForBuffer __attribute((alias("xmlSetupParserForBuffer__internal_alias")));
4260#define xmlSetupParserForBuffer xmlSetupParserForBuffer__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00004261#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00004262
William M. Brack21e4ef22005-01-02 09:53:13 +00004263#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004264extern __typeof (xmlShell) xmlShell__internal_alias __attribute((visibility("hidden")));
4265extern __typeof (xmlShell) xmlShell __attribute((alias("xmlShell__internal_alias")));
4266#define xmlShell xmlShell__internal_alias
4267#endif
4268
William M. Brack21e4ef22005-01-02 09:53:13 +00004269#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004270extern __typeof (xmlShellBase) xmlShellBase__internal_alias __attribute((visibility("hidden")));
4271extern __typeof (xmlShellBase) xmlShellBase __attribute((alias("xmlShellBase__internal_alias")));
4272#define xmlShellBase xmlShellBase__internal_alias
4273#endif
4274
William M. Brack21e4ef22005-01-02 09:53:13 +00004275#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004276extern __typeof (xmlShellCat) xmlShellCat__internal_alias __attribute((visibility("hidden")));
4277extern __typeof (xmlShellCat) xmlShellCat __attribute((alias("xmlShellCat__internal_alias")));
4278#define xmlShellCat xmlShellCat__internal_alias
4279#endif
4280
William M. Brack21e4ef22005-01-02 09:53:13 +00004281#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004282extern __typeof (xmlShellDir) xmlShellDir__internal_alias __attribute((visibility("hidden")));
4283extern __typeof (xmlShellDir) xmlShellDir __attribute((alias("xmlShellDir__internal_alias")));
4284#define xmlShellDir xmlShellDir__internal_alias
4285#endif
4286
William M. Brack21e4ef22005-01-02 09:53:13 +00004287#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004288extern __typeof (xmlShellDu) xmlShellDu__internal_alias __attribute((visibility("hidden")));
4289extern __typeof (xmlShellDu) xmlShellDu __attribute((alias("xmlShellDu__internal_alias")));
4290#define xmlShellDu xmlShellDu__internal_alias
4291#endif
4292
William M. Brack21e4ef22005-01-02 09:53:13 +00004293#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004294extern __typeof (xmlShellList) xmlShellList__internal_alias __attribute((visibility("hidden")));
4295extern __typeof (xmlShellList) xmlShellList __attribute((alias("xmlShellList__internal_alias")));
4296#define xmlShellList xmlShellList__internal_alias
4297#endif
4298
William M. Brack21e4ef22005-01-02 09:53:13 +00004299#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004300extern __typeof (xmlShellLoad) xmlShellLoad__internal_alias __attribute((visibility("hidden")));
4301extern __typeof (xmlShellLoad) xmlShellLoad __attribute((alias("xmlShellLoad__internal_alias")));
4302#define xmlShellLoad xmlShellLoad__internal_alias
4303#endif
4304
William M. Brack21e4ef22005-01-02 09:53:13 +00004305#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004306extern __typeof (xmlShellPrintNode) xmlShellPrintNode__internal_alias __attribute((visibility("hidden")));
4307extern __typeof (xmlShellPrintNode) xmlShellPrintNode __attribute((alias("xmlShellPrintNode__internal_alias")));
4308#define xmlShellPrintNode xmlShellPrintNode__internal_alias
4309#endif
4310
William M. Brack21e4ef22005-01-02 09:53:13 +00004311#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004312extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError__internal_alias __attribute((visibility("hidden")));
4313extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError __attribute((alias("xmlShellPrintXPathError__internal_alias")));
4314#define xmlShellPrintXPathError xmlShellPrintXPathError__internal_alias
4315#endif
4316
William M. Brack21e4ef22005-01-02 09:53:13 +00004317#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004318extern __typeof (xmlShellPrintXPathResult) xmlShellPrintXPathResult__internal_alias __attribute((visibility("hidden")));
4319extern __typeof (xmlShellPrintXPathResult) xmlShellPrintXPathResult __attribute((alias("xmlShellPrintXPathResult__internal_alias")));
4320#define xmlShellPrintXPathResult xmlShellPrintXPathResult__internal_alias
4321#endif
4322
William M. Brack21e4ef22005-01-02 09:53:13 +00004323#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004324extern __typeof (xmlShellPwd) xmlShellPwd__internal_alias __attribute((visibility("hidden")));
4325extern __typeof (xmlShellPwd) xmlShellPwd __attribute((alias("xmlShellPwd__internal_alias")));
4326#define xmlShellPwd xmlShellPwd__internal_alias
4327#endif
4328
William M. Brack21e4ef22005-01-02 09:53:13 +00004329#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004330extern __typeof (xmlShellSave) xmlShellSave__internal_alias __attribute((visibility("hidden")));
4331extern __typeof (xmlShellSave) xmlShellSave __attribute((alias("xmlShellSave__internal_alias")));
4332#define xmlShellSave xmlShellSave__internal_alias
4333#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00004334
William M. Brack21e4ef22005-01-02 09:53:13 +00004335#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004336extern __typeof (xmlShellValidate) xmlShellValidate__internal_alias __attribute((visibility("hidden")));
4337extern __typeof (xmlShellValidate) xmlShellValidate __attribute((alias("xmlShellValidate__internal_alias")));
4338#define xmlShellValidate xmlShellValidate__internal_alias
4339#endif
4340
William M. Brack21e4ef22005-01-02 09:53:13 +00004341#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004342extern __typeof (xmlShellWrite) xmlShellWrite__internal_alias __attribute((visibility("hidden")));
4343extern __typeof (xmlShellWrite) xmlShellWrite __attribute((alias("xmlShellWrite__internal_alias")));
4344#define xmlShellWrite xmlShellWrite__internal_alias
4345#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00004346
4347extern __typeof (xmlSkipBlankChars) xmlSkipBlankChars__internal_alias __attribute((visibility("hidden")));
4348extern __typeof (xmlSkipBlankChars) xmlSkipBlankChars __attribute((alias("xmlSkipBlankChars__internal_alias")));
4349#define xmlSkipBlankChars xmlSkipBlankChars__internal_alias
4350
4351extern __typeof (xmlSnprintfElementContent) xmlSnprintfElementContent__internal_alias __attribute((visibility("hidden")));
4352extern __typeof (xmlSnprintfElementContent) xmlSnprintfElementContent __attribute((alias("xmlSnprintfElementContent__internal_alias")));
4353#define xmlSnprintfElementContent xmlSnprintfElementContent__internal_alias
4354
4355extern __typeof (xmlSplitQName) xmlSplitQName__internal_alias __attribute((visibility("hidden")));
4356extern __typeof (xmlSplitQName) xmlSplitQName __attribute((alias("xmlSplitQName__internal_alias")));
4357#define xmlSplitQName xmlSplitQName__internal_alias
4358
4359extern __typeof (xmlSplitQName2) xmlSplitQName2__internal_alias __attribute((visibility("hidden")));
4360extern __typeof (xmlSplitQName2) xmlSplitQName2 __attribute((alias("xmlSplitQName2__internal_alias")));
4361#define xmlSplitQName2 xmlSplitQName2__internal_alias
4362
4363extern __typeof (xmlSplitQName3) xmlSplitQName3__internal_alias __attribute((visibility("hidden")));
4364extern __typeof (xmlSplitQName3) xmlSplitQName3 __attribute((alias("xmlSplitQName3__internal_alias")));
4365#define xmlSplitQName3 xmlSplitQName3__internal_alias
4366
William M. Brack21e4ef22005-01-02 09:53:13 +00004367#if defined(LIBXML_OUTPUT_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004368extern __typeof (xmlSprintfElementContent) xmlSprintfElementContent__internal_alias __attribute((visibility("hidden")));
4369extern __typeof (xmlSprintfElementContent) xmlSprintfElementContent __attribute((alias("xmlSprintfElementContent__internal_alias")));
4370#define xmlSprintfElementContent xmlSprintfElementContent__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00004371#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00004372
William M. Brack21e4ef22005-01-02 09:53:13 +00004373#if defined(LIBXML_PUSH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004374extern __typeof (xmlStopParser) xmlStopParser__internal_alias __attribute((visibility("hidden")));
4375extern __typeof (xmlStopParser) xmlStopParser __attribute((alias("xmlStopParser__internal_alias")));
4376#define xmlStopParser xmlStopParser__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00004377#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00004378
4379extern __typeof (xmlStrEqual) xmlStrEqual__internal_alias __attribute((visibility("hidden")));
4380extern __typeof (xmlStrEqual) xmlStrEqual __attribute((alias("xmlStrEqual__internal_alias")));
4381#define xmlStrEqual xmlStrEqual__internal_alias
4382
4383extern __typeof (xmlStrPrintf) xmlStrPrintf__internal_alias __attribute((visibility("hidden")));
4384extern __typeof (xmlStrPrintf) xmlStrPrintf __attribute((alias("xmlStrPrintf__internal_alias")));
4385#define xmlStrPrintf xmlStrPrintf__internal_alias
4386
4387extern __typeof (xmlStrQEqual) xmlStrQEqual__internal_alias __attribute((visibility("hidden")));
4388extern __typeof (xmlStrQEqual) xmlStrQEqual __attribute((alias("xmlStrQEqual__internal_alias")));
4389#define xmlStrQEqual xmlStrQEqual__internal_alias
4390
4391extern __typeof (xmlStrVPrintf) xmlStrVPrintf__internal_alias __attribute((visibility("hidden")));
4392extern __typeof (xmlStrVPrintf) xmlStrVPrintf __attribute((alias("xmlStrVPrintf__internal_alias")));
4393#define xmlStrVPrintf xmlStrVPrintf__internal_alias
4394
4395extern __typeof (xmlStrcasecmp) xmlStrcasecmp__internal_alias __attribute((visibility("hidden")));
4396extern __typeof (xmlStrcasecmp) xmlStrcasecmp __attribute((alias("xmlStrcasecmp__internal_alias")));
4397#define xmlStrcasecmp xmlStrcasecmp__internal_alias
4398
4399extern __typeof (xmlStrcasestr) xmlStrcasestr__internal_alias __attribute((visibility("hidden")));
4400extern __typeof (xmlStrcasestr) xmlStrcasestr __attribute((alias("xmlStrcasestr__internal_alias")));
4401#define xmlStrcasestr xmlStrcasestr__internal_alias
4402
4403extern __typeof (xmlStrcat) xmlStrcat__internal_alias __attribute((visibility("hidden")));
4404extern __typeof (xmlStrcat) xmlStrcat __attribute((alias("xmlStrcat__internal_alias")));
4405#define xmlStrcat xmlStrcat__internal_alias
4406
4407extern __typeof (xmlStrchr) xmlStrchr__internal_alias __attribute((visibility("hidden")));
4408extern __typeof (xmlStrchr) xmlStrchr __attribute((alias("xmlStrchr__internal_alias")));
4409#define xmlStrchr xmlStrchr__internal_alias
4410
4411extern __typeof (xmlStrcmp) xmlStrcmp__internal_alias __attribute((visibility("hidden")));
4412extern __typeof (xmlStrcmp) xmlStrcmp __attribute((alias("xmlStrcmp__internal_alias")));
4413#define xmlStrcmp xmlStrcmp__internal_alias
4414
4415extern __typeof (xmlStrdup) xmlStrdup__internal_alias __attribute((visibility("hidden")));
4416extern __typeof (xmlStrdup) xmlStrdup __attribute((alias("xmlStrdup__internal_alias")));
4417#define xmlStrdup xmlStrdup__internal_alias
4418
4419extern __typeof (xmlStringCurrentChar) xmlStringCurrentChar__internal_alias __attribute((visibility("hidden")));
4420extern __typeof (xmlStringCurrentChar) xmlStringCurrentChar __attribute((alias("xmlStringCurrentChar__internal_alias")));
4421#define xmlStringCurrentChar xmlStringCurrentChar__internal_alias
4422
4423extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities__internal_alias __attribute((visibility("hidden")));
4424extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities __attribute((alias("xmlStringDecodeEntities__internal_alias")));
4425#define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias
4426
4427extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList__internal_alias __attribute((visibility("hidden")));
4428extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList __attribute((alias("xmlStringGetNodeList__internal_alias")));
4429#define xmlStringGetNodeList xmlStringGetNodeList__internal_alias
4430
4431extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities__internal_alias __attribute((visibility("hidden")));
4432extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities __attribute((alias("xmlStringLenDecodeEntities__internal_alias")));
4433#define xmlStringLenDecodeEntities xmlStringLenDecodeEntities__internal_alias
4434
4435extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList__internal_alias __attribute((visibility("hidden")));
4436extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList __attribute((alias("xmlStringLenGetNodeList__internal_alias")));
4437#define xmlStringLenGetNodeList xmlStringLenGetNodeList__internal_alias
4438
4439extern __typeof (xmlStrlen) xmlStrlen__internal_alias __attribute((visibility("hidden")));
4440extern __typeof (xmlStrlen) xmlStrlen __attribute((alias("xmlStrlen__internal_alias")));
4441#define xmlStrlen xmlStrlen__internal_alias
4442
4443extern __typeof (xmlStrncasecmp) xmlStrncasecmp__internal_alias __attribute((visibility("hidden")));
4444extern __typeof (xmlStrncasecmp) xmlStrncasecmp __attribute((alias("xmlStrncasecmp__internal_alias")));
4445#define xmlStrncasecmp xmlStrncasecmp__internal_alias
4446
4447extern __typeof (xmlStrncat) xmlStrncat__internal_alias __attribute((visibility("hidden")));
4448extern __typeof (xmlStrncat) xmlStrncat __attribute((alias("xmlStrncat__internal_alias")));
4449#define xmlStrncat xmlStrncat__internal_alias
4450
4451extern __typeof (xmlStrncatNew) xmlStrncatNew__internal_alias __attribute((visibility("hidden")));
4452extern __typeof (xmlStrncatNew) xmlStrncatNew __attribute((alias("xmlStrncatNew__internal_alias")));
4453#define xmlStrncatNew xmlStrncatNew__internal_alias
4454
4455extern __typeof (xmlStrncmp) xmlStrncmp__internal_alias __attribute((visibility("hidden")));
4456extern __typeof (xmlStrncmp) xmlStrncmp __attribute((alias("xmlStrncmp__internal_alias")));
4457#define xmlStrncmp xmlStrncmp__internal_alias
4458
4459extern __typeof (xmlStrndup) xmlStrndup__internal_alias __attribute((visibility("hidden")));
4460extern __typeof (xmlStrndup) xmlStrndup __attribute((alias("xmlStrndup__internal_alias")));
4461#define xmlStrndup xmlStrndup__internal_alias
4462
4463extern __typeof (xmlStrstr) xmlStrstr__internal_alias __attribute((visibility("hidden")));
4464extern __typeof (xmlStrstr) xmlStrstr __attribute((alias("xmlStrstr__internal_alias")));
4465#define xmlStrstr xmlStrstr__internal_alias
4466
4467extern __typeof (xmlStrsub) xmlStrsub__internal_alias __attribute((visibility("hidden")));
4468extern __typeof (xmlStrsub) xmlStrsub __attribute((alias("xmlStrsub__internal_alias")));
4469#define xmlStrsub xmlStrsub__internal_alias
4470
4471extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault__internal_alias __attribute((visibility("hidden")));
4472extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault __attribute((alias("xmlSubstituteEntitiesDefault__internal_alias")));
4473#define xmlSubstituteEntitiesDefault xmlSubstituteEntitiesDefault__internal_alias
4474
4475extern __typeof (xmlSwitchEncoding) xmlSwitchEncoding__internal_alias __attribute((visibility("hidden")));
4476extern __typeof (xmlSwitchEncoding) xmlSwitchEncoding __attribute((alias("xmlSwitchEncoding__internal_alias")));
4477#define xmlSwitchEncoding xmlSwitchEncoding__internal_alias
4478
4479extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding__internal_alias __attribute((visibility("hidden")));
4480extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding __attribute((alias("xmlSwitchInputEncoding__internal_alias")));
4481#define xmlSwitchInputEncoding xmlSwitchInputEncoding__internal_alias
4482
4483extern __typeof (xmlSwitchToEncoding) xmlSwitchToEncoding__internal_alias __attribute((visibility("hidden")));
4484extern __typeof (xmlSwitchToEncoding) xmlSwitchToEncoding __attribute((alias("xmlSwitchToEncoding__internal_alias")));
4485#define xmlSwitchToEncoding xmlSwitchToEncoding__internal_alias
4486
4487extern __typeof (xmlTextConcat) xmlTextConcat__internal_alias __attribute((visibility("hidden")));
4488extern __typeof (xmlTextConcat) xmlTextConcat __attribute((alias("xmlTextConcat__internal_alias")));
4489#define xmlTextConcat xmlTextConcat__internal_alias
4490
4491extern __typeof (xmlTextMerge) xmlTextMerge__internal_alias __attribute((visibility("hidden")));
4492extern __typeof (xmlTextMerge) xmlTextMerge __attribute((alias("xmlTextMerge__internal_alias")));
4493#define xmlTextMerge xmlTextMerge__internal_alias
4494
William M. Brack21e4ef22005-01-02 09:53:13 +00004495#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004496extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount__internal_alias __attribute((visibility("hidden")));
4497extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount __attribute((alias("xmlTextReaderAttributeCount__internal_alias")));
4498#define xmlTextReaderAttributeCount xmlTextReaderAttributeCount__internal_alias
4499#endif
4500
William M. Brack21e4ef22005-01-02 09:53:13 +00004501#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004502extern __typeof (xmlTextReaderBaseUri) xmlTextReaderBaseUri__internal_alias __attribute((visibility("hidden")));
4503extern __typeof (xmlTextReaderBaseUri) xmlTextReaderBaseUri __attribute((alias("xmlTextReaderBaseUri__internal_alias")));
4504#define xmlTextReaderBaseUri xmlTextReaderBaseUri__internal_alias
4505#endif
4506
William M. Brack21e4ef22005-01-02 09:53:13 +00004507#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004508extern __typeof (xmlTextReaderClose) xmlTextReaderClose__internal_alias __attribute((visibility("hidden")));
4509extern __typeof (xmlTextReaderClose) xmlTextReaderClose __attribute((alias("xmlTextReaderClose__internal_alias")));
4510#define xmlTextReaderClose xmlTextReaderClose__internal_alias
4511#endif
4512
William M. Brack21e4ef22005-01-02 09:53:13 +00004513#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004514extern __typeof (xmlTextReaderConstBaseUri) xmlTextReaderConstBaseUri__internal_alias __attribute((visibility("hidden")));
4515extern __typeof (xmlTextReaderConstBaseUri) xmlTextReaderConstBaseUri __attribute((alias("xmlTextReaderConstBaseUri__internal_alias")));
4516#define xmlTextReaderConstBaseUri xmlTextReaderConstBaseUri__internal_alias
4517#endif
4518
William M. Brack21e4ef22005-01-02 09:53:13 +00004519#if defined(LIBXML_READER_ENABLED)
Daniel Veillard6927b102004-10-27 17:29:04 +00004520extern __typeof (xmlTextReaderConstEncoding) xmlTextReaderConstEncoding__internal_alias __attribute((visibility("hidden")));
4521extern __typeof (xmlTextReaderConstEncoding) xmlTextReaderConstEncoding __attribute((alias("xmlTextReaderConstEncoding__internal_alias")));
4522#define xmlTextReaderConstEncoding xmlTextReaderConstEncoding__internal_alias
4523#endif
4524
William M. Brack21e4ef22005-01-02 09:53:13 +00004525#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004526extern __typeof (xmlTextReaderConstLocalName) xmlTextReaderConstLocalName__internal_alias __attribute((visibility("hidden")));
4527extern __typeof (xmlTextReaderConstLocalName) xmlTextReaderConstLocalName __attribute((alias("xmlTextReaderConstLocalName__internal_alias")));
4528#define xmlTextReaderConstLocalName xmlTextReaderConstLocalName__internal_alias
4529#endif
4530
William M. Brack21e4ef22005-01-02 09:53:13 +00004531#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004532extern __typeof (xmlTextReaderConstName) xmlTextReaderConstName__internal_alias __attribute((visibility("hidden")));
4533extern __typeof (xmlTextReaderConstName) xmlTextReaderConstName __attribute((alias("xmlTextReaderConstName__internal_alias")));
4534#define xmlTextReaderConstName xmlTextReaderConstName__internal_alias
4535#endif
4536
William M. Brack21e4ef22005-01-02 09:53:13 +00004537#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004538extern __typeof (xmlTextReaderConstNamespaceUri) xmlTextReaderConstNamespaceUri__internal_alias __attribute((visibility("hidden")));
4539extern __typeof (xmlTextReaderConstNamespaceUri) xmlTextReaderConstNamespaceUri __attribute((alias("xmlTextReaderConstNamespaceUri__internal_alias")));
4540#define xmlTextReaderConstNamespaceUri xmlTextReaderConstNamespaceUri__internal_alias
4541#endif
4542
William M. Brack21e4ef22005-01-02 09:53:13 +00004543#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004544extern __typeof (xmlTextReaderConstPrefix) xmlTextReaderConstPrefix__internal_alias __attribute((visibility("hidden")));
4545extern __typeof (xmlTextReaderConstPrefix) xmlTextReaderConstPrefix __attribute((alias("xmlTextReaderConstPrefix__internal_alias")));
4546#define xmlTextReaderConstPrefix xmlTextReaderConstPrefix__internal_alias
4547#endif
4548
William M. Brack21e4ef22005-01-02 09:53:13 +00004549#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004550extern __typeof (xmlTextReaderConstString) xmlTextReaderConstString__internal_alias __attribute((visibility("hidden")));
4551extern __typeof (xmlTextReaderConstString) xmlTextReaderConstString __attribute((alias("xmlTextReaderConstString__internal_alias")));
4552#define xmlTextReaderConstString xmlTextReaderConstString__internal_alias
4553#endif
4554
William M. Brack21e4ef22005-01-02 09:53:13 +00004555#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004556extern __typeof (xmlTextReaderConstValue) xmlTextReaderConstValue__internal_alias __attribute((visibility("hidden")));
4557extern __typeof (xmlTextReaderConstValue) xmlTextReaderConstValue __attribute((alias("xmlTextReaderConstValue__internal_alias")));
4558#define xmlTextReaderConstValue xmlTextReaderConstValue__internal_alias
4559#endif
4560
William M. Brack21e4ef22005-01-02 09:53:13 +00004561#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004562extern __typeof (xmlTextReaderConstXmlLang) xmlTextReaderConstXmlLang__internal_alias __attribute((visibility("hidden")));
4563extern __typeof (xmlTextReaderConstXmlLang) xmlTextReaderConstXmlLang __attribute((alias("xmlTextReaderConstXmlLang__internal_alias")));
4564#define xmlTextReaderConstXmlLang xmlTextReaderConstXmlLang__internal_alias
4565#endif
4566
William M. Brack21e4ef22005-01-02 09:53:13 +00004567#if defined(LIBXML_READER_ENABLED)
Daniel Veillard6927b102004-10-27 17:29:04 +00004568extern __typeof (xmlTextReaderConstXmlVersion) xmlTextReaderConstXmlVersion__internal_alias __attribute((visibility("hidden")));
4569extern __typeof (xmlTextReaderConstXmlVersion) xmlTextReaderConstXmlVersion __attribute((alias("xmlTextReaderConstXmlVersion__internal_alias")));
4570#define xmlTextReaderConstXmlVersion xmlTextReaderConstXmlVersion__internal_alias
4571#endif
4572
William M. Brack21e4ef22005-01-02 09:53:13 +00004573#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004574extern __typeof (xmlTextReaderCurrentDoc) xmlTextReaderCurrentDoc__internal_alias __attribute((visibility("hidden")));
4575extern __typeof (xmlTextReaderCurrentDoc) xmlTextReaderCurrentDoc __attribute((alias("xmlTextReaderCurrentDoc__internal_alias")));
4576#define xmlTextReaderCurrentDoc xmlTextReaderCurrentDoc__internal_alias
4577#endif
4578
William M. Brack21e4ef22005-01-02 09:53:13 +00004579#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004580extern __typeof (xmlTextReaderCurrentNode) xmlTextReaderCurrentNode__internal_alias __attribute((visibility("hidden")));
4581extern __typeof (xmlTextReaderCurrentNode) xmlTextReaderCurrentNode __attribute((alias("xmlTextReaderCurrentNode__internal_alias")));
4582#define xmlTextReaderCurrentNode xmlTextReaderCurrentNode__internal_alias
4583#endif
4584
William M. Brack21e4ef22005-01-02 09:53:13 +00004585#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004586extern __typeof (xmlTextReaderDepth) xmlTextReaderDepth__internal_alias __attribute((visibility("hidden")));
4587extern __typeof (xmlTextReaderDepth) xmlTextReaderDepth __attribute((alias("xmlTextReaderDepth__internal_alias")));
4588#define xmlTextReaderDepth xmlTextReaderDepth__internal_alias
4589#endif
4590
William M. Brack21e4ef22005-01-02 09:53:13 +00004591#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004592extern __typeof (xmlTextReaderExpand) xmlTextReaderExpand__internal_alias __attribute((visibility("hidden")));
4593extern __typeof (xmlTextReaderExpand) xmlTextReaderExpand __attribute((alias("xmlTextReaderExpand__internal_alias")));
4594#define xmlTextReaderExpand xmlTextReaderExpand__internal_alias
4595#endif
4596
William M. Brack21e4ef22005-01-02 09:53:13 +00004597#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004598extern __typeof (xmlTextReaderGetAttribute) xmlTextReaderGetAttribute__internal_alias __attribute((visibility("hidden")));
4599extern __typeof (xmlTextReaderGetAttribute) xmlTextReaderGetAttribute __attribute((alias("xmlTextReaderGetAttribute__internal_alias")));
4600#define xmlTextReaderGetAttribute xmlTextReaderGetAttribute__internal_alias
4601#endif
4602
William M. Brack21e4ef22005-01-02 09:53:13 +00004603#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004604extern __typeof (xmlTextReaderGetAttributeNo) xmlTextReaderGetAttributeNo__internal_alias __attribute((visibility("hidden")));
4605extern __typeof (xmlTextReaderGetAttributeNo) xmlTextReaderGetAttributeNo __attribute((alias("xmlTextReaderGetAttributeNo__internal_alias")));
4606#define xmlTextReaderGetAttributeNo xmlTextReaderGetAttributeNo__internal_alias
4607#endif
4608
William M. Brack21e4ef22005-01-02 09:53:13 +00004609#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004610extern __typeof (xmlTextReaderGetAttributeNs) xmlTextReaderGetAttributeNs__internal_alias __attribute((visibility("hidden")));
4611extern __typeof (xmlTextReaderGetAttributeNs) xmlTextReaderGetAttributeNs __attribute((alias("xmlTextReaderGetAttributeNs__internal_alias")));
4612#define xmlTextReaderGetAttributeNs xmlTextReaderGetAttributeNs__internal_alias
4613#endif
4614
William M. Brack21e4ef22005-01-02 09:53:13 +00004615#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004616extern __typeof (xmlTextReaderGetErrorHandler) xmlTextReaderGetErrorHandler__internal_alias __attribute((visibility("hidden")));
4617extern __typeof (xmlTextReaderGetErrorHandler) xmlTextReaderGetErrorHandler __attribute((alias("xmlTextReaderGetErrorHandler__internal_alias")));
4618#define xmlTextReaderGetErrorHandler xmlTextReaderGetErrorHandler__internal_alias
4619#endif
4620
William M. Brack21e4ef22005-01-02 09:53:13 +00004621#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004622extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp__internal_alias __attribute((visibility("hidden")));
4623extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp __attribute((alias("xmlTextReaderGetParserProp__internal_alias")));
4624#define xmlTextReaderGetParserProp xmlTextReaderGetParserProp__internal_alias
4625#endif
4626
William M. Brack21e4ef22005-01-02 09:53:13 +00004627#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004628extern __typeof (xmlTextReaderGetRemainder) xmlTextReaderGetRemainder__internal_alias __attribute((visibility("hidden")));
4629extern __typeof (xmlTextReaderGetRemainder) xmlTextReaderGetRemainder __attribute((alias("xmlTextReaderGetRemainder__internal_alias")));
4630#define xmlTextReaderGetRemainder xmlTextReaderGetRemainder__internal_alias
4631#endif
4632
William M. Brack21e4ef22005-01-02 09:53:13 +00004633#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004634extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes__internal_alias __attribute((visibility("hidden")));
4635extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes __attribute((alias("xmlTextReaderHasAttributes__internal_alias")));
4636#define xmlTextReaderHasAttributes xmlTextReaderHasAttributes__internal_alias
4637#endif
4638
William M. Brack21e4ef22005-01-02 09:53:13 +00004639#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004640extern __typeof (xmlTextReaderHasValue) xmlTextReaderHasValue__internal_alias __attribute((visibility("hidden")));
4641extern __typeof (xmlTextReaderHasValue) xmlTextReaderHasValue __attribute((alias("xmlTextReaderHasValue__internal_alias")));
4642#define xmlTextReaderHasValue xmlTextReaderHasValue__internal_alias
4643#endif
4644
William M. Brack21e4ef22005-01-02 09:53:13 +00004645#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004646extern __typeof (xmlTextReaderIsDefault) xmlTextReaderIsDefault__internal_alias __attribute((visibility("hidden")));
4647extern __typeof (xmlTextReaderIsDefault) xmlTextReaderIsDefault __attribute((alias("xmlTextReaderIsDefault__internal_alias")));
4648#define xmlTextReaderIsDefault xmlTextReaderIsDefault__internal_alias
4649#endif
4650
William M. Brack21e4ef22005-01-02 09:53:13 +00004651#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004652extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement__internal_alias __attribute((visibility("hidden")));
4653extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement __attribute((alias("xmlTextReaderIsEmptyElement__internal_alias")));
4654#define xmlTextReaderIsEmptyElement xmlTextReaderIsEmptyElement__internal_alias
4655#endif
4656
William M. Brack21e4ef22005-01-02 09:53:13 +00004657#if defined(LIBXML_READER_ENABLED)
Daniel Veillard6927b102004-10-27 17:29:04 +00004658extern __typeof (xmlTextReaderIsNamespaceDecl) xmlTextReaderIsNamespaceDecl__internal_alias __attribute((visibility("hidden")));
4659extern __typeof (xmlTextReaderIsNamespaceDecl) xmlTextReaderIsNamespaceDecl __attribute((alias("xmlTextReaderIsNamespaceDecl__internal_alias")));
4660#define xmlTextReaderIsNamespaceDecl xmlTextReaderIsNamespaceDecl__internal_alias
4661#endif
4662
William M. Brack21e4ef22005-01-02 09:53:13 +00004663#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004664extern __typeof (xmlTextReaderIsValid) xmlTextReaderIsValid__internal_alias __attribute((visibility("hidden")));
4665extern __typeof (xmlTextReaderIsValid) xmlTextReaderIsValid __attribute((alias("xmlTextReaderIsValid__internal_alias")));
4666#define xmlTextReaderIsValid xmlTextReaderIsValid__internal_alias
4667#endif
4668
William M. Brack21e4ef22005-01-02 09:53:13 +00004669#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004670extern __typeof (xmlTextReaderLocalName) xmlTextReaderLocalName__internal_alias __attribute((visibility("hidden")));
4671extern __typeof (xmlTextReaderLocalName) xmlTextReaderLocalName __attribute((alias("xmlTextReaderLocalName__internal_alias")));
4672#define xmlTextReaderLocalName xmlTextReaderLocalName__internal_alias
4673#endif
4674
William M. Brack21e4ef22005-01-02 09:53:13 +00004675#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004676extern __typeof (xmlTextReaderLocatorBaseURI) xmlTextReaderLocatorBaseURI__internal_alias __attribute((visibility("hidden")));
4677extern __typeof (xmlTextReaderLocatorBaseURI) xmlTextReaderLocatorBaseURI __attribute((alias("xmlTextReaderLocatorBaseURI__internal_alias")));
4678#define xmlTextReaderLocatorBaseURI xmlTextReaderLocatorBaseURI__internal_alias
4679#endif
4680
William M. Brack21e4ef22005-01-02 09:53:13 +00004681#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004682extern __typeof (xmlTextReaderLocatorLineNumber) xmlTextReaderLocatorLineNumber__internal_alias __attribute((visibility("hidden")));
4683extern __typeof (xmlTextReaderLocatorLineNumber) xmlTextReaderLocatorLineNumber __attribute((alias("xmlTextReaderLocatorLineNumber__internal_alias")));
4684#define xmlTextReaderLocatorLineNumber xmlTextReaderLocatorLineNumber__internal_alias
4685#endif
4686
William M. Brack21e4ef22005-01-02 09:53:13 +00004687#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004688extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace__internal_alias __attribute((visibility("hidden")));
4689extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace __attribute((alias("xmlTextReaderLookupNamespace__internal_alias")));
4690#define xmlTextReaderLookupNamespace xmlTextReaderLookupNamespace__internal_alias
4691#endif
4692
William M. Brack21e4ef22005-01-02 09:53:13 +00004693#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004694extern __typeof (xmlTextReaderMoveToAttribute) xmlTextReaderMoveToAttribute__internal_alias __attribute((visibility("hidden")));
4695extern __typeof (xmlTextReaderMoveToAttribute) xmlTextReaderMoveToAttribute __attribute((alias("xmlTextReaderMoveToAttribute__internal_alias")));
4696#define xmlTextReaderMoveToAttribute xmlTextReaderMoveToAttribute__internal_alias
4697#endif
4698
William M. Brack21e4ef22005-01-02 09:53:13 +00004699#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004700extern __typeof (xmlTextReaderMoveToAttributeNo) xmlTextReaderMoveToAttributeNo__internal_alias __attribute((visibility("hidden")));
4701extern __typeof (xmlTextReaderMoveToAttributeNo) xmlTextReaderMoveToAttributeNo __attribute((alias("xmlTextReaderMoveToAttributeNo__internal_alias")));
4702#define xmlTextReaderMoveToAttributeNo xmlTextReaderMoveToAttributeNo__internal_alias
4703#endif
4704
William M. Brack21e4ef22005-01-02 09:53:13 +00004705#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004706extern __typeof (xmlTextReaderMoveToAttributeNs) xmlTextReaderMoveToAttributeNs__internal_alias __attribute((visibility("hidden")));
4707extern __typeof (xmlTextReaderMoveToAttributeNs) xmlTextReaderMoveToAttributeNs __attribute((alias("xmlTextReaderMoveToAttributeNs__internal_alias")));
4708#define xmlTextReaderMoveToAttributeNs xmlTextReaderMoveToAttributeNs__internal_alias
4709#endif
4710
William M. Brack21e4ef22005-01-02 09:53:13 +00004711#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004712extern __typeof (xmlTextReaderMoveToElement) xmlTextReaderMoveToElement__internal_alias __attribute((visibility("hidden")));
4713extern __typeof (xmlTextReaderMoveToElement) xmlTextReaderMoveToElement __attribute((alias("xmlTextReaderMoveToElement__internal_alias")));
4714#define xmlTextReaderMoveToElement xmlTextReaderMoveToElement__internal_alias
4715#endif
4716
William M. Brack21e4ef22005-01-02 09:53:13 +00004717#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004718extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute__internal_alias __attribute((visibility("hidden")));
4719extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute __attribute((alias("xmlTextReaderMoveToFirstAttribute__internal_alias")));
4720#define xmlTextReaderMoveToFirstAttribute xmlTextReaderMoveToFirstAttribute__internal_alias
4721#endif
4722
William M. Brack21e4ef22005-01-02 09:53:13 +00004723#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004724extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute__internal_alias __attribute((visibility("hidden")));
4725extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute __attribute((alias("xmlTextReaderMoveToNextAttribute__internal_alias")));
4726#define xmlTextReaderMoveToNextAttribute xmlTextReaderMoveToNextAttribute__internal_alias
4727#endif
4728
William M. Brack21e4ef22005-01-02 09:53:13 +00004729#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004730extern __typeof (xmlTextReaderName) xmlTextReaderName__internal_alias __attribute((visibility("hidden")));
4731extern __typeof (xmlTextReaderName) xmlTextReaderName __attribute((alias("xmlTextReaderName__internal_alias")));
4732#define xmlTextReaderName xmlTextReaderName__internal_alias
4733#endif
4734
William M. Brack21e4ef22005-01-02 09:53:13 +00004735#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004736extern __typeof (xmlTextReaderNamespaceUri) xmlTextReaderNamespaceUri__internal_alias __attribute((visibility("hidden")));
4737extern __typeof (xmlTextReaderNamespaceUri) xmlTextReaderNamespaceUri __attribute((alias("xmlTextReaderNamespaceUri__internal_alias")));
4738#define xmlTextReaderNamespaceUri xmlTextReaderNamespaceUri__internal_alias
4739#endif
4740
William M. Brack21e4ef22005-01-02 09:53:13 +00004741#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004742extern __typeof (xmlTextReaderNext) xmlTextReaderNext__internal_alias __attribute((visibility("hidden")));
4743extern __typeof (xmlTextReaderNext) xmlTextReaderNext __attribute((alias("xmlTextReaderNext__internal_alias")));
4744#define xmlTextReaderNext xmlTextReaderNext__internal_alias
4745#endif
4746
William M. Brack21e4ef22005-01-02 09:53:13 +00004747#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004748extern __typeof (xmlTextReaderNextSibling) xmlTextReaderNextSibling__internal_alias __attribute((visibility("hidden")));
4749extern __typeof (xmlTextReaderNextSibling) xmlTextReaderNextSibling __attribute((alias("xmlTextReaderNextSibling__internal_alias")));
4750#define xmlTextReaderNextSibling xmlTextReaderNextSibling__internal_alias
4751#endif
4752
William M. Brack21e4ef22005-01-02 09:53:13 +00004753#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004754extern __typeof (xmlTextReaderNodeType) xmlTextReaderNodeType__internal_alias __attribute((visibility("hidden")));
4755extern __typeof (xmlTextReaderNodeType) xmlTextReaderNodeType __attribute((alias("xmlTextReaderNodeType__internal_alias")));
4756#define xmlTextReaderNodeType xmlTextReaderNodeType__internal_alias
4757#endif
4758
William M. Brack21e4ef22005-01-02 09:53:13 +00004759#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004760extern __typeof (xmlTextReaderNormalization) xmlTextReaderNormalization__internal_alias __attribute((visibility("hidden")));
4761extern __typeof (xmlTextReaderNormalization) xmlTextReaderNormalization __attribute((alias("xmlTextReaderNormalization__internal_alias")));
4762#define xmlTextReaderNormalization xmlTextReaderNormalization__internal_alias
4763#endif
4764
William M. Brack21e4ef22005-01-02 09:53:13 +00004765#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004766extern __typeof (xmlTextReaderPrefix) xmlTextReaderPrefix__internal_alias __attribute((visibility("hidden")));
4767extern __typeof (xmlTextReaderPrefix) xmlTextReaderPrefix __attribute((alias("xmlTextReaderPrefix__internal_alias")));
4768#define xmlTextReaderPrefix xmlTextReaderPrefix__internal_alias
4769#endif
4770
William M. Brack21e4ef22005-01-02 09:53:13 +00004771#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004772extern __typeof (xmlTextReaderPreserve) xmlTextReaderPreserve__internal_alias __attribute((visibility("hidden")));
4773extern __typeof (xmlTextReaderPreserve) xmlTextReaderPreserve __attribute((alias("xmlTextReaderPreserve__internal_alias")));
4774#define xmlTextReaderPreserve xmlTextReaderPreserve__internal_alias
4775#endif
4776
William M. Brack21e4ef22005-01-02 09:53:13 +00004777#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_PATTERN_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004778extern __typeof (xmlTextReaderPreservePattern) xmlTextReaderPreservePattern__internal_alias __attribute((visibility("hidden")));
4779extern __typeof (xmlTextReaderPreservePattern) xmlTextReaderPreservePattern __attribute((alias("xmlTextReaderPreservePattern__internal_alias")));
4780#define xmlTextReaderPreservePattern xmlTextReaderPreservePattern__internal_alias
4781#endif
4782
William M. Brack21e4ef22005-01-02 09:53:13 +00004783#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004784extern __typeof (xmlTextReaderQuoteChar) xmlTextReaderQuoteChar__internal_alias __attribute((visibility("hidden")));
4785extern __typeof (xmlTextReaderQuoteChar) xmlTextReaderQuoteChar __attribute((alias("xmlTextReaderQuoteChar__internal_alias")));
4786#define xmlTextReaderQuoteChar xmlTextReaderQuoteChar__internal_alias
4787#endif
4788
William M. Brack21e4ef22005-01-02 09:53:13 +00004789#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004790extern __typeof (xmlTextReaderRead) xmlTextReaderRead__internal_alias __attribute((visibility("hidden")));
4791extern __typeof (xmlTextReaderRead) xmlTextReaderRead __attribute((alias("xmlTextReaderRead__internal_alias")));
4792#define xmlTextReaderRead xmlTextReaderRead__internal_alias
4793#endif
4794
William M. Brack21e4ef22005-01-02 09:53:13 +00004795#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004796extern __typeof (xmlTextReaderReadAttributeValue) xmlTextReaderReadAttributeValue__internal_alias __attribute((visibility("hidden")));
4797extern __typeof (xmlTextReaderReadAttributeValue) xmlTextReaderReadAttributeValue __attribute((alias("xmlTextReaderReadAttributeValue__internal_alias")));
4798#define xmlTextReaderReadAttributeValue xmlTextReaderReadAttributeValue__internal_alias
4799#endif
4800
William M. Brack21e4ef22005-01-02 09:53:13 +00004801#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004802extern __typeof (xmlTextReaderReadInnerXml) xmlTextReaderReadInnerXml__internal_alias __attribute((visibility("hidden")));
4803extern __typeof (xmlTextReaderReadInnerXml) xmlTextReaderReadInnerXml __attribute((alias("xmlTextReaderReadInnerXml__internal_alias")));
4804#define xmlTextReaderReadInnerXml xmlTextReaderReadInnerXml__internal_alias
4805#endif
4806
William M. Brack21e4ef22005-01-02 09:53:13 +00004807#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004808extern __typeof (xmlTextReaderReadOuterXml) xmlTextReaderReadOuterXml__internal_alias __attribute((visibility("hidden")));
4809extern __typeof (xmlTextReaderReadOuterXml) xmlTextReaderReadOuterXml __attribute((alias("xmlTextReaderReadOuterXml__internal_alias")));
4810#define xmlTextReaderReadOuterXml xmlTextReaderReadOuterXml__internal_alias
4811#endif
4812
William M. Brack21e4ef22005-01-02 09:53:13 +00004813#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004814extern __typeof (xmlTextReaderReadState) xmlTextReaderReadState__internal_alias __attribute((visibility("hidden")));
4815extern __typeof (xmlTextReaderReadState) xmlTextReaderReadState __attribute((alias("xmlTextReaderReadState__internal_alias")));
4816#define xmlTextReaderReadState xmlTextReaderReadState__internal_alias
4817#endif
4818
William M. Brack21e4ef22005-01-02 09:53:13 +00004819#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004820extern __typeof (xmlTextReaderReadString) xmlTextReaderReadString__internal_alias __attribute((visibility("hidden")));
4821extern __typeof (xmlTextReaderReadString) xmlTextReaderReadString __attribute((alias("xmlTextReaderReadString__internal_alias")));
4822#define xmlTextReaderReadString xmlTextReaderReadString__internal_alias
4823#endif
4824
William M. Brack21e4ef22005-01-02 09:53:13 +00004825#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004826extern __typeof (xmlTextReaderRelaxNGSetSchema) xmlTextReaderRelaxNGSetSchema__internal_alias __attribute((visibility("hidden")));
4827extern __typeof (xmlTextReaderRelaxNGSetSchema) xmlTextReaderRelaxNGSetSchema __attribute((alias("xmlTextReaderRelaxNGSetSchema__internal_alias")));
4828#define xmlTextReaderRelaxNGSetSchema xmlTextReaderRelaxNGSetSchema__internal_alias
4829#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00004830
William M. Brack21e4ef22005-01-02 09:53:13 +00004831#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004832extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate__internal_alias __attribute((visibility("hidden")));
4833extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate __attribute((alias("xmlTextReaderRelaxNGValidate__internal_alias")));
4834#define xmlTextReaderRelaxNGValidate xmlTextReaderRelaxNGValidate__internal_alias
4835#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00004836
William M. Brack21e4ef22005-01-02 09:53:13 +00004837#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004838extern __typeof (xmlTextReaderSetErrorHandler) xmlTextReaderSetErrorHandler__internal_alias __attribute((visibility("hidden")));
4839extern __typeof (xmlTextReaderSetErrorHandler) xmlTextReaderSetErrorHandler __attribute((alias("xmlTextReaderSetErrorHandler__internal_alias")));
4840#define xmlTextReaderSetErrorHandler xmlTextReaderSetErrorHandler__internal_alias
4841#endif
4842
William M. Brack21e4ef22005-01-02 09:53:13 +00004843#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004844extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp__internal_alias __attribute((visibility("hidden")));
4845extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp __attribute((alias("xmlTextReaderSetParserProp__internal_alias")));
4846#define xmlTextReaderSetParserProp xmlTextReaderSetParserProp__internal_alias
4847#endif
4848
William M. Brack21e4ef22005-01-02 09:53:13 +00004849#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004850extern __typeof (xmlTextReaderSetStructuredErrorHandler) xmlTextReaderSetStructuredErrorHandler__internal_alias __attribute((visibility("hidden")));
4851extern __typeof (xmlTextReaderSetStructuredErrorHandler) xmlTextReaderSetStructuredErrorHandler __attribute((alias("xmlTextReaderSetStructuredErrorHandler__internal_alias")));
4852#define xmlTextReaderSetStructuredErrorHandler xmlTextReaderSetStructuredErrorHandler__internal_alias
4853#endif
4854
William M. Brack21e4ef22005-01-02 09:53:13 +00004855#if defined(LIBXML_READER_ENABLED)
Daniel Veillard6927b102004-10-27 17:29:04 +00004856extern __typeof (xmlTextReaderStandalone) xmlTextReaderStandalone__internal_alias __attribute((visibility("hidden")));
4857extern __typeof (xmlTextReaderStandalone) xmlTextReaderStandalone __attribute((alias("xmlTextReaderStandalone__internal_alias")));
4858#define xmlTextReaderStandalone xmlTextReaderStandalone__internal_alias
4859#endif
4860
William M. Brack21e4ef22005-01-02 09:53:13 +00004861#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004862extern __typeof (xmlTextReaderValue) xmlTextReaderValue__internal_alias __attribute((visibility("hidden")));
4863extern __typeof (xmlTextReaderValue) xmlTextReaderValue __attribute((alias("xmlTextReaderValue__internal_alias")));
4864#define xmlTextReaderValue xmlTextReaderValue__internal_alias
4865#endif
4866
William M. Brack21e4ef22005-01-02 09:53:13 +00004867#if defined(LIBXML_READER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004868extern __typeof (xmlTextReaderXmlLang) xmlTextReaderXmlLang__internal_alias __attribute((visibility("hidden")));
4869extern __typeof (xmlTextReaderXmlLang) xmlTextReaderXmlLang __attribute((alias("xmlTextReaderXmlLang__internal_alias")));
4870#define xmlTextReaderXmlLang xmlTextReaderXmlLang__internal_alias
4871#endif
4872
William M. Brack21e4ef22005-01-02 09:53:13 +00004873#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004874extern __typeof (xmlTextWriterEndAttribute) xmlTextWriterEndAttribute__internal_alias __attribute((visibility("hidden")));
4875extern __typeof (xmlTextWriterEndAttribute) xmlTextWriterEndAttribute __attribute((alias("xmlTextWriterEndAttribute__internal_alias")));
4876#define xmlTextWriterEndAttribute xmlTextWriterEndAttribute__internal_alias
4877#endif
4878
William M. Brack21e4ef22005-01-02 09:53:13 +00004879#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004880extern __typeof (xmlTextWriterEndCDATA) xmlTextWriterEndCDATA__internal_alias __attribute((visibility("hidden")));
4881extern __typeof (xmlTextWriterEndCDATA) xmlTextWriterEndCDATA __attribute((alias("xmlTextWriterEndCDATA__internal_alias")));
4882#define xmlTextWriterEndCDATA xmlTextWriterEndCDATA__internal_alias
4883#endif
4884
William M. Brack21e4ef22005-01-02 09:53:13 +00004885#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004886extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment__internal_alias __attribute((visibility("hidden")));
4887extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment __attribute((alias("xmlTextWriterEndComment__internal_alias")));
4888#define xmlTextWriterEndComment xmlTextWriterEndComment__internal_alias
4889#endif
4890
William M. Brack21e4ef22005-01-02 09:53:13 +00004891#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004892extern __typeof (xmlTextWriterEndDTD) xmlTextWriterEndDTD__internal_alias __attribute((visibility("hidden")));
4893extern __typeof (xmlTextWriterEndDTD) xmlTextWriterEndDTD __attribute((alias("xmlTextWriterEndDTD__internal_alias")));
4894#define xmlTextWriterEndDTD xmlTextWriterEndDTD__internal_alias
4895#endif
4896
William M. Brack21e4ef22005-01-02 09:53:13 +00004897#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004898extern __typeof (xmlTextWriterEndDTDAttlist) xmlTextWriterEndDTDAttlist__internal_alias __attribute((visibility("hidden")));
4899extern __typeof (xmlTextWriterEndDTDAttlist) xmlTextWriterEndDTDAttlist __attribute((alias("xmlTextWriterEndDTDAttlist__internal_alias")));
4900#define xmlTextWriterEndDTDAttlist xmlTextWriterEndDTDAttlist__internal_alias
4901#endif
4902
William M. Brack21e4ef22005-01-02 09:53:13 +00004903#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004904extern __typeof (xmlTextWriterEndDTDElement) xmlTextWriterEndDTDElement__internal_alias __attribute((visibility("hidden")));
4905extern __typeof (xmlTextWriterEndDTDElement) xmlTextWriterEndDTDElement __attribute((alias("xmlTextWriterEndDTDElement__internal_alias")));
4906#define xmlTextWriterEndDTDElement xmlTextWriterEndDTDElement__internal_alias
4907#endif
4908
William M. Brack21e4ef22005-01-02 09:53:13 +00004909#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004910extern __typeof (xmlTextWriterEndDTDEntity) xmlTextWriterEndDTDEntity__internal_alias __attribute((visibility("hidden")));
4911extern __typeof (xmlTextWriterEndDTDEntity) xmlTextWriterEndDTDEntity __attribute((alias("xmlTextWriterEndDTDEntity__internal_alias")));
4912#define xmlTextWriterEndDTDEntity xmlTextWriterEndDTDEntity__internal_alias
4913#endif
4914
William M. Brack21e4ef22005-01-02 09:53:13 +00004915#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004916extern __typeof (xmlTextWriterEndDocument) xmlTextWriterEndDocument__internal_alias __attribute((visibility("hidden")));
4917extern __typeof (xmlTextWriterEndDocument) xmlTextWriterEndDocument __attribute((alias("xmlTextWriterEndDocument__internal_alias")));
4918#define xmlTextWriterEndDocument xmlTextWriterEndDocument__internal_alias
4919#endif
4920
William M. Brack21e4ef22005-01-02 09:53:13 +00004921#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004922extern __typeof (xmlTextWriterEndElement) xmlTextWriterEndElement__internal_alias __attribute((visibility("hidden")));
4923extern __typeof (xmlTextWriterEndElement) xmlTextWriterEndElement __attribute((alias("xmlTextWriterEndElement__internal_alias")));
4924#define xmlTextWriterEndElement xmlTextWriterEndElement__internal_alias
4925#endif
4926
William M. Brack21e4ef22005-01-02 09:53:13 +00004927#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004928extern __typeof (xmlTextWriterEndPI) xmlTextWriterEndPI__internal_alias __attribute((visibility("hidden")));
4929extern __typeof (xmlTextWriterEndPI) xmlTextWriterEndPI __attribute((alias("xmlTextWriterEndPI__internal_alias")));
4930#define xmlTextWriterEndPI xmlTextWriterEndPI__internal_alias
4931#endif
4932
William M. Brack21e4ef22005-01-02 09:53:13 +00004933#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004934extern __typeof (xmlTextWriterFlush) xmlTextWriterFlush__internal_alias __attribute((visibility("hidden")));
4935extern __typeof (xmlTextWriterFlush) xmlTextWriterFlush __attribute((alias("xmlTextWriterFlush__internal_alias")));
4936#define xmlTextWriterFlush xmlTextWriterFlush__internal_alias
4937#endif
4938
William M. Brack21e4ef22005-01-02 09:53:13 +00004939#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004940extern __typeof (xmlTextWriterFullEndElement) xmlTextWriterFullEndElement__internal_alias __attribute((visibility("hidden")));
4941extern __typeof (xmlTextWriterFullEndElement) xmlTextWriterFullEndElement __attribute((alias("xmlTextWriterFullEndElement__internal_alias")));
4942#define xmlTextWriterFullEndElement xmlTextWriterFullEndElement__internal_alias
4943#endif
4944
William M. Brack21e4ef22005-01-02 09:53:13 +00004945#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004946extern __typeof (xmlTextWriterSetIndent) xmlTextWriterSetIndent__internal_alias __attribute((visibility("hidden")));
4947extern __typeof (xmlTextWriterSetIndent) xmlTextWriterSetIndent __attribute((alias("xmlTextWriterSetIndent__internal_alias")));
4948#define xmlTextWriterSetIndent xmlTextWriterSetIndent__internal_alias
4949#endif
4950
William M. Brack21e4ef22005-01-02 09:53:13 +00004951#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004952extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString__internal_alias __attribute((visibility("hidden")));
4953extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString __attribute((alias("xmlTextWriterSetIndentString__internal_alias")));
4954#define xmlTextWriterSetIndentString xmlTextWriterSetIndentString__internal_alias
4955#endif
4956
William M. Brack21e4ef22005-01-02 09:53:13 +00004957#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004958extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute__internal_alias __attribute((visibility("hidden")));
4959extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute __attribute((alias("xmlTextWriterStartAttribute__internal_alias")));
4960#define xmlTextWriterStartAttribute xmlTextWriterStartAttribute__internal_alias
4961#endif
4962
William M. Brack21e4ef22005-01-02 09:53:13 +00004963#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004964extern __typeof (xmlTextWriterStartAttributeNS) xmlTextWriterStartAttributeNS__internal_alias __attribute((visibility("hidden")));
4965extern __typeof (xmlTextWriterStartAttributeNS) xmlTextWriterStartAttributeNS __attribute((alias("xmlTextWriterStartAttributeNS__internal_alias")));
4966#define xmlTextWriterStartAttributeNS xmlTextWriterStartAttributeNS__internal_alias
4967#endif
4968
William M. Brack21e4ef22005-01-02 09:53:13 +00004969#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004970extern __typeof (xmlTextWriterStartCDATA) xmlTextWriterStartCDATA__internal_alias __attribute((visibility("hidden")));
4971extern __typeof (xmlTextWriterStartCDATA) xmlTextWriterStartCDATA __attribute((alias("xmlTextWriterStartCDATA__internal_alias")));
4972#define xmlTextWriterStartCDATA xmlTextWriterStartCDATA__internal_alias
4973#endif
4974
William M. Brack21e4ef22005-01-02 09:53:13 +00004975#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004976extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment__internal_alias __attribute((visibility("hidden")));
4977extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment __attribute((alias("xmlTextWriterStartComment__internal_alias")));
4978#define xmlTextWriterStartComment xmlTextWriterStartComment__internal_alias
4979#endif
4980
William M. Brack21e4ef22005-01-02 09:53:13 +00004981#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004982extern __typeof (xmlTextWriterStartDTD) xmlTextWriterStartDTD__internal_alias __attribute((visibility("hidden")));
4983extern __typeof (xmlTextWriterStartDTD) xmlTextWriterStartDTD __attribute((alias("xmlTextWriterStartDTD__internal_alias")));
4984#define xmlTextWriterStartDTD xmlTextWriterStartDTD__internal_alias
4985#endif
4986
William M. Brack21e4ef22005-01-02 09:53:13 +00004987#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004988extern __typeof (xmlTextWriterStartDTDAttlist) xmlTextWriterStartDTDAttlist__internal_alias __attribute((visibility("hidden")));
4989extern __typeof (xmlTextWriterStartDTDAttlist) xmlTextWriterStartDTDAttlist __attribute((alias("xmlTextWriterStartDTDAttlist__internal_alias")));
4990#define xmlTextWriterStartDTDAttlist xmlTextWriterStartDTDAttlist__internal_alias
4991#endif
4992
William M. Brack21e4ef22005-01-02 09:53:13 +00004993#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00004994extern __typeof (xmlTextWriterStartDTDElement) xmlTextWriterStartDTDElement__internal_alias __attribute((visibility("hidden")));
4995extern __typeof (xmlTextWriterStartDTDElement) xmlTextWriterStartDTDElement __attribute((alias("xmlTextWriterStartDTDElement__internal_alias")));
4996#define xmlTextWriterStartDTDElement xmlTextWriterStartDTDElement__internal_alias
4997#endif
4998
William M. Brack21e4ef22005-01-02 09:53:13 +00004999#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005000extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity__internal_alias __attribute((visibility("hidden")));
5001extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity __attribute((alias("xmlTextWriterStartDTDEntity__internal_alias")));
5002#define xmlTextWriterStartDTDEntity xmlTextWriterStartDTDEntity__internal_alias
5003#endif
5004
William M. Brack21e4ef22005-01-02 09:53:13 +00005005#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005006extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument__internal_alias __attribute((visibility("hidden")));
5007extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument __attribute((alias("xmlTextWriterStartDocument__internal_alias")));
5008#define xmlTextWriterStartDocument xmlTextWriterStartDocument__internal_alias
5009#endif
5010
William M. Brack21e4ef22005-01-02 09:53:13 +00005011#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005012extern __typeof (xmlTextWriterStartElement) xmlTextWriterStartElement__internal_alias __attribute((visibility("hidden")));
5013extern __typeof (xmlTextWriterStartElement) xmlTextWriterStartElement __attribute((alias("xmlTextWriterStartElement__internal_alias")));
5014#define xmlTextWriterStartElement xmlTextWriterStartElement__internal_alias
5015#endif
5016
William M. Brack21e4ef22005-01-02 09:53:13 +00005017#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005018extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS__internal_alias __attribute((visibility("hidden")));
5019extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS __attribute((alias("xmlTextWriterStartElementNS__internal_alias")));
5020#define xmlTextWriterStartElementNS xmlTextWriterStartElementNS__internal_alias
5021#endif
5022
William M. Brack21e4ef22005-01-02 09:53:13 +00005023#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005024extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI__internal_alias __attribute((visibility("hidden")));
5025extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI __attribute((alias("xmlTextWriterStartPI__internal_alias")));
5026#define xmlTextWriterStartPI xmlTextWriterStartPI__internal_alias
5027#endif
5028
William M. Brack21e4ef22005-01-02 09:53:13 +00005029#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005030extern __typeof (xmlTextWriterWriteAttribute) xmlTextWriterWriteAttribute__internal_alias __attribute((visibility("hidden")));
5031extern __typeof (xmlTextWriterWriteAttribute) xmlTextWriterWriteAttribute __attribute((alias("xmlTextWriterWriteAttribute__internal_alias")));
5032#define xmlTextWriterWriteAttribute xmlTextWriterWriteAttribute__internal_alias
5033#endif
5034
William M. Brack21e4ef22005-01-02 09:53:13 +00005035#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005036extern __typeof (xmlTextWriterWriteAttributeNS) xmlTextWriterWriteAttributeNS__internal_alias __attribute((visibility("hidden")));
5037extern __typeof (xmlTextWriterWriteAttributeNS) xmlTextWriterWriteAttributeNS __attribute((alias("xmlTextWriterWriteAttributeNS__internal_alias")));
5038#define xmlTextWriterWriteAttributeNS xmlTextWriterWriteAttributeNS__internal_alias
5039#endif
5040
William M. Brack21e4ef22005-01-02 09:53:13 +00005041#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005042extern __typeof (xmlTextWriterWriteBase64) xmlTextWriterWriteBase64__internal_alias __attribute((visibility("hidden")));
5043extern __typeof (xmlTextWriterWriteBase64) xmlTextWriterWriteBase64 __attribute((alias("xmlTextWriterWriteBase64__internal_alias")));
5044#define xmlTextWriterWriteBase64 xmlTextWriterWriteBase64__internal_alias
5045#endif
5046
William M. Brack21e4ef22005-01-02 09:53:13 +00005047#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005048extern __typeof (xmlTextWriterWriteBinHex) xmlTextWriterWriteBinHex__internal_alias __attribute((visibility("hidden")));
5049extern __typeof (xmlTextWriterWriteBinHex) xmlTextWriterWriteBinHex __attribute((alias("xmlTextWriterWriteBinHex__internal_alias")));
5050#define xmlTextWriterWriteBinHex xmlTextWriterWriteBinHex__internal_alias
5051#endif
5052
William M. Brack21e4ef22005-01-02 09:53:13 +00005053#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005054extern __typeof (xmlTextWriterWriteCDATA) xmlTextWriterWriteCDATA__internal_alias __attribute((visibility("hidden")));
5055extern __typeof (xmlTextWriterWriteCDATA) xmlTextWriterWriteCDATA __attribute((alias("xmlTextWriterWriteCDATA__internal_alias")));
5056#define xmlTextWriterWriteCDATA xmlTextWriterWriteCDATA__internal_alias
5057#endif
5058
William M. Brack21e4ef22005-01-02 09:53:13 +00005059#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005060extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment__internal_alias __attribute((visibility("hidden")));
5061extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment __attribute((alias("xmlTextWriterWriteComment__internal_alias")));
5062#define xmlTextWriterWriteComment xmlTextWriterWriteComment__internal_alias
5063#endif
5064
William M. Brack21e4ef22005-01-02 09:53:13 +00005065#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005066extern __typeof (xmlTextWriterWriteDTD) xmlTextWriterWriteDTD__internal_alias __attribute((visibility("hidden")));
5067extern __typeof (xmlTextWriterWriteDTD) xmlTextWriterWriteDTD __attribute((alias("xmlTextWriterWriteDTD__internal_alias")));
5068#define xmlTextWriterWriteDTD xmlTextWriterWriteDTD__internal_alias
5069#endif
5070
William M. Brack21e4ef22005-01-02 09:53:13 +00005071#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005072extern __typeof (xmlTextWriterWriteDTDAttlist) xmlTextWriterWriteDTDAttlist__internal_alias __attribute((visibility("hidden")));
5073extern __typeof (xmlTextWriterWriteDTDAttlist) xmlTextWriterWriteDTDAttlist __attribute((alias("xmlTextWriterWriteDTDAttlist__internal_alias")));
5074#define xmlTextWriterWriteDTDAttlist xmlTextWriterWriteDTDAttlist__internal_alias
5075#endif
5076
William M. Brack21e4ef22005-01-02 09:53:13 +00005077#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005078extern __typeof (xmlTextWriterWriteDTDElement) xmlTextWriterWriteDTDElement__internal_alias __attribute((visibility("hidden")));
5079extern __typeof (xmlTextWriterWriteDTDElement) xmlTextWriterWriteDTDElement __attribute((alias("xmlTextWriterWriteDTDElement__internal_alias")));
5080#define xmlTextWriterWriteDTDElement xmlTextWriterWriteDTDElement__internal_alias
5081#endif
5082
William M. Brack21e4ef22005-01-02 09:53:13 +00005083#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005084extern __typeof (xmlTextWriterWriteDTDEntity) xmlTextWriterWriteDTDEntity__internal_alias __attribute((visibility("hidden")));
5085extern __typeof (xmlTextWriterWriteDTDEntity) xmlTextWriterWriteDTDEntity __attribute((alias("xmlTextWriterWriteDTDEntity__internal_alias")));
5086#define xmlTextWriterWriteDTDEntity xmlTextWriterWriteDTDEntity__internal_alias
5087#endif
5088
William M. Brack21e4ef22005-01-02 09:53:13 +00005089#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005090extern __typeof (xmlTextWriterWriteDTDExternalEntity) xmlTextWriterWriteDTDExternalEntity__internal_alias __attribute((visibility("hidden")));
5091extern __typeof (xmlTextWriterWriteDTDExternalEntity) xmlTextWriterWriteDTDExternalEntity __attribute((alias("xmlTextWriterWriteDTDExternalEntity__internal_alias")));
5092#define xmlTextWriterWriteDTDExternalEntity xmlTextWriterWriteDTDExternalEntity__internal_alias
5093#endif
5094
William M. Brack21e4ef22005-01-02 09:53:13 +00005095#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005096extern __typeof (xmlTextWriterWriteDTDExternalEntityContents) xmlTextWriterWriteDTDExternalEntityContents__internal_alias __attribute((visibility("hidden")));
5097extern __typeof (xmlTextWriterWriteDTDExternalEntityContents) xmlTextWriterWriteDTDExternalEntityContents __attribute((alias("xmlTextWriterWriteDTDExternalEntityContents__internal_alias")));
5098#define xmlTextWriterWriteDTDExternalEntityContents xmlTextWriterWriteDTDExternalEntityContents__internal_alias
5099#endif
5100
William M. Brack21e4ef22005-01-02 09:53:13 +00005101#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005102extern __typeof (xmlTextWriterWriteDTDInternalEntity) xmlTextWriterWriteDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
5103extern __typeof (xmlTextWriterWriteDTDInternalEntity) xmlTextWriterWriteDTDInternalEntity __attribute((alias("xmlTextWriterWriteDTDInternalEntity__internal_alias")));
5104#define xmlTextWriterWriteDTDInternalEntity xmlTextWriterWriteDTDInternalEntity__internal_alias
5105#endif
5106
William M. Brack21e4ef22005-01-02 09:53:13 +00005107#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005108extern __typeof (xmlTextWriterWriteDTDNotation) xmlTextWriterWriteDTDNotation__internal_alias __attribute((visibility("hidden")));
5109extern __typeof (xmlTextWriterWriteDTDNotation) xmlTextWriterWriteDTDNotation __attribute((alias("xmlTextWriterWriteDTDNotation__internal_alias")));
5110#define xmlTextWriterWriteDTDNotation xmlTextWriterWriteDTDNotation__internal_alias
5111#endif
5112
William M. Brack21e4ef22005-01-02 09:53:13 +00005113#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005114extern __typeof (xmlTextWriterWriteElement) xmlTextWriterWriteElement__internal_alias __attribute((visibility("hidden")));
5115extern __typeof (xmlTextWriterWriteElement) xmlTextWriterWriteElement __attribute((alias("xmlTextWriterWriteElement__internal_alias")));
5116#define xmlTextWriterWriteElement xmlTextWriterWriteElement__internal_alias
5117#endif
5118
William M. Brack21e4ef22005-01-02 09:53:13 +00005119#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005120extern __typeof (xmlTextWriterWriteElementNS) xmlTextWriterWriteElementNS__internal_alias __attribute((visibility("hidden")));
5121extern __typeof (xmlTextWriterWriteElementNS) xmlTextWriterWriteElementNS __attribute((alias("xmlTextWriterWriteElementNS__internal_alias")));
5122#define xmlTextWriterWriteElementNS xmlTextWriterWriteElementNS__internal_alias
5123#endif
5124
William M. Brack21e4ef22005-01-02 09:53:13 +00005125#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005126extern __typeof (xmlTextWriterWriteFormatAttribute) xmlTextWriterWriteFormatAttribute__internal_alias __attribute((visibility("hidden")));
5127extern __typeof (xmlTextWriterWriteFormatAttribute) xmlTextWriterWriteFormatAttribute __attribute((alias("xmlTextWriterWriteFormatAttribute__internal_alias")));
5128#define xmlTextWriterWriteFormatAttribute xmlTextWriterWriteFormatAttribute__internal_alias
5129#endif
5130
William M. Brack21e4ef22005-01-02 09:53:13 +00005131#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005132extern __typeof (xmlTextWriterWriteFormatAttributeNS) xmlTextWriterWriteFormatAttributeNS__internal_alias __attribute((visibility("hidden")));
5133extern __typeof (xmlTextWriterWriteFormatAttributeNS) xmlTextWriterWriteFormatAttributeNS __attribute((alias("xmlTextWriterWriteFormatAttributeNS__internal_alias")));
5134#define xmlTextWriterWriteFormatAttributeNS xmlTextWriterWriteFormatAttributeNS__internal_alias
5135#endif
5136
William M. Brack21e4ef22005-01-02 09:53:13 +00005137#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005138extern __typeof (xmlTextWriterWriteFormatCDATA) xmlTextWriterWriteFormatCDATA__internal_alias __attribute((visibility("hidden")));
5139extern __typeof (xmlTextWriterWriteFormatCDATA) xmlTextWriterWriteFormatCDATA __attribute((alias("xmlTextWriterWriteFormatCDATA__internal_alias")));
5140#define xmlTextWriterWriteFormatCDATA xmlTextWriterWriteFormatCDATA__internal_alias
5141#endif
5142
William M. Brack21e4ef22005-01-02 09:53:13 +00005143#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005144extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment__internal_alias __attribute((visibility("hidden")));
5145extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment __attribute((alias("xmlTextWriterWriteFormatComment__internal_alias")));
5146#define xmlTextWriterWriteFormatComment xmlTextWriterWriteFormatComment__internal_alias
5147#endif
5148
William M. Brack21e4ef22005-01-02 09:53:13 +00005149#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005150extern __typeof (xmlTextWriterWriteFormatDTD) xmlTextWriterWriteFormatDTD__internal_alias __attribute((visibility("hidden")));
5151extern __typeof (xmlTextWriterWriteFormatDTD) xmlTextWriterWriteFormatDTD __attribute((alias("xmlTextWriterWriteFormatDTD__internal_alias")));
5152#define xmlTextWriterWriteFormatDTD xmlTextWriterWriteFormatDTD__internal_alias
5153#endif
5154
William M. Brack21e4ef22005-01-02 09:53:13 +00005155#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005156extern __typeof (xmlTextWriterWriteFormatDTDAttlist) xmlTextWriterWriteFormatDTDAttlist__internal_alias __attribute((visibility("hidden")));
5157extern __typeof (xmlTextWriterWriteFormatDTDAttlist) xmlTextWriterWriteFormatDTDAttlist __attribute((alias("xmlTextWriterWriteFormatDTDAttlist__internal_alias")));
5158#define xmlTextWriterWriteFormatDTDAttlist xmlTextWriterWriteFormatDTDAttlist__internal_alias
5159#endif
5160
William M. Brack21e4ef22005-01-02 09:53:13 +00005161#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005162extern __typeof (xmlTextWriterWriteFormatDTDElement) xmlTextWriterWriteFormatDTDElement__internal_alias __attribute((visibility("hidden")));
5163extern __typeof (xmlTextWriterWriteFormatDTDElement) xmlTextWriterWriteFormatDTDElement __attribute((alias("xmlTextWriterWriteFormatDTDElement__internal_alias")));
5164#define xmlTextWriterWriteFormatDTDElement xmlTextWriterWriteFormatDTDElement__internal_alias
5165#endif
5166
William M. Brack21e4ef22005-01-02 09:53:13 +00005167#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005168extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity) xmlTextWriterWriteFormatDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
5169extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity) xmlTextWriterWriteFormatDTDInternalEntity __attribute((alias("xmlTextWriterWriteFormatDTDInternalEntity__internal_alias")));
5170#define xmlTextWriterWriteFormatDTDInternalEntity xmlTextWriterWriteFormatDTDInternalEntity__internal_alias
5171#endif
5172
William M. Brack21e4ef22005-01-02 09:53:13 +00005173#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005174extern __typeof (xmlTextWriterWriteFormatElement) xmlTextWriterWriteFormatElement__internal_alias __attribute((visibility("hidden")));
5175extern __typeof (xmlTextWriterWriteFormatElement) xmlTextWriterWriteFormatElement __attribute((alias("xmlTextWriterWriteFormatElement__internal_alias")));
5176#define xmlTextWriterWriteFormatElement xmlTextWriterWriteFormatElement__internal_alias
5177#endif
5178
William M. Brack21e4ef22005-01-02 09:53:13 +00005179#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005180extern __typeof (xmlTextWriterWriteFormatElementNS) xmlTextWriterWriteFormatElementNS__internal_alias __attribute((visibility("hidden")));
5181extern __typeof (xmlTextWriterWriteFormatElementNS) xmlTextWriterWriteFormatElementNS __attribute((alias("xmlTextWriterWriteFormatElementNS__internal_alias")));
5182#define xmlTextWriterWriteFormatElementNS xmlTextWriterWriteFormatElementNS__internal_alias
5183#endif
5184
William M. Brack21e4ef22005-01-02 09:53:13 +00005185#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005186extern __typeof (xmlTextWriterWriteFormatPI) xmlTextWriterWriteFormatPI__internal_alias __attribute((visibility("hidden")));
5187extern __typeof (xmlTextWriterWriteFormatPI) xmlTextWriterWriteFormatPI __attribute((alias("xmlTextWriterWriteFormatPI__internal_alias")));
5188#define xmlTextWriterWriteFormatPI xmlTextWriterWriteFormatPI__internal_alias
5189#endif
5190
William M. Brack21e4ef22005-01-02 09:53:13 +00005191#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005192extern __typeof (xmlTextWriterWriteFormatRaw) xmlTextWriterWriteFormatRaw__internal_alias __attribute((visibility("hidden")));
5193extern __typeof (xmlTextWriterWriteFormatRaw) xmlTextWriterWriteFormatRaw __attribute((alias("xmlTextWriterWriteFormatRaw__internal_alias")));
5194#define xmlTextWriterWriteFormatRaw xmlTextWriterWriteFormatRaw__internal_alias
5195#endif
5196
William M. Brack21e4ef22005-01-02 09:53:13 +00005197#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005198extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString__internal_alias __attribute((visibility("hidden")));
5199extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString __attribute((alias("xmlTextWriterWriteFormatString__internal_alias")));
5200#define xmlTextWriterWriteFormatString xmlTextWriterWriteFormatString__internal_alias
5201#endif
5202
William M. Brack21e4ef22005-01-02 09:53:13 +00005203#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005204extern __typeof (xmlTextWriterWritePI) xmlTextWriterWritePI__internal_alias __attribute((visibility("hidden")));
5205extern __typeof (xmlTextWriterWritePI) xmlTextWriterWritePI __attribute((alias("xmlTextWriterWritePI__internal_alias")));
5206#define xmlTextWriterWritePI xmlTextWriterWritePI__internal_alias
5207#endif
5208
William M. Brack21e4ef22005-01-02 09:53:13 +00005209#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005210extern __typeof (xmlTextWriterWriteRaw) xmlTextWriterWriteRaw__internal_alias __attribute((visibility("hidden")));
5211extern __typeof (xmlTextWriterWriteRaw) xmlTextWriterWriteRaw __attribute((alias("xmlTextWriterWriteRaw__internal_alias")));
5212#define xmlTextWriterWriteRaw xmlTextWriterWriteRaw__internal_alias
5213#endif
5214
William M. Brack21e4ef22005-01-02 09:53:13 +00005215#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005216extern __typeof (xmlTextWriterWriteRawLen) xmlTextWriterWriteRawLen__internal_alias __attribute((visibility("hidden")));
5217extern __typeof (xmlTextWriterWriteRawLen) xmlTextWriterWriteRawLen __attribute((alias("xmlTextWriterWriteRawLen__internal_alias")));
5218#define xmlTextWriterWriteRawLen xmlTextWriterWriteRawLen__internal_alias
5219#endif
5220
William M. Brack21e4ef22005-01-02 09:53:13 +00005221#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005222extern __typeof (xmlTextWriterWriteString) xmlTextWriterWriteString__internal_alias __attribute((visibility("hidden")));
5223extern __typeof (xmlTextWriterWriteString) xmlTextWriterWriteString __attribute((alias("xmlTextWriterWriteString__internal_alias")));
5224#define xmlTextWriterWriteString xmlTextWriterWriteString__internal_alias
5225#endif
5226
William M. Brack21e4ef22005-01-02 09:53:13 +00005227#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005228extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute__internal_alias __attribute((visibility("hidden")));
5229extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute __attribute((alias("xmlTextWriterWriteVFormatAttribute__internal_alias")));
5230#define xmlTextWriterWriteVFormatAttribute xmlTextWriterWriteVFormatAttribute__internal_alias
5231#endif
5232
William M. Brack21e4ef22005-01-02 09:53:13 +00005233#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005234extern __typeof (xmlTextWriterWriteVFormatAttributeNS) xmlTextWriterWriteVFormatAttributeNS__internal_alias __attribute((visibility("hidden")));
5235extern __typeof (xmlTextWriterWriteVFormatAttributeNS) xmlTextWriterWriteVFormatAttributeNS __attribute((alias("xmlTextWriterWriteVFormatAttributeNS__internal_alias")));
5236#define xmlTextWriterWriteVFormatAttributeNS xmlTextWriterWriteVFormatAttributeNS__internal_alias
5237#endif
5238
William M. Brack21e4ef22005-01-02 09:53:13 +00005239#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005240extern __typeof (xmlTextWriterWriteVFormatCDATA) xmlTextWriterWriteVFormatCDATA__internal_alias __attribute((visibility("hidden")));
5241extern __typeof (xmlTextWriterWriteVFormatCDATA) xmlTextWriterWriteVFormatCDATA __attribute((alias("xmlTextWriterWriteVFormatCDATA__internal_alias")));
5242#define xmlTextWriterWriteVFormatCDATA xmlTextWriterWriteVFormatCDATA__internal_alias
5243#endif
5244
William M. Brack21e4ef22005-01-02 09:53:13 +00005245#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005246extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment__internal_alias __attribute((visibility("hidden")));
5247extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment __attribute((alias("xmlTextWriterWriteVFormatComment__internal_alias")));
5248#define xmlTextWriterWriteVFormatComment xmlTextWriterWriteVFormatComment__internal_alias
5249#endif
5250
William M. Brack21e4ef22005-01-02 09:53:13 +00005251#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005252extern __typeof (xmlTextWriterWriteVFormatDTD) xmlTextWriterWriteVFormatDTD__internal_alias __attribute((visibility("hidden")));
5253extern __typeof (xmlTextWriterWriteVFormatDTD) xmlTextWriterWriteVFormatDTD __attribute((alias("xmlTextWriterWriteVFormatDTD__internal_alias")));
5254#define xmlTextWriterWriteVFormatDTD xmlTextWriterWriteVFormatDTD__internal_alias
5255#endif
5256
William M. Brack21e4ef22005-01-02 09:53:13 +00005257#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005258extern __typeof (xmlTextWriterWriteVFormatDTDAttlist) xmlTextWriterWriteVFormatDTDAttlist__internal_alias __attribute((visibility("hidden")));
5259extern __typeof (xmlTextWriterWriteVFormatDTDAttlist) xmlTextWriterWriteVFormatDTDAttlist __attribute((alias("xmlTextWriterWriteVFormatDTDAttlist__internal_alias")));
5260#define xmlTextWriterWriteVFormatDTDAttlist xmlTextWriterWriteVFormatDTDAttlist__internal_alias
5261#endif
5262
William M. Brack21e4ef22005-01-02 09:53:13 +00005263#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005264extern __typeof (xmlTextWriterWriteVFormatDTDElement) xmlTextWriterWriteVFormatDTDElement__internal_alias __attribute((visibility("hidden")));
5265extern __typeof (xmlTextWriterWriteVFormatDTDElement) xmlTextWriterWriteVFormatDTDElement __attribute((alias("xmlTextWriterWriteVFormatDTDElement__internal_alias")));
5266#define xmlTextWriterWriteVFormatDTDElement xmlTextWriterWriteVFormatDTDElement__internal_alias
5267#endif
5268
William M. Brack21e4ef22005-01-02 09:53:13 +00005269#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005270extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity) xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
5271extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity) xmlTextWriterWriteVFormatDTDInternalEntity __attribute((alias("xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias")));
5272#define xmlTextWriterWriteVFormatDTDInternalEntity xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias
5273#endif
5274
William M. Brack21e4ef22005-01-02 09:53:13 +00005275#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005276extern __typeof (xmlTextWriterWriteVFormatElement) xmlTextWriterWriteVFormatElement__internal_alias __attribute((visibility("hidden")));
5277extern __typeof (xmlTextWriterWriteVFormatElement) xmlTextWriterWriteVFormatElement __attribute((alias("xmlTextWriterWriteVFormatElement__internal_alias")));
5278#define xmlTextWriterWriteVFormatElement xmlTextWriterWriteVFormatElement__internal_alias
5279#endif
5280
William M. Brack21e4ef22005-01-02 09:53:13 +00005281#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005282extern __typeof (xmlTextWriterWriteVFormatElementNS) xmlTextWriterWriteVFormatElementNS__internal_alias __attribute((visibility("hidden")));
5283extern __typeof (xmlTextWriterWriteVFormatElementNS) xmlTextWriterWriteVFormatElementNS __attribute((alias("xmlTextWriterWriteVFormatElementNS__internal_alias")));
5284#define xmlTextWriterWriteVFormatElementNS xmlTextWriterWriteVFormatElementNS__internal_alias
5285#endif
5286
William M. Brack21e4ef22005-01-02 09:53:13 +00005287#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005288extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI__internal_alias __attribute((visibility("hidden")));
5289extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI __attribute((alias("xmlTextWriterWriteVFormatPI__internal_alias")));
5290#define xmlTextWriterWriteVFormatPI xmlTextWriterWriteVFormatPI__internal_alias
5291#endif
5292
William M. Brack21e4ef22005-01-02 09:53:13 +00005293#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005294extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw__internal_alias __attribute((visibility("hidden")));
5295extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw __attribute((alias("xmlTextWriterWriteVFormatRaw__internal_alias")));
5296#define xmlTextWriterWriteVFormatRaw xmlTextWriterWriteVFormatRaw__internal_alias
5297#endif
5298
William M. Brack21e4ef22005-01-02 09:53:13 +00005299#if defined(LIBXML_WRITER_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005300extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString__internal_alias __attribute((visibility("hidden")));
5301extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString __attribute((alias("xmlTextWriterWriteVFormatString__internal_alias")));
5302#define xmlTextWriterWriteVFormatString xmlTextWriterWriteVFormatString__internal_alias
5303#endif
5304
5305extern __typeof (xmlThrDefBufferAllocScheme) xmlThrDefBufferAllocScheme__internal_alias __attribute((visibility("hidden")));
5306extern __typeof (xmlThrDefBufferAllocScheme) xmlThrDefBufferAllocScheme __attribute((alias("xmlThrDefBufferAllocScheme__internal_alias")));
5307#define xmlThrDefBufferAllocScheme xmlThrDefBufferAllocScheme__internal_alias
5308
5309extern __typeof (xmlThrDefDefaultBufferSize) xmlThrDefDefaultBufferSize__internal_alias __attribute((visibility("hidden")));
5310extern __typeof (xmlThrDefDefaultBufferSize) xmlThrDefDefaultBufferSize __attribute((alias("xmlThrDefDefaultBufferSize__internal_alias")));
5311#define xmlThrDefDefaultBufferSize xmlThrDefDefaultBufferSize__internal_alias
5312
5313extern __typeof (xmlThrDefDeregisterNodeDefault) xmlThrDefDeregisterNodeDefault__internal_alias __attribute((visibility("hidden")));
5314extern __typeof (xmlThrDefDeregisterNodeDefault) xmlThrDefDeregisterNodeDefault __attribute((alias("xmlThrDefDeregisterNodeDefault__internal_alias")));
5315#define xmlThrDefDeregisterNodeDefault xmlThrDefDeregisterNodeDefault__internal_alias
5316
5317extern __typeof (xmlThrDefDoValidityCheckingDefaultValue) xmlThrDefDoValidityCheckingDefaultValue__internal_alias __attribute((visibility("hidden")));
5318extern __typeof (xmlThrDefDoValidityCheckingDefaultValue) xmlThrDefDoValidityCheckingDefaultValue __attribute((alias("xmlThrDefDoValidityCheckingDefaultValue__internal_alias")));
5319#define xmlThrDefDoValidityCheckingDefaultValue xmlThrDefDoValidityCheckingDefaultValue__internal_alias
5320
5321extern __typeof (xmlThrDefGetWarningsDefaultValue) xmlThrDefGetWarningsDefaultValue__internal_alias __attribute((visibility("hidden")));
5322extern __typeof (xmlThrDefGetWarningsDefaultValue) xmlThrDefGetWarningsDefaultValue __attribute((alias("xmlThrDefGetWarningsDefaultValue__internal_alias")));
5323#define xmlThrDefGetWarningsDefaultValue xmlThrDefGetWarningsDefaultValue__internal_alias
5324
5325extern __typeof (xmlThrDefIndentTreeOutput) xmlThrDefIndentTreeOutput__internal_alias __attribute((visibility("hidden")));
5326extern __typeof (xmlThrDefIndentTreeOutput) xmlThrDefIndentTreeOutput __attribute((alias("xmlThrDefIndentTreeOutput__internal_alias")));
5327#define xmlThrDefIndentTreeOutput xmlThrDefIndentTreeOutput__internal_alias
5328
5329extern __typeof (xmlThrDefKeepBlanksDefaultValue) xmlThrDefKeepBlanksDefaultValue__internal_alias __attribute((visibility("hidden")));
5330extern __typeof (xmlThrDefKeepBlanksDefaultValue) xmlThrDefKeepBlanksDefaultValue __attribute((alias("xmlThrDefKeepBlanksDefaultValue__internal_alias")));
5331#define xmlThrDefKeepBlanksDefaultValue xmlThrDefKeepBlanksDefaultValue__internal_alias
5332
5333extern __typeof (xmlThrDefLineNumbersDefaultValue) xmlThrDefLineNumbersDefaultValue__internal_alias __attribute((visibility("hidden")));
5334extern __typeof (xmlThrDefLineNumbersDefaultValue) xmlThrDefLineNumbersDefaultValue __attribute((alias("xmlThrDefLineNumbersDefaultValue__internal_alias")));
5335#define xmlThrDefLineNumbersDefaultValue xmlThrDefLineNumbersDefaultValue__internal_alias
5336
5337extern __typeof (xmlThrDefLoadExtDtdDefaultValue) xmlThrDefLoadExtDtdDefaultValue__internal_alias __attribute((visibility("hidden")));
5338extern __typeof (xmlThrDefLoadExtDtdDefaultValue) xmlThrDefLoadExtDtdDefaultValue __attribute((alias("xmlThrDefLoadExtDtdDefaultValue__internal_alias")));
5339#define xmlThrDefLoadExtDtdDefaultValue xmlThrDefLoadExtDtdDefaultValue__internal_alias
5340
5341extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault) xmlThrDefOutputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
5342extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault) xmlThrDefOutputBufferCreateFilenameDefault __attribute((alias("xmlThrDefOutputBufferCreateFilenameDefault__internal_alias")));
5343#define xmlThrDefOutputBufferCreateFilenameDefault xmlThrDefOutputBufferCreateFilenameDefault__internal_alias
5344
5345extern __typeof (xmlThrDefParserDebugEntities) xmlThrDefParserDebugEntities__internal_alias __attribute((visibility("hidden")));
5346extern __typeof (xmlThrDefParserDebugEntities) xmlThrDefParserDebugEntities __attribute((alias("xmlThrDefParserDebugEntities__internal_alias")));
5347#define xmlThrDefParserDebugEntities xmlThrDefParserDebugEntities__internal_alias
5348
5349extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault) xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
5350extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault) xmlThrDefParserInputBufferCreateFilenameDefault __attribute((alias("xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias")));
5351#define xmlThrDefParserInputBufferCreateFilenameDefault xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias
5352
5353extern __typeof (xmlThrDefPedanticParserDefaultValue) xmlThrDefPedanticParserDefaultValue__internal_alias __attribute((visibility("hidden")));
5354extern __typeof (xmlThrDefPedanticParserDefaultValue) xmlThrDefPedanticParserDefaultValue __attribute((alias("xmlThrDefPedanticParserDefaultValue__internal_alias")));
5355#define xmlThrDefPedanticParserDefaultValue xmlThrDefPedanticParserDefaultValue__internal_alias
5356
5357extern __typeof (xmlThrDefRegisterNodeDefault) xmlThrDefRegisterNodeDefault__internal_alias __attribute((visibility("hidden")));
5358extern __typeof (xmlThrDefRegisterNodeDefault) xmlThrDefRegisterNodeDefault __attribute((alias("xmlThrDefRegisterNodeDefault__internal_alias")));
5359#define xmlThrDefRegisterNodeDefault xmlThrDefRegisterNodeDefault__internal_alias
5360
5361extern __typeof (xmlThrDefSaveNoEmptyTags) xmlThrDefSaveNoEmptyTags__internal_alias __attribute((visibility("hidden")));
5362extern __typeof (xmlThrDefSaveNoEmptyTags) xmlThrDefSaveNoEmptyTags __attribute((alias("xmlThrDefSaveNoEmptyTags__internal_alias")));
5363#define xmlThrDefSaveNoEmptyTags xmlThrDefSaveNoEmptyTags__internal_alias
5364
5365extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc__internal_alias __attribute((visibility("hidden")));
5366extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc __attribute((alias("xmlThrDefSetGenericErrorFunc__internal_alias")));
5367#define xmlThrDefSetGenericErrorFunc xmlThrDefSetGenericErrorFunc__internal_alias
5368
5369extern __typeof (xmlThrDefSetStructuredErrorFunc) xmlThrDefSetStructuredErrorFunc__internal_alias __attribute((visibility("hidden")));
5370extern __typeof (xmlThrDefSetStructuredErrorFunc) xmlThrDefSetStructuredErrorFunc __attribute((alias("xmlThrDefSetStructuredErrorFunc__internal_alias")));
5371#define xmlThrDefSetStructuredErrorFunc xmlThrDefSetStructuredErrorFunc__internal_alias
5372
5373extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue) xmlThrDefSubstituteEntitiesDefaultValue__internal_alias __attribute((visibility("hidden")));
5374extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue) xmlThrDefSubstituteEntitiesDefaultValue __attribute((alias("xmlThrDefSubstituteEntitiesDefaultValue__internal_alias")));
5375#define xmlThrDefSubstituteEntitiesDefaultValue xmlThrDefSubstituteEntitiesDefaultValue__internal_alias
5376
5377extern __typeof (xmlThrDefTreeIndentString) xmlThrDefTreeIndentString__internal_alias __attribute((visibility("hidden")));
5378extern __typeof (xmlThrDefTreeIndentString) xmlThrDefTreeIndentString __attribute((alias("xmlThrDefTreeIndentString__internal_alias")));
5379#define xmlThrDefTreeIndentString xmlThrDefTreeIndentString__internal_alias
5380
William M. Brack21e4ef22005-01-02 09:53:13 +00005381#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005382extern __typeof (xmlUCSIsAegeanNumbers) xmlUCSIsAegeanNumbers__internal_alias __attribute((visibility("hidden")));
5383extern __typeof (xmlUCSIsAegeanNumbers) xmlUCSIsAegeanNumbers __attribute((alias("xmlUCSIsAegeanNumbers__internal_alias")));
5384#define xmlUCSIsAegeanNumbers xmlUCSIsAegeanNumbers__internal_alias
5385#endif
5386
William M. Brack21e4ef22005-01-02 09:53:13 +00005387#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005388extern __typeof (xmlUCSIsAlphabeticPresentationForms) xmlUCSIsAlphabeticPresentationForms__internal_alias __attribute((visibility("hidden")));
5389extern __typeof (xmlUCSIsAlphabeticPresentationForms) xmlUCSIsAlphabeticPresentationForms __attribute((alias("xmlUCSIsAlphabeticPresentationForms__internal_alias")));
5390#define xmlUCSIsAlphabeticPresentationForms xmlUCSIsAlphabeticPresentationForms__internal_alias
5391#endif
5392
William M. Brack21e4ef22005-01-02 09:53:13 +00005393#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005394extern __typeof (xmlUCSIsArabic) xmlUCSIsArabic__internal_alias __attribute((visibility("hidden")));
5395extern __typeof (xmlUCSIsArabic) xmlUCSIsArabic __attribute((alias("xmlUCSIsArabic__internal_alias")));
5396#define xmlUCSIsArabic xmlUCSIsArabic__internal_alias
5397#endif
5398
William M. Brack21e4ef22005-01-02 09:53:13 +00005399#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005400extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA__internal_alias __attribute((visibility("hidden")));
5401extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA __attribute((alias("xmlUCSIsArabicPresentationFormsA__internal_alias")));
5402#define xmlUCSIsArabicPresentationFormsA xmlUCSIsArabicPresentationFormsA__internal_alias
5403#endif
5404
William M. Brack21e4ef22005-01-02 09:53:13 +00005405#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005406extern __typeof (xmlUCSIsArabicPresentationFormsB) xmlUCSIsArabicPresentationFormsB__internal_alias __attribute((visibility("hidden")));
5407extern __typeof (xmlUCSIsArabicPresentationFormsB) xmlUCSIsArabicPresentationFormsB __attribute((alias("xmlUCSIsArabicPresentationFormsB__internal_alias")));
5408#define xmlUCSIsArabicPresentationFormsB xmlUCSIsArabicPresentationFormsB__internal_alias
5409#endif
5410
William M. Brack21e4ef22005-01-02 09:53:13 +00005411#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005412extern __typeof (xmlUCSIsArmenian) xmlUCSIsArmenian__internal_alias __attribute((visibility("hidden")));
5413extern __typeof (xmlUCSIsArmenian) xmlUCSIsArmenian __attribute((alias("xmlUCSIsArmenian__internal_alias")));
5414#define xmlUCSIsArmenian xmlUCSIsArmenian__internal_alias
5415#endif
5416
William M. Brack21e4ef22005-01-02 09:53:13 +00005417#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005418extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows__internal_alias __attribute((visibility("hidden")));
5419extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows __attribute((alias("xmlUCSIsArrows__internal_alias")));
5420#define xmlUCSIsArrows xmlUCSIsArrows__internal_alias
5421#endif
5422
William M. Brack21e4ef22005-01-02 09:53:13 +00005423#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005424extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin__internal_alias __attribute((visibility("hidden")));
5425extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin __attribute((alias("xmlUCSIsBasicLatin__internal_alias")));
5426#define xmlUCSIsBasicLatin xmlUCSIsBasicLatin__internal_alias
5427#endif
5428
William M. Brack21e4ef22005-01-02 09:53:13 +00005429#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005430extern __typeof (xmlUCSIsBengali) xmlUCSIsBengali__internal_alias __attribute((visibility("hidden")));
5431extern __typeof (xmlUCSIsBengali) xmlUCSIsBengali __attribute((alias("xmlUCSIsBengali__internal_alias")));
5432#define xmlUCSIsBengali xmlUCSIsBengali__internal_alias
5433#endif
5434
William M. Brack21e4ef22005-01-02 09:53:13 +00005435#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005436extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock__internal_alias __attribute((visibility("hidden")));
5437extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock __attribute((alias("xmlUCSIsBlock__internal_alias")));
5438#define xmlUCSIsBlock xmlUCSIsBlock__internal_alias
5439#endif
5440
William M. Brack21e4ef22005-01-02 09:53:13 +00005441#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005442extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements__internal_alias __attribute((visibility("hidden")));
5443extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements __attribute((alias("xmlUCSIsBlockElements__internal_alias")));
5444#define xmlUCSIsBlockElements xmlUCSIsBlockElements__internal_alias
5445#endif
5446
William M. Brack21e4ef22005-01-02 09:53:13 +00005447#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005448extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo__internal_alias __attribute((visibility("hidden")));
5449extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo __attribute((alias("xmlUCSIsBopomofo__internal_alias")));
5450#define xmlUCSIsBopomofo xmlUCSIsBopomofo__internal_alias
5451#endif
5452
William M. Brack21e4ef22005-01-02 09:53:13 +00005453#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005454extern __typeof (xmlUCSIsBopomofoExtended) xmlUCSIsBopomofoExtended__internal_alias __attribute((visibility("hidden")));
5455extern __typeof (xmlUCSIsBopomofoExtended) xmlUCSIsBopomofoExtended __attribute((alias("xmlUCSIsBopomofoExtended__internal_alias")));
5456#define xmlUCSIsBopomofoExtended xmlUCSIsBopomofoExtended__internal_alias
5457#endif
5458
William M. Brack21e4ef22005-01-02 09:53:13 +00005459#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005460extern __typeof (xmlUCSIsBoxDrawing) xmlUCSIsBoxDrawing__internal_alias __attribute((visibility("hidden")));
5461extern __typeof (xmlUCSIsBoxDrawing) xmlUCSIsBoxDrawing __attribute((alias("xmlUCSIsBoxDrawing__internal_alias")));
5462#define xmlUCSIsBoxDrawing xmlUCSIsBoxDrawing__internal_alias
5463#endif
5464
William M. Brack21e4ef22005-01-02 09:53:13 +00005465#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005466extern __typeof (xmlUCSIsBraillePatterns) xmlUCSIsBraillePatterns__internal_alias __attribute((visibility("hidden")));
5467extern __typeof (xmlUCSIsBraillePatterns) xmlUCSIsBraillePatterns __attribute((alias("xmlUCSIsBraillePatterns__internal_alias")));
5468#define xmlUCSIsBraillePatterns xmlUCSIsBraillePatterns__internal_alias
5469#endif
5470
William M. Brack21e4ef22005-01-02 09:53:13 +00005471#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005472extern __typeof (xmlUCSIsBuhid) xmlUCSIsBuhid__internal_alias __attribute((visibility("hidden")));
5473extern __typeof (xmlUCSIsBuhid) xmlUCSIsBuhid __attribute((alias("xmlUCSIsBuhid__internal_alias")));
5474#define xmlUCSIsBuhid xmlUCSIsBuhid__internal_alias
5475#endif
5476
William M. Brack21e4ef22005-01-02 09:53:13 +00005477#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005478extern __typeof (xmlUCSIsByzantineMusicalSymbols) xmlUCSIsByzantineMusicalSymbols__internal_alias __attribute((visibility("hidden")));
5479extern __typeof (xmlUCSIsByzantineMusicalSymbols) xmlUCSIsByzantineMusicalSymbols __attribute((alias("xmlUCSIsByzantineMusicalSymbols__internal_alias")));
5480#define xmlUCSIsByzantineMusicalSymbols xmlUCSIsByzantineMusicalSymbols__internal_alias
5481#endif
5482
William M. Brack21e4ef22005-01-02 09:53:13 +00005483#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005484extern __typeof (xmlUCSIsCJKCompatibility) xmlUCSIsCJKCompatibility__internal_alias __attribute((visibility("hidden")));
5485extern __typeof (xmlUCSIsCJKCompatibility) xmlUCSIsCJKCompatibility __attribute((alias("xmlUCSIsCJKCompatibility__internal_alias")));
5486#define xmlUCSIsCJKCompatibility xmlUCSIsCJKCompatibility__internal_alias
5487#endif
5488
William M. Brack21e4ef22005-01-02 09:53:13 +00005489#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005490extern __typeof (xmlUCSIsCJKCompatibilityForms) xmlUCSIsCJKCompatibilityForms__internal_alias __attribute((visibility("hidden")));
5491extern __typeof (xmlUCSIsCJKCompatibilityForms) xmlUCSIsCJKCompatibilityForms __attribute((alias("xmlUCSIsCJKCompatibilityForms__internal_alias")));
5492#define xmlUCSIsCJKCompatibilityForms xmlUCSIsCJKCompatibilityForms__internal_alias
5493#endif
5494
William M. Brack21e4ef22005-01-02 09:53:13 +00005495#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005496extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs__internal_alias __attribute((visibility("hidden")));
5497extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs __attribute((alias("xmlUCSIsCJKCompatibilityIdeographs__internal_alias")));
5498#define xmlUCSIsCJKCompatibilityIdeographs xmlUCSIsCJKCompatibilityIdeographs__internal_alias
5499#endif
5500
William M. Brack21e4ef22005-01-02 09:53:13 +00005501#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005502extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement) xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias __attribute((visibility("hidden")));
5503extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement) xmlUCSIsCJKCompatibilityIdeographsSupplement __attribute((alias("xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias")));
5504#define xmlUCSIsCJKCompatibilityIdeographsSupplement xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias
5505#endif
5506
William M. Brack21e4ef22005-01-02 09:53:13 +00005507#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005508extern __typeof (xmlUCSIsCJKRadicalsSupplement) xmlUCSIsCJKRadicalsSupplement__internal_alias __attribute((visibility("hidden")));
5509extern __typeof (xmlUCSIsCJKRadicalsSupplement) xmlUCSIsCJKRadicalsSupplement __attribute((alias("xmlUCSIsCJKRadicalsSupplement__internal_alias")));
5510#define xmlUCSIsCJKRadicalsSupplement xmlUCSIsCJKRadicalsSupplement__internal_alias
5511#endif
5512
William M. Brack21e4ef22005-01-02 09:53:13 +00005513#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005514extern __typeof (xmlUCSIsCJKSymbolsandPunctuation) xmlUCSIsCJKSymbolsandPunctuation__internal_alias __attribute((visibility("hidden")));
5515extern __typeof (xmlUCSIsCJKSymbolsandPunctuation) xmlUCSIsCJKSymbolsandPunctuation __attribute((alias("xmlUCSIsCJKSymbolsandPunctuation__internal_alias")));
5516#define xmlUCSIsCJKSymbolsandPunctuation xmlUCSIsCJKSymbolsandPunctuation__internal_alias
5517#endif
5518
William M. Brack21e4ef22005-01-02 09:53:13 +00005519#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005520extern __typeof (xmlUCSIsCJKUnifiedIdeographs) xmlUCSIsCJKUnifiedIdeographs__internal_alias __attribute((visibility("hidden")));
5521extern __typeof (xmlUCSIsCJKUnifiedIdeographs) xmlUCSIsCJKUnifiedIdeographs __attribute((alias("xmlUCSIsCJKUnifiedIdeographs__internal_alias")));
5522#define xmlUCSIsCJKUnifiedIdeographs xmlUCSIsCJKUnifiedIdeographs__internal_alias
5523#endif
5524
William M. Brack21e4ef22005-01-02 09:53:13 +00005525#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005526extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA) xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias __attribute((visibility("hidden")));
5527extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA) xmlUCSIsCJKUnifiedIdeographsExtensionA __attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias")));
5528#define xmlUCSIsCJKUnifiedIdeographsExtensionA xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias
5529#endif
5530
William M. Brack21e4ef22005-01-02 09:53:13 +00005531#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005532extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB) xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias __attribute((visibility("hidden")));
5533extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB) xmlUCSIsCJKUnifiedIdeographsExtensionB __attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias")));
5534#define xmlUCSIsCJKUnifiedIdeographsExtensionB xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias
5535#endif
5536
William M. Brack21e4ef22005-01-02 09:53:13 +00005537#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005538extern __typeof (xmlUCSIsCat) xmlUCSIsCat__internal_alias __attribute((visibility("hidden")));
5539extern __typeof (xmlUCSIsCat) xmlUCSIsCat __attribute((alias("xmlUCSIsCat__internal_alias")));
5540#define xmlUCSIsCat xmlUCSIsCat__internal_alias
5541#endif
5542
William M. Brack21e4ef22005-01-02 09:53:13 +00005543#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005544extern __typeof (xmlUCSIsCatC) xmlUCSIsCatC__internal_alias __attribute((visibility("hidden")));
5545extern __typeof (xmlUCSIsCatC) xmlUCSIsCatC __attribute((alias("xmlUCSIsCatC__internal_alias")));
5546#define xmlUCSIsCatC xmlUCSIsCatC__internal_alias
5547#endif
5548
William M. Brack21e4ef22005-01-02 09:53:13 +00005549#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005550extern __typeof (xmlUCSIsCatCc) xmlUCSIsCatCc__internal_alias __attribute((visibility("hidden")));
5551extern __typeof (xmlUCSIsCatCc) xmlUCSIsCatCc __attribute((alias("xmlUCSIsCatCc__internal_alias")));
5552#define xmlUCSIsCatCc xmlUCSIsCatCc__internal_alias
5553#endif
5554
William M. Brack21e4ef22005-01-02 09:53:13 +00005555#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005556extern __typeof (xmlUCSIsCatCf) xmlUCSIsCatCf__internal_alias __attribute((visibility("hidden")));
5557extern __typeof (xmlUCSIsCatCf) xmlUCSIsCatCf __attribute((alias("xmlUCSIsCatCf__internal_alias")));
5558#define xmlUCSIsCatCf xmlUCSIsCatCf__internal_alias
5559#endif
5560
William M. Brack21e4ef22005-01-02 09:53:13 +00005561#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005562extern __typeof (xmlUCSIsCatCo) xmlUCSIsCatCo__internal_alias __attribute((visibility("hidden")));
5563extern __typeof (xmlUCSIsCatCo) xmlUCSIsCatCo __attribute((alias("xmlUCSIsCatCo__internal_alias")));
5564#define xmlUCSIsCatCo xmlUCSIsCatCo__internal_alias
5565#endif
5566
William M. Brack21e4ef22005-01-02 09:53:13 +00005567#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005568extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs__internal_alias __attribute((visibility("hidden")));
5569extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs __attribute((alias("xmlUCSIsCatCs__internal_alias")));
5570#define xmlUCSIsCatCs xmlUCSIsCatCs__internal_alias
5571#endif
5572
William M. Brack21e4ef22005-01-02 09:53:13 +00005573#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005574extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL__internal_alias __attribute((visibility("hidden")));
5575extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL __attribute((alias("xmlUCSIsCatL__internal_alias")));
5576#define xmlUCSIsCatL xmlUCSIsCatL__internal_alias
5577#endif
5578
William M. Brack21e4ef22005-01-02 09:53:13 +00005579#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005580extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl__internal_alias __attribute((visibility("hidden")));
5581extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl __attribute((alias("xmlUCSIsCatLl__internal_alias")));
5582#define xmlUCSIsCatLl xmlUCSIsCatLl__internal_alias
5583#endif
5584
William M. Brack21e4ef22005-01-02 09:53:13 +00005585#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005586extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm__internal_alias __attribute((visibility("hidden")));
5587extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm __attribute((alias("xmlUCSIsCatLm__internal_alias")));
5588#define xmlUCSIsCatLm xmlUCSIsCatLm__internal_alias
5589#endif
5590
William M. Brack21e4ef22005-01-02 09:53:13 +00005591#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005592extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo__internal_alias __attribute((visibility("hidden")));
5593extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo __attribute((alias("xmlUCSIsCatLo__internal_alias")));
5594#define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias
5595#endif
5596
William M. Brack21e4ef22005-01-02 09:53:13 +00005597#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005598extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt__internal_alias __attribute((visibility("hidden")));
5599extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt __attribute((alias("xmlUCSIsCatLt__internal_alias")));
5600#define xmlUCSIsCatLt xmlUCSIsCatLt__internal_alias
5601#endif
5602
William M. Brack21e4ef22005-01-02 09:53:13 +00005603#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005604extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu__internal_alias __attribute((visibility("hidden")));
5605extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu __attribute((alias("xmlUCSIsCatLu__internal_alias")));
5606#define xmlUCSIsCatLu xmlUCSIsCatLu__internal_alias
5607#endif
5608
William M. Brack21e4ef22005-01-02 09:53:13 +00005609#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005610extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM__internal_alias __attribute((visibility("hidden")));
5611extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM __attribute((alias("xmlUCSIsCatM__internal_alias")));
5612#define xmlUCSIsCatM xmlUCSIsCatM__internal_alias
5613#endif
5614
William M. Brack21e4ef22005-01-02 09:53:13 +00005615#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005616extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc__internal_alias __attribute((visibility("hidden")));
5617extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc __attribute((alias("xmlUCSIsCatMc__internal_alias")));
5618#define xmlUCSIsCatMc xmlUCSIsCatMc__internal_alias
5619#endif
5620
William M. Brack21e4ef22005-01-02 09:53:13 +00005621#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005622extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe__internal_alias __attribute((visibility("hidden")));
5623extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe __attribute((alias("xmlUCSIsCatMe__internal_alias")));
5624#define xmlUCSIsCatMe xmlUCSIsCatMe__internal_alias
5625#endif
5626
William M. Brack21e4ef22005-01-02 09:53:13 +00005627#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005628extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn__internal_alias __attribute((visibility("hidden")));
5629extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn __attribute((alias("xmlUCSIsCatMn__internal_alias")));
5630#define xmlUCSIsCatMn xmlUCSIsCatMn__internal_alias
5631#endif
5632
William M. Brack21e4ef22005-01-02 09:53:13 +00005633#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005634extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN__internal_alias __attribute((visibility("hidden")));
5635extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN __attribute((alias("xmlUCSIsCatN__internal_alias")));
5636#define xmlUCSIsCatN xmlUCSIsCatN__internal_alias
5637#endif
5638
William M. Brack21e4ef22005-01-02 09:53:13 +00005639#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005640extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd__internal_alias __attribute((visibility("hidden")));
5641extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd __attribute((alias("xmlUCSIsCatNd__internal_alias")));
5642#define xmlUCSIsCatNd xmlUCSIsCatNd__internal_alias
5643#endif
5644
William M. Brack21e4ef22005-01-02 09:53:13 +00005645#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005646extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl__internal_alias __attribute((visibility("hidden")));
5647extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl __attribute((alias("xmlUCSIsCatNl__internal_alias")));
5648#define xmlUCSIsCatNl xmlUCSIsCatNl__internal_alias
5649#endif
5650
William M. Brack21e4ef22005-01-02 09:53:13 +00005651#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005652extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo__internal_alias __attribute((visibility("hidden")));
5653extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo __attribute((alias("xmlUCSIsCatNo__internal_alias")));
5654#define xmlUCSIsCatNo xmlUCSIsCatNo__internal_alias
5655#endif
5656
William M. Brack21e4ef22005-01-02 09:53:13 +00005657#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005658extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP__internal_alias __attribute((visibility("hidden")));
5659extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP __attribute((alias("xmlUCSIsCatP__internal_alias")));
5660#define xmlUCSIsCatP xmlUCSIsCatP__internal_alias
5661#endif
5662
William M. Brack21e4ef22005-01-02 09:53:13 +00005663#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005664extern __typeof (xmlUCSIsCatPc) xmlUCSIsCatPc__internal_alias __attribute((visibility("hidden")));
5665extern __typeof (xmlUCSIsCatPc) xmlUCSIsCatPc __attribute((alias("xmlUCSIsCatPc__internal_alias")));
5666#define xmlUCSIsCatPc xmlUCSIsCatPc__internal_alias
5667#endif
5668
William M. Brack21e4ef22005-01-02 09:53:13 +00005669#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005670extern __typeof (xmlUCSIsCatPd) xmlUCSIsCatPd__internal_alias __attribute((visibility("hidden")));
5671extern __typeof (xmlUCSIsCatPd) xmlUCSIsCatPd __attribute((alias("xmlUCSIsCatPd__internal_alias")));
5672#define xmlUCSIsCatPd xmlUCSIsCatPd__internal_alias
5673#endif
5674
William M. Brack21e4ef22005-01-02 09:53:13 +00005675#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005676extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe__internal_alias __attribute((visibility("hidden")));
5677extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe __attribute((alias("xmlUCSIsCatPe__internal_alias")));
5678#define xmlUCSIsCatPe xmlUCSIsCatPe__internal_alias
5679#endif
5680
William M. Brack21e4ef22005-01-02 09:53:13 +00005681#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005682extern __typeof (xmlUCSIsCatPf) xmlUCSIsCatPf__internal_alias __attribute((visibility("hidden")));
5683extern __typeof (xmlUCSIsCatPf) xmlUCSIsCatPf __attribute((alias("xmlUCSIsCatPf__internal_alias")));
5684#define xmlUCSIsCatPf xmlUCSIsCatPf__internal_alias
5685#endif
5686
William M. Brack21e4ef22005-01-02 09:53:13 +00005687#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005688extern __typeof (xmlUCSIsCatPi) xmlUCSIsCatPi__internal_alias __attribute((visibility("hidden")));
5689extern __typeof (xmlUCSIsCatPi) xmlUCSIsCatPi __attribute((alias("xmlUCSIsCatPi__internal_alias")));
5690#define xmlUCSIsCatPi xmlUCSIsCatPi__internal_alias
5691#endif
5692
William M. Brack21e4ef22005-01-02 09:53:13 +00005693#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005694extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo__internal_alias __attribute((visibility("hidden")));
5695extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo __attribute((alias("xmlUCSIsCatPo__internal_alias")));
5696#define xmlUCSIsCatPo xmlUCSIsCatPo__internal_alias
5697#endif
5698
William M. Brack21e4ef22005-01-02 09:53:13 +00005699#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005700extern __typeof (xmlUCSIsCatPs) xmlUCSIsCatPs__internal_alias __attribute((visibility("hidden")));
5701extern __typeof (xmlUCSIsCatPs) xmlUCSIsCatPs __attribute((alias("xmlUCSIsCatPs__internal_alias")));
5702#define xmlUCSIsCatPs xmlUCSIsCatPs__internal_alias
5703#endif
5704
William M. Brack21e4ef22005-01-02 09:53:13 +00005705#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005706extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS__internal_alias __attribute((visibility("hidden")));
5707extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS __attribute((alias("xmlUCSIsCatS__internal_alias")));
5708#define xmlUCSIsCatS xmlUCSIsCatS__internal_alias
5709#endif
5710
William M. Brack21e4ef22005-01-02 09:53:13 +00005711#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005712extern __typeof (xmlUCSIsCatSc) xmlUCSIsCatSc__internal_alias __attribute((visibility("hidden")));
5713extern __typeof (xmlUCSIsCatSc) xmlUCSIsCatSc __attribute((alias("xmlUCSIsCatSc__internal_alias")));
5714#define xmlUCSIsCatSc xmlUCSIsCatSc__internal_alias
5715#endif
5716
William M. Brack21e4ef22005-01-02 09:53:13 +00005717#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005718extern __typeof (xmlUCSIsCatSk) xmlUCSIsCatSk__internal_alias __attribute((visibility("hidden")));
5719extern __typeof (xmlUCSIsCatSk) xmlUCSIsCatSk __attribute((alias("xmlUCSIsCatSk__internal_alias")));
5720#define xmlUCSIsCatSk xmlUCSIsCatSk__internal_alias
5721#endif
5722
William M. Brack21e4ef22005-01-02 09:53:13 +00005723#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005724extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm__internal_alias __attribute((visibility("hidden")));
5725extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm __attribute((alias("xmlUCSIsCatSm__internal_alias")));
5726#define xmlUCSIsCatSm xmlUCSIsCatSm__internal_alias
5727#endif
5728
William M. Brack21e4ef22005-01-02 09:53:13 +00005729#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005730extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo__internal_alias __attribute((visibility("hidden")));
5731extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo __attribute((alias("xmlUCSIsCatSo__internal_alias")));
5732#define xmlUCSIsCatSo xmlUCSIsCatSo__internal_alias
5733#endif
5734
William M. Brack21e4ef22005-01-02 09:53:13 +00005735#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005736extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ__internal_alias __attribute((visibility("hidden")));
5737extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ __attribute((alias("xmlUCSIsCatZ__internal_alias")));
5738#define xmlUCSIsCatZ xmlUCSIsCatZ__internal_alias
5739#endif
5740
William M. Brack21e4ef22005-01-02 09:53:13 +00005741#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005742extern __typeof (xmlUCSIsCatZl) xmlUCSIsCatZl__internal_alias __attribute((visibility("hidden")));
5743extern __typeof (xmlUCSIsCatZl) xmlUCSIsCatZl __attribute((alias("xmlUCSIsCatZl__internal_alias")));
5744#define xmlUCSIsCatZl xmlUCSIsCatZl__internal_alias
5745#endif
5746
William M. Brack21e4ef22005-01-02 09:53:13 +00005747#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005748extern __typeof (xmlUCSIsCatZp) xmlUCSIsCatZp__internal_alias __attribute((visibility("hidden")));
5749extern __typeof (xmlUCSIsCatZp) xmlUCSIsCatZp __attribute((alias("xmlUCSIsCatZp__internal_alias")));
5750#define xmlUCSIsCatZp xmlUCSIsCatZp__internal_alias
5751#endif
5752
William M. Brack21e4ef22005-01-02 09:53:13 +00005753#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005754extern __typeof (xmlUCSIsCatZs) xmlUCSIsCatZs__internal_alias __attribute((visibility("hidden")));
5755extern __typeof (xmlUCSIsCatZs) xmlUCSIsCatZs __attribute((alias("xmlUCSIsCatZs__internal_alias")));
5756#define xmlUCSIsCatZs xmlUCSIsCatZs__internal_alias
5757#endif
5758
William M. Brack21e4ef22005-01-02 09:53:13 +00005759#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005760extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee__internal_alias __attribute((visibility("hidden")));
5761extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee __attribute((alias("xmlUCSIsCherokee__internal_alias")));
5762#define xmlUCSIsCherokee xmlUCSIsCherokee__internal_alias
5763#endif
5764
William M. Brack21e4ef22005-01-02 09:53:13 +00005765#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005766extern __typeof (xmlUCSIsCombiningDiacriticalMarks) xmlUCSIsCombiningDiacriticalMarks__internal_alias __attribute((visibility("hidden")));
5767extern __typeof (xmlUCSIsCombiningDiacriticalMarks) xmlUCSIsCombiningDiacriticalMarks __attribute((alias("xmlUCSIsCombiningDiacriticalMarks__internal_alias")));
5768#define xmlUCSIsCombiningDiacriticalMarks xmlUCSIsCombiningDiacriticalMarks__internal_alias
5769#endif
5770
William M. Brack21e4ef22005-01-02 09:53:13 +00005771#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005772extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols) xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias __attribute((visibility("hidden")));
5773extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols) xmlUCSIsCombiningDiacriticalMarksforSymbols __attribute((alias("xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias")));
5774#define xmlUCSIsCombiningDiacriticalMarksforSymbols xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias
5775#endif
5776
William M. Brack21e4ef22005-01-02 09:53:13 +00005777#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005778extern __typeof (xmlUCSIsCombiningHalfMarks) xmlUCSIsCombiningHalfMarks__internal_alias __attribute((visibility("hidden")));
5779extern __typeof (xmlUCSIsCombiningHalfMarks) xmlUCSIsCombiningHalfMarks __attribute((alias("xmlUCSIsCombiningHalfMarks__internal_alias")));
5780#define xmlUCSIsCombiningHalfMarks xmlUCSIsCombiningHalfMarks__internal_alias
5781#endif
5782
William M. Brack21e4ef22005-01-02 09:53:13 +00005783#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005784extern __typeof (xmlUCSIsCombiningMarksforSymbols) xmlUCSIsCombiningMarksforSymbols__internal_alias __attribute((visibility("hidden")));
5785extern __typeof (xmlUCSIsCombiningMarksforSymbols) xmlUCSIsCombiningMarksforSymbols __attribute((alias("xmlUCSIsCombiningMarksforSymbols__internal_alias")));
5786#define xmlUCSIsCombiningMarksforSymbols xmlUCSIsCombiningMarksforSymbols__internal_alias
5787#endif
5788
William M. Brack21e4ef22005-01-02 09:53:13 +00005789#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005790extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures__internal_alias __attribute((visibility("hidden")));
5791extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures __attribute((alias("xmlUCSIsControlPictures__internal_alias")));
5792#define xmlUCSIsControlPictures xmlUCSIsControlPictures__internal_alias
5793#endif
5794
William M. Brack21e4ef22005-01-02 09:53:13 +00005795#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005796extern __typeof (xmlUCSIsCurrencySymbols) xmlUCSIsCurrencySymbols__internal_alias __attribute((visibility("hidden")));
5797extern __typeof (xmlUCSIsCurrencySymbols) xmlUCSIsCurrencySymbols __attribute((alias("xmlUCSIsCurrencySymbols__internal_alias")));
5798#define xmlUCSIsCurrencySymbols xmlUCSIsCurrencySymbols__internal_alias
5799#endif
5800
William M. Brack21e4ef22005-01-02 09:53:13 +00005801#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005802extern __typeof (xmlUCSIsCypriotSyllabary) xmlUCSIsCypriotSyllabary__internal_alias __attribute((visibility("hidden")));
5803extern __typeof (xmlUCSIsCypriotSyllabary) xmlUCSIsCypriotSyllabary __attribute((alias("xmlUCSIsCypriotSyllabary__internal_alias")));
5804#define xmlUCSIsCypriotSyllabary xmlUCSIsCypriotSyllabary__internal_alias
5805#endif
5806
William M. Brack21e4ef22005-01-02 09:53:13 +00005807#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005808extern __typeof (xmlUCSIsCyrillic) xmlUCSIsCyrillic__internal_alias __attribute((visibility("hidden")));
5809extern __typeof (xmlUCSIsCyrillic) xmlUCSIsCyrillic __attribute((alias("xmlUCSIsCyrillic__internal_alias")));
5810#define xmlUCSIsCyrillic xmlUCSIsCyrillic__internal_alias
5811#endif
5812
William M. Brack21e4ef22005-01-02 09:53:13 +00005813#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005814extern __typeof (xmlUCSIsCyrillicSupplement) xmlUCSIsCyrillicSupplement__internal_alias __attribute((visibility("hidden")));
5815extern __typeof (xmlUCSIsCyrillicSupplement) xmlUCSIsCyrillicSupplement __attribute((alias("xmlUCSIsCyrillicSupplement__internal_alias")));
5816#define xmlUCSIsCyrillicSupplement xmlUCSIsCyrillicSupplement__internal_alias
5817#endif
5818
William M. Brack21e4ef22005-01-02 09:53:13 +00005819#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005820extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret__internal_alias __attribute((visibility("hidden")));
5821extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret __attribute((alias("xmlUCSIsDeseret__internal_alias")));
5822#define xmlUCSIsDeseret xmlUCSIsDeseret__internal_alias
5823#endif
5824
William M. Brack21e4ef22005-01-02 09:53:13 +00005825#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005826extern __typeof (xmlUCSIsDevanagari) xmlUCSIsDevanagari__internal_alias __attribute((visibility("hidden")));
5827extern __typeof (xmlUCSIsDevanagari) xmlUCSIsDevanagari __attribute((alias("xmlUCSIsDevanagari__internal_alias")));
5828#define xmlUCSIsDevanagari xmlUCSIsDevanagari__internal_alias
5829#endif
5830
William M. Brack21e4ef22005-01-02 09:53:13 +00005831#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005832extern __typeof (xmlUCSIsDingbats) xmlUCSIsDingbats__internal_alias __attribute((visibility("hidden")));
5833extern __typeof (xmlUCSIsDingbats) xmlUCSIsDingbats __attribute((alias("xmlUCSIsDingbats__internal_alias")));
5834#define xmlUCSIsDingbats xmlUCSIsDingbats__internal_alias
5835#endif
5836
William M. Brack21e4ef22005-01-02 09:53:13 +00005837#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005838extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics__internal_alias __attribute((visibility("hidden")));
5839extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics __attribute((alias("xmlUCSIsEnclosedAlphanumerics__internal_alias")));
5840#define xmlUCSIsEnclosedAlphanumerics xmlUCSIsEnclosedAlphanumerics__internal_alias
5841#endif
5842
William M. Brack21e4ef22005-01-02 09:53:13 +00005843#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005844extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths) xmlUCSIsEnclosedCJKLettersandMonths__internal_alias __attribute((visibility("hidden")));
5845extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths) xmlUCSIsEnclosedCJKLettersandMonths __attribute((alias("xmlUCSIsEnclosedCJKLettersandMonths__internal_alias")));
5846#define xmlUCSIsEnclosedCJKLettersandMonths xmlUCSIsEnclosedCJKLettersandMonths__internal_alias
5847#endif
5848
William M. Brack21e4ef22005-01-02 09:53:13 +00005849#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005850extern __typeof (xmlUCSIsEthiopic) xmlUCSIsEthiopic__internal_alias __attribute((visibility("hidden")));
5851extern __typeof (xmlUCSIsEthiopic) xmlUCSIsEthiopic __attribute((alias("xmlUCSIsEthiopic__internal_alias")));
5852#define xmlUCSIsEthiopic xmlUCSIsEthiopic__internal_alias
5853#endif
5854
William M. Brack21e4ef22005-01-02 09:53:13 +00005855#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005856extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation__internal_alias __attribute((visibility("hidden")));
5857extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation __attribute((alias("xmlUCSIsGeneralPunctuation__internal_alias")));
5858#define xmlUCSIsGeneralPunctuation xmlUCSIsGeneralPunctuation__internal_alias
5859#endif
5860
William M. Brack21e4ef22005-01-02 09:53:13 +00005861#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005862extern __typeof (xmlUCSIsGeometricShapes) xmlUCSIsGeometricShapes__internal_alias __attribute((visibility("hidden")));
5863extern __typeof (xmlUCSIsGeometricShapes) xmlUCSIsGeometricShapes __attribute((alias("xmlUCSIsGeometricShapes__internal_alias")));
5864#define xmlUCSIsGeometricShapes xmlUCSIsGeometricShapes__internal_alias
5865#endif
5866
William M. Brack21e4ef22005-01-02 09:53:13 +00005867#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005868extern __typeof (xmlUCSIsGeorgian) xmlUCSIsGeorgian__internal_alias __attribute((visibility("hidden")));
5869extern __typeof (xmlUCSIsGeorgian) xmlUCSIsGeorgian __attribute((alias("xmlUCSIsGeorgian__internal_alias")));
5870#define xmlUCSIsGeorgian xmlUCSIsGeorgian__internal_alias
5871#endif
5872
William M. Brack21e4ef22005-01-02 09:53:13 +00005873#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005874extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic__internal_alias __attribute((visibility("hidden")));
5875extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic __attribute((alias("xmlUCSIsGothic__internal_alias")));
5876#define xmlUCSIsGothic xmlUCSIsGothic__internal_alias
5877#endif
5878
William M. Brack21e4ef22005-01-02 09:53:13 +00005879#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005880extern __typeof (xmlUCSIsGreek) xmlUCSIsGreek__internal_alias __attribute((visibility("hidden")));
5881extern __typeof (xmlUCSIsGreek) xmlUCSIsGreek __attribute((alias("xmlUCSIsGreek__internal_alias")));
5882#define xmlUCSIsGreek xmlUCSIsGreek__internal_alias
5883#endif
5884
William M. Brack21e4ef22005-01-02 09:53:13 +00005885#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005886extern __typeof (xmlUCSIsGreekExtended) xmlUCSIsGreekExtended__internal_alias __attribute((visibility("hidden")));
5887extern __typeof (xmlUCSIsGreekExtended) xmlUCSIsGreekExtended __attribute((alias("xmlUCSIsGreekExtended__internal_alias")));
5888#define xmlUCSIsGreekExtended xmlUCSIsGreekExtended__internal_alias
5889#endif
5890
William M. Brack21e4ef22005-01-02 09:53:13 +00005891#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005892extern __typeof (xmlUCSIsGreekandCoptic) xmlUCSIsGreekandCoptic__internal_alias __attribute((visibility("hidden")));
5893extern __typeof (xmlUCSIsGreekandCoptic) xmlUCSIsGreekandCoptic __attribute((alias("xmlUCSIsGreekandCoptic__internal_alias")));
5894#define xmlUCSIsGreekandCoptic xmlUCSIsGreekandCoptic__internal_alias
5895#endif
5896
William M. Brack21e4ef22005-01-02 09:53:13 +00005897#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005898extern __typeof (xmlUCSIsGujarati) xmlUCSIsGujarati__internal_alias __attribute((visibility("hidden")));
5899extern __typeof (xmlUCSIsGujarati) xmlUCSIsGujarati __attribute((alias("xmlUCSIsGujarati__internal_alias")));
5900#define xmlUCSIsGujarati xmlUCSIsGujarati__internal_alias
5901#endif
5902
William M. Brack21e4ef22005-01-02 09:53:13 +00005903#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005904extern __typeof (xmlUCSIsGurmukhi) xmlUCSIsGurmukhi__internal_alias __attribute((visibility("hidden")));
5905extern __typeof (xmlUCSIsGurmukhi) xmlUCSIsGurmukhi __attribute((alias("xmlUCSIsGurmukhi__internal_alias")));
5906#define xmlUCSIsGurmukhi xmlUCSIsGurmukhi__internal_alias
5907#endif
5908
William M. Brack21e4ef22005-01-02 09:53:13 +00005909#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005910extern __typeof (xmlUCSIsHalfwidthandFullwidthForms) xmlUCSIsHalfwidthandFullwidthForms__internal_alias __attribute((visibility("hidden")));
5911extern __typeof (xmlUCSIsHalfwidthandFullwidthForms) xmlUCSIsHalfwidthandFullwidthForms __attribute((alias("xmlUCSIsHalfwidthandFullwidthForms__internal_alias")));
5912#define xmlUCSIsHalfwidthandFullwidthForms xmlUCSIsHalfwidthandFullwidthForms__internal_alias
5913#endif
5914
William M. Brack21e4ef22005-01-02 09:53:13 +00005915#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005916extern __typeof (xmlUCSIsHangulCompatibilityJamo) xmlUCSIsHangulCompatibilityJamo__internal_alias __attribute((visibility("hidden")));
5917extern __typeof (xmlUCSIsHangulCompatibilityJamo) xmlUCSIsHangulCompatibilityJamo __attribute((alias("xmlUCSIsHangulCompatibilityJamo__internal_alias")));
5918#define xmlUCSIsHangulCompatibilityJamo xmlUCSIsHangulCompatibilityJamo__internal_alias
5919#endif
5920
William M. Brack21e4ef22005-01-02 09:53:13 +00005921#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005922extern __typeof (xmlUCSIsHangulJamo) xmlUCSIsHangulJamo__internal_alias __attribute((visibility("hidden")));
5923extern __typeof (xmlUCSIsHangulJamo) xmlUCSIsHangulJamo __attribute((alias("xmlUCSIsHangulJamo__internal_alias")));
5924#define xmlUCSIsHangulJamo xmlUCSIsHangulJamo__internal_alias
5925#endif
5926
William M. Brack21e4ef22005-01-02 09:53:13 +00005927#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005928extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables__internal_alias __attribute((visibility("hidden")));
5929extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables __attribute((alias("xmlUCSIsHangulSyllables__internal_alias")));
5930#define xmlUCSIsHangulSyllables xmlUCSIsHangulSyllables__internal_alias
5931#endif
5932
William M. Brack21e4ef22005-01-02 09:53:13 +00005933#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005934extern __typeof (xmlUCSIsHanunoo) xmlUCSIsHanunoo__internal_alias __attribute((visibility("hidden")));
5935extern __typeof (xmlUCSIsHanunoo) xmlUCSIsHanunoo __attribute((alias("xmlUCSIsHanunoo__internal_alias")));
5936#define xmlUCSIsHanunoo xmlUCSIsHanunoo__internal_alias
5937#endif
5938
William M. Brack21e4ef22005-01-02 09:53:13 +00005939#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005940extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew__internal_alias __attribute((visibility("hidden")));
5941extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew __attribute((alias("xmlUCSIsHebrew__internal_alias")));
5942#define xmlUCSIsHebrew xmlUCSIsHebrew__internal_alias
5943#endif
5944
William M. Brack21e4ef22005-01-02 09:53:13 +00005945#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005946extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates__internal_alias __attribute((visibility("hidden")));
5947extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates __attribute((alias("xmlUCSIsHighPrivateUseSurrogates__internal_alias")));
5948#define xmlUCSIsHighPrivateUseSurrogates xmlUCSIsHighPrivateUseSurrogates__internal_alias
5949#endif
5950
William M. Brack21e4ef22005-01-02 09:53:13 +00005951#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005952extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates__internal_alias __attribute((visibility("hidden")));
5953extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates __attribute((alias("xmlUCSIsHighSurrogates__internal_alias")));
5954#define xmlUCSIsHighSurrogates xmlUCSIsHighSurrogates__internal_alias
5955#endif
5956
William M. Brack21e4ef22005-01-02 09:53:13 +00005957#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005958extern __typeof (xmlUCSIsHiragana) xmlUCSIsHiragana__internal_alias __attribute((visibility("hidden")));
5959extern __typeof (xmlUCSIsHiragana) xmlUCSIsHiragana __attribute((alias("xmlUCSIsHiragana__internal_alias")));
5960#define xmlUCSIsHiragana xmlUCSIsHiragana__internal_alias
5961#endif
5962
William M. Brack21e4ef22005-01-02 09:53:13 +00005963#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005964extern __typeof (xmlUCSIsIPAExtensions) xmlUCSIsIPAExtensions__internal_alias __attribute((visibility("hidden")));
5965extern __typeof (xmlUCSIsIPAExtensions) xmlUCSIsIPAExtensions __attribute((alias("xmlUCSIsIPAExtensions__internal_alias")));
5966#define xmlUCSIsIPAExtensions xmlUCSIsIPAExtensions__internal_alias
5967#endif
5968
William M. Brack21e4ef22005-01-02 09:53:13 +00005969#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005970extern __typeof (xmlUCSIsIdeographicDescriptionCharacters) xmlUCSIsIdeographicDescriptionCharacters__internal_alias __attribute((visibility("hidden")));
5971extern __typeof (xmlUCSIsIdeographicDescriptionCharacters) xmlUCSIsIdeographicDescriptionCharacters __attribute((alias("xmlUCSIsIdeographicDescriptionCharacters__internal_alias")));
5972#define xmlUCSIsIdeographicDescriptionCharacters xmlUCSIsIdeographicDescriptionCharacters__internal_alias
5973#endif
5974
William M. Brack21e4ef22005-01-02 09:53:13 +00005975#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005976extern __typeof (xmlUCSIsKanbun) xmlUCSIsKanbun__internal_alias __attribute((visibility("hidden")));
5977extern __typeof (xmlUCSIsKanbun) xmlUCSIsKanbun __attribute((alias("xmlUCSIsKanbun__internal_alias")));
5978#define xmlUCSIsKanbun xmlUCSIsKanbun__internal_alias
5979#endif
5980
William M. Brack21e4ef22005-01-02 09:53:13 +00005981#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005982extern __typeof (xmlUCSIsKangxiRadicals) xmlUCSIsKangxiRadicals__internal_alias __attribute((visibility("hidden")));
5983extern __typeof (xmlUCSIsKangxiRadicals) xmlUCSIsKangxiRadicals __attribute((alias("xmlUCSIsKangxiRadicals__internal_alias")));
5984#define xmlUCSIsKangxiRadicals xmlUCSIsKangxiRadicals__internal_alias
5985#endif
5986
William M. Brack21e4ef22005-01-02 09:53:13 +00005987#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005988extern __typeof (xmlUCSIsKannada) xmlUCSIsKannada__internal_alias __attribute((visibility("hidden")));
5989extern __typeof (xmlUCSIsKannada) xmlUCSIsKannada __attribute((alias("xmlUCSIsKannada__internal_alias")));
5990#define xmlUCSIsKannada xmlUCSIsKannada__internal_alias
5991#endif
5992
William M. Brack21e4ef22005-01-02 09:53:13 +00005993#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00005994extern __typeof (xmlUCSIsKatakana) xmlUCSIsKatakana__internal_alias __attribute((visibility("hidden")));
5995extern __typeof (xmlUCSIsKatakana) xmlUCSIsKatakana __attribute((alias("xmlUCSIsKatakana__internal_alias")));
5996#define xmlUCSIsKatakana xmlUCSIsKatakana__internal_alias
5997#endif
5998
William M. Brack21e4ef22005-01-02 09:53:13 +00005999#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006000extern __typeof (xmlUCSIsKatakanaPhoneticExtensions) xmlUCSIsKatakanaPhoneticExtensions__internal_alias __attribute((visibility("hidden")));
6001extern __typeof (xmlUCSIsKatakanaPhoneticExtensions) xmlUCSIsKatakanaPhoneticExtensions __attribute((alias("xmlUCSIsKatakanaPhoneticExtensions__internal_alias")));
6002#define xmlUCSIsKatakanaPhoneticExtensions xmlUCSIsKatakanaPhoneticExtensions__internal_alias
6003#endif
6004
William M. Brack21e4ef22005-01-02 09:53:13 +00006005#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006006extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer__internal_alias __attribute((visibility("hidden")));
6007extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer __attribute((alias("xmlUCSIsKhmer__internal_alias")));
6008#define xmlUCSIsKhmer xmlUCSIsKhmer__internal_alias
6009#endif
6010
William M. Brack21e4ef22005-01-02 09:53:13 +00006011#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006012extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols__internal_alias __attribute((visibility("hidden")));
6013extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols __attribute((alias("xmlUCSIsKhmerSymbols__internal_alias")));
6014#define xmlUCSIsKhmerSymbols xmlUCSIsKhmerSymbols__internal_alias
6015#endif
6016
William M. Brack21e4ef22005-01-02 09:53:13 +00006017#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006018extern __typeof (xmlUCSIsLao) xmlUCSIsLao__internal_alias __attribute((visibility("hidden")));
6019extern __typeof (xmlUCSIsLao) xmlUCSIsLao __attribute((alias("xmlUCSIsLao__internal_alias")));
6020#define xmlUCSIsLao xmlUCSIsLao__internal_alias
6021#endif
6022
William M. Brack21e4ef22005-01-02 09:53:13 +00006023#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006024extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement__internal_alias __attribute((visibility("hidden")));
6025extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement __attribute((alias("xmlUCSIsLatin1Supplement__internal_alias")));
6026#define xmlUCSIsLatin1Supplement xmlUCSIsLatin1Supplement__internal_alias
6027#endif
6028
William M. Brack21e4ef22005-01-02 09:53:13 +00006029#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006030extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA__internal_alias __attribute((visibility("hidden")));
6031extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA __attribute((alias("xmlUCSIsLatinExtendedA__internal_alias")));
6032#define xmlUCSIsLatinExtendedA xmlUCSIsLatinExtendedA__internal_alias
6033#endif
6034
William M. Brack21e4ef22005-01-02 09:53:13 +00006035#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006036extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional__internal_alias __attribute((visibility("hidden")));
6037extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional __attribute((alias("xmlUCSIsLatinExtendedAdditional__internal_alias")));
6038#define xmlUCSIsLatinExtendedAdditional xmlUCSIsLatinExtendedAdditional__internal_alias
6039#endif
6040
William M. Brack21e4ef22005-01-02 09:53:13 +00006041#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006042extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB__internal_alias __attribute((visibility("hidden")));
6043extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB __attribute((alias("xmlUCSIsLatinExtendedB__internal_alias")));
6044#define xmlUCSIsLatinExtendedB xmlUCSIsLatinExtendedB__internal_alias
6045#endif
6046
William M. Brack21e4ef22005-01-02 09:53:13 +00006047#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006048extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols__internal_alias __attribute((visibility("hidden")));
6049extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols __attribute((alias("xmlUCSIsLetterlikeSymbols__internal_alias")));
6050#define xmlUCSIsLetterlikeSymbols xmlUCSIsLetterlikeSymbols__internal_alias
6051#endif
6052
William M. Brack21e4ef22005-01-02 09:53:13 +00006053#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006054extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu__internal_alias __attribute((visibility("hidden")));
6055extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu __attribute((alias("xmlUCSIsLimbu__internal_alias")));
6056#define xmlUCSIsLimbu xmlUCSIsLimbu__internal_alias
6057#endif
6058
William M. Brack21e4ef22005-01-02 09:53:13 +00006059#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006060extern __typeof (xmlUCSIsLinearBIdeograms) xmlUCSIsLinearBIdeograms__internal_alias __attribute((visibility("hidden")));
6061extern __typeof (xmlUCSIsLinearBIdeograms) xmlUCSIsLinearBIdeograms __attribute((alias("xmlUCSIsLinearBIdeograms__internal_alias")));
6062#define xmlUCSIsLinearBIdeograms xmlUCSIsLinearBIdeograms__internal_alias
6063#endif
6064
William M. Brack21e4ef22005-01-02 09:53:13 +00006065#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006066extern __typeof (xmlUCSIsLinearBSyllabary) xmlUCSIsLinearBSyllabary__internal_alias __attribute((visibility("hidden")));
6067extern __typeof (xmlUCSIsLinearBSyllabary) xmlUCSIsLinearBSyllabary __attribute((alias("xmlUCSIsLinearBSyllabary__internal_alias")));
6068#define xmlUCSIsLinearBSyllabary xmlUCSIsLinearBSyllabary__internal_alias
6069#endif
6070
William M. Brack21e4ef22005-01-02 09:53:13 +00006071#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006072extern __typeof (xmlUCSIsLowSurrogates) xmlUCSIsLowSurrogates__internal_alias __attribute((visibility("hidden")));
6073extern __typeof (xmlUCSIsLowSurrogates) xmlUCSIsLowSurrogates __attribute((alias("xmlUCSIsLowSurrogates__internal_alias")));
6074#define xmlUCSIsLowSurrogates xmlUCSIsLowSurrogates__internal_alias
6075#endif
6076
William M. Brack21e4ef22005-01-02 09:53:13 +00006077#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006078extern __typeof (xmlUCSIsMalayalam) xmlUCSIsMalayalam__internal_alias __attribute((visibility("hidden")));
6079extern __typeof (xmlUCSIsMalayalam) xmlUCSIsMalayalam __attribute((alias("xmlUCSIsMalayalam__internal_alias")));
6080#define xmlUCSIsMalayalam xmlUCSIsMalayalam__internal_alias
6081#endif
6082
William M. Brack21e4ef22005-01-02 09:53:13 +00006083#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006084extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols) xmlUCSIsMathematicalAlphanumericSymbols__internal_alias __attribute((visibility("hidden")));
6085extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols) xmlUCSIsMathematicalAlphanumericSymbols __attribute((alias("xmlUCSIsMathematicalAlphanumericSymbols__internal_alias")));
6086#define xmlUCSIsMathematicalAlphanumericSymbols xmlUCSIsMathematicalAlphanumericSymbols__internal_alias
6087#endif
6088
William M. Brack21e4ef22005-01-02 09:53:13 +00006089#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006090extern __typeof (xmlUCSIsMathematicalOperators) xmlUCSIsMathematicalOperators__internal_alias __attribute((visibility("hidden")));
6091extern __typeof (xmlUCSIsMathematicalOperators) xmlUCSIsMathematicalOperators __attribute((alias("xmlUCSIsMathematicalOperators__internal_alias")));
6092#define xmlUCSIsMathematicalOperators xmlUCSIsMathematicalOperators__internal_alias
6093#endif
6094
William M. Brack21e4ef22005-01-02 09:53:13 +00006095#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006096extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias __attribute((visibility("hidden")));
6097extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA __attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias")));
6098#define xmlUCSIsMiscellaneousMathematicalSymbolsA xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias
6099#endif
6100
William M. Brack21e4ef22005-01-02 09:53:13 +00006101#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006102extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB) xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias __attribute((visibility("hidden")));
6103extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB) xmlUCSIsMiscellaneousMathematicalSymbolsB __attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias")));
6104#define xmlUCSIsMiscellaneousMathematicalSymbolsB xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias
6105#endif
6106
William M. Brack21e4ef22005-01-02 09:53:13 +00006107#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006108extern __typeof (xmlUCSIsMiscellaneousSymbols) xmlUCSIsMiscellaneousSymbols__internal_alias __attribute((visibility("hidden")));
6109extern __typeof (xmlUCSIsMiscellaneousSymbols) xmlUCSIsMiscellaneousSymbols __attribute((alias("xmlUCSIsMiscellaneousSymbols__internal_alias")));
6110#define xmlUCSIsMiscellaneousSymbols xmlUCSIsMiscellaneousSymbols__internal_alias
6111#endif
6112
William M. Brack21e4ef22005-01-02 09:53:13 +00006113#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006114extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias __attribute((visibility("hidden")));
6115extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows __attribute((alias("xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias")));
6116#define xmlUCSIsMiscellaneousSymbolsandArrows xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias
6117#endif
6118
William M. Brack21e4ef22005-01-02 09:53:13 +00006119#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006120extern __typeof (xmlUCSIsMiscellaneousTechnical) xmlUCSIsMiscellaneousTechnical__internal_alias __attribute((visibility("hidden")));
6121extern __typeof (xmlUCSIsMiscellaneousTechnical) xmlUCSIsMiscellaneousTechnical __attribute((alias("xmlUCSIsMiscellaneousTechnical__internal_alias")));
6122#define xmlUCSIsMiscellaneousTechnical xmlUCSIsMiscellaneousTechnical__internal_alias
6123#endif
6124
William M. Brack21e4ef22005-01-02 09:53:13 +00006125#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006126extern __typeof (xmlUCSIsMongolian) xmlUCSIsMongolian__internal_alias __attribute((visibility("hidden")));
6127extern __typeof (xmlUCSIsMongolian) xmlUCSIsMongolian __attribute((alias("xmlUCSIsMongolian__internal_alias")));
6128#define xmlUCSIsMongolian xmlUCSIsMongolian__internal_alias
6129#endif
6130
William M. Brack21e4ef22005-01-02 09:53:13 +00006131#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006132extern __typeof (xmlUCSIsMusicalSymbols) xmlUCSIsMusicalSymbols__internal_alias __attribute((visibility("hidden")));
6133extern __typeof (xmlUCSIsMusicalSymbols) xmlUCSIsMusicalSymbols __attribute((alias("xmlUCSIsMusicalSymbols__internal_alias")));
6134#define xmlUCSIsMusicalSymbols xmlUCSIsMusicalSymbols__internal_alias
6135#endif
6136
William M. Brack21e4ef22005-01-02 09:53:13 +00006137#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006138extern __typeof (xmlUCSIsMyanmar) xmlUCSIsMyanmar__internal_alias __attribute((visibility("hidden")));
6139extern __typeof (xmlUCSIsMyanmar) xmlUCSIsMyanmar __attribute((alias("xmlUCSIsMyanmar__internal_alias")));
6140#define xmlUCSIsMyanmar xmlUCSIsMyanmar__internal_alias
6141#endif
6142
William M. Brack21e4ef22005-01-02 09:53:13 +00006143#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006144extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms__internal_alias __attribute((visibility("hidden")));
6145extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms __attribute((alias("xmlUCSIsNumberForms__internal_alias")));
6146#define xmlUCSIsNumberForms xmlUCSIsNumberForms__internal_alias
6147#endif
6148
William M. Brack21e4ef22005-01-02 09:53:13 +00006149#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006150extern __typeof (xmlUCSIsOgham) xmlUCSIsOgham__internal_alias __attribute((visibility("hidden")));
6151extern __typeof (xmlUCSIsOgham) xmlUCSIsOgham __attribute((alias("xmlUCSIsOgham__internal_alias")));
6152#define xmlUCSIsOgham xmlUCSIsOgham__internal_alias
6153#endif
6154
William M. Brack21e4ef22005-01-02 09:53:13 +00006155#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006156extern __typeof (xmlUCSIsOldItalic) xmlUCSIsOldItalic__internal_alias __attribute((visibility("hidden")));
6157extern __typeof (xmlUCSIsOldItalic) xmlUCSIsOldItalic __attribute((alias("xmlUCSIsOldItalic__internal_alias")));
6158#define xmlUCSIsOldItalic xmlUCSIsOldItalic__internal_alias
6159#endif
6160
William M. Brack21e4ef22005-01-02 09:53:13 +00006161#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006162extern __typeof (xmlUCSIsOpticalCharacterRecognition) xmlUCSIsOpticalCharacterRecognition__internal_alias __attribute((visibility("hidden")));
6163extern __typeof (xmlUCSIsOpticalCharacterRecognition) xmlUCSIsOpticalCharacterRecognition __attribute((alias("xmlUCSIsOpticalCharacterRecognition__internal_alias")));
6164#define xmlUCSIsOpticalCharacterRecognition xmlUCSIsOpticalCharacterRecognition__internal_alias
6165#endif
6166
William M. Brack21e4ef22005-01-02 09:53:13 +00006167#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006168extern __typeof (xmlUCSIsOriya) xmlUCSIsOriya__internal_alias __attribute((visibility("hidden")));
6169extern __typeof (xmlUCSIsOriya) xmlUCSIsOriya __attribute((alias("xmlUCSIsOriya__internal_alias")));
6170#define xmlUCSIsOriya xmlUCSIsOriya__internal_alias
6171#endif
6172
William M. Brack21e4ef22005-01-02 09:53:13 +00006173#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006174extern __typeof (xmlUCSIsOsmanya) xmlUCSIsOsmanya__internal_alias __attribute((visibility("hidden")));
6175extern __typeof (xmlUCSIsOsmanya) xmlUCSIsOsmanya __attribute((alias("xmlUCSIsOsmanya__internal_alias")));
6176#define xmlUCSIsOsmanya xmlUCSIsOsmanya__internal_alias
6177#endif
6178
William M. Brack21e4ef22005-01-02 09:53:13 +00006179#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006180extern __typeof (xmlUCSIsPhoneticExtensions) xmlUCSIsPhoneticExtensions__internal_alias __attribute((visibility("hidden")));
6181extern __typeof (xmlUCSIsPhoneticExtensions) xmlUCSIsPhoneticExtensions __attribute((alias("xmlUCSIsPhoneticExtensions__internal_alias")));
6182#define xmlUCSIsPhoneticExtensions xmlUCSIsPhoneticExtensions__internal_alias
6183#endif
6184
William M. Brack21e4ef22005-01-02 09:53:13 +00006185#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006186extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse__internal_alias __attribute((visibility("hidden")));
6187extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse __attribute((alias("xmlUCSIsPrivateUse__internal_alias")));
6188#define xmlUCSIsPrivateUse xmlUCSIsPrivateUse__internal_alias
6189#endif
6190
William M. Brack21e4ef22005-01-02 09:53:13 +00006191#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006192extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea__internal_alias __attribute((visibility("hidden")));
6193extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea __attribute((alias("xmlUCSIsPrivateUseArea__internal_alias")));
6194#define xmlUCSIsPrivateUseArea xmlUCSIsPrivateUseArea__internal_alias
6195#endif
6196
William M. Brack21e4ef22005-01-02 09:53:13 +00006197#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006198extern __typeof (xmlUCSIsRunic) xmlUCSIsRunic__internal_alias __attribute((visibility("hidden")));
6199extern __typeof (xmlUCSIsRunic) xmlUCSIsRunic __attribute((alias("xmlUCSIsRunic__internal_alias")));
6200#define xmlUCSIsRunic xmlUCSIsRunic__internal_alias
6201#endif
6202
William M. Brack21e4ef22005-01-02 09:53:13 +00006203#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006204extern __typeof (xmlUCSIsShavian) xmlUCSIsShavian__internal_alias __attribute((visibility("hidden")));
6205extern __typeof (xmlUCSIsShavian) xmlUCSIsShavian __attribute((alias("xmlUCSIsShavian__internal_alias")));
6206#define xmlUCSIsShavian xmlUCSIsShavian__internal_alias
6207#endif
6208
William M. Brack21e4ef22005-01-02 09:53:13 +00006209#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006210extern __typeof (xmlUCSIsSinhala) xmlUCSIsSinhala__internal_alias __attribute((visibility("hidden")));
6211extern __typeof (xmlUCSIsSinhala) xmlUCSIsSinhala __attribute((alias("xmlUCSIsSinhala__internal_alias")));
6212#define xmlUCSIsSinhala xmlUCSIsSinhala__internal_alias
6213#endif
6214
William M. Brack21e4ef22005-01-02 09:53:13 +00006215#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006216extern __typeof (xmlUCSIsSmallFormVariants) xmlUCSIsSmallFormVariants__internal_alias __attribute((visibility("hidden")));
6217extern __typeof (xmlUCSIsSmallFormVariants) xmlUCSIsSmallFormVariants __attribute((alias("xmlUCSIsSmallFormVariants__internal_alias")));
6218#define xmlUCSIsSmallFormVariants xmlUCSIsSmallFormVariants__internal_alias
6219#endif
6220
William M. Brack21e4ef22005-01-02 09:53:13 +00006221#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006222extern __typeof (xmlUCSIsSpacingModifierLetters) xmlUCSIsSpacingModifierLetters__internal_alias __attribute((visibility("hidden")));
6223extern __typeof (xmlUCSIsSpacingModifierLetters) xmlUCSIsSpacingModifierLetters __attribute((alias("xmlUCSIsSpacingModifierLetters__internal_alias")));
6224#define xmlUCSIsSpacingModifierLetters xmlUCSIsSpacingModifierLetters__internal_alias
6225#endif
6226
William M. Brack21e4ef22005-01-02 09:53:13 +00006227#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006228extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials__internal_alias __attribute((visibility("hidden")));
6229extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials __attribute((alias("xmlUCSIsSpecials__internal_alias")));
6230#define xmlUCSIsSpecials xmlUCSIsSpecials__internal_alias
6231#endif
6232
William M. Brack21e4ef22005-01-02 09:53:13 +00006233#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006234extern __typeof (xmlUCSIsSuperscriptsandSubscripts) xmlUCSIsSuperscriptsandSubscripts__internal_alias __attribute((visibility("hidden")));
6235extern __typeof (xmlUCSIsSuperscriptsandSubscripts) xmlUCSIsSuperscriptsandSubscripts __attribute((alias("xmlUCSIsSuperscriptsandSubscripts__internal_alias")));
6236#define xmlUCSIsSuperscriptsandSubscripts xmlUCSIsSuperscriptsandSubscripts__internal_alias
6237#endif
6238
William M. Brack21e4ef22005-01-02 09:53:13 +00006239#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006240extern __typeof (xmlUCSIsSupplementalArrowsA) xmlUCSIsSupplementalArrowsA__internal_alias __attribute((visibility("hidden")));
6241extern __typeof (xmlUCSIsSupplementalArrowsA) xmlUCSIsSupplementalArrowsA __attribute((alias("xmlUCSIsSupplementalArrowsA__internal_alias")));
6242#define xmlUCSIsSupplementalArrowsA xmlUCSIsSupplementalArrowsA__internal_alias
6243#endif
6244
William M. Brack21e4ef22005-01-02 09:53:13 +00006245#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006246extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB__internal_alias __attribute((visibility("hidden")));
6247extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB __attribute((alias("xmlUCSIsSupplementalArrowsB__internal_alias")));
6248#define xmlUCSIsSupplementalArrowsB xmlUCSIsSupplementalArrowsB__internal_alias
6249#endif
6250
William M. Brack21e4ef22005-01-02 09:53:13 +00006251#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006252extern __typeof (xmlUCSIsSupplementalMathematicalOperators) xmlUCSIsSupplementalMathematicalOperators__internal_alias __attribute((visibility("hidden")));
6253extern __typeof (xmlUCSIsSupplementalMathematicalOperators) xmlUCSIsSupplementalMathematicalOperators __attribute((alias("xmlUCSIsSupplementalMathematicalOperators__internal_alias")));
6254#define xmlUCSIsSupplementalMathematicalOperators xmlUCSIsSupplementalMathematicalOperators__internal_alias
6255#endif
6256
William M. Brack21e4ef22005-01-02 09:53:13 +00006257#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006258extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA) xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias __attribute((visibility("hidden")));
6259extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA) xmlUCSIsSupplementaryPrivateUseAreaA __attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias")));
6260#define xmlUCSIsSupplementaryPrivateUseAreaA xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias
6261#endif
6262
William M. Brack21e4ef22005-01-02 09:53:13 +00006263#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006264extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias __attribute((visibility("hidden")));
6265extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB __attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias")));
6266#define xmlUCSIsSupplementaryPrivateUseAreaB xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias
6267#endif
6268
William M. Brack21e4ef22005-01-02 09:53:13 +00006269#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006270extern __typeof (xmlUCSIsSyriac) xmlUCSIsSyriac__internal_alias __attribute((visibility("hidden")));
6271extern __typeof (xmlUCSIsSyriac) xmlUCSIsSyriac __attribute((alias("xmlUCSIsSyriac__internal_alias")));
6272#define xmlUCSIsSyriac xmlUCSIsSyriac__internal_alias
6273#endif
6274
William M. Brack21e4ef22005-01-02 09:53:13 +00006275#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006276extern __typeof (xmlUCSIsTagalog) xmlUCSIsTagalog__internal_alias __attribute((visibility("hidden")));
6277extern __typeof (xmlUCSIsTagalog) xmlUCSIsTagalog __attribute((alias("xmlUCSIsTagalog__internal_alias")));
6278#define xmlUCSIsTagalog xmlUCSIsTagalog__internal_alias
6279#endif
6280
William M. Brack21e4ef22005-01-02 09:53:13 +00006281#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006282extern __typeof (xmlUCSIsTagbanwa) xmlUCSIsTagbanwa__internal_alias __attribute((visibility("hidden")));
6283extern __typeof (xmlUCSIsTagbanwa) xmlUCSIsTagbanwa __attribute((alias("xmlUCSIsTagbanwa__internal_alias")));
6284#define xmlUCSIsTagbanwa xmlUCSIsTagbanwa__internal_alias
6285#endif
6286
William M. Brack21e4ef22005-01-02 09:53:13 +00006287#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006288extern __typeof (xmlUCSIsTags) xmlUCSIsTags__internal_alias __attribute((visibility("hidden")));
6289extern __typeof (xmlUCSIsTags) xmlUCSIsTags __attribute((alias("xmlUCSIsTags__internal_alias")));
6290#define xmlUCSIsTags xmlUCSIsTags__internal_alias
6291#endif
6292
William M. Brack21e4ef22005-01-02 09:53:13 +00006293#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006294extern __typeof (xmlUCSIsTaiLe) xmlUCSIsTaiLe__internal_alias __attribute((visibility("hidden")));
6295extern __typeof (xmlUCSIsTaiLe) xmlUCSIsTaiLe __attribute((alias("xmlUCSIsTaiLe__internal_alias")));
6296#define xmlUCSIsTaiLe xmlUCSIsTaiLe__internal_alias
6297#endif
6298
William M. Brack21e4ef22005-01-02 09:53:13 +00006299#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006300extern __typeof (xmlUCSIsTaiXuanJingSymbols) xmlUCSIsTaiXuanJingSymbols__internal_alias __attribute((visibility("hidden")));
6301extern __typeof (xmlUCSIsTaiXuanJingSymbols) xmlUCSIsTaiXuanJingSymbols __attribute((alias("xmlUCSIsTaiXuanJingSymbols__internal_alias")));
6302#define xmlUCSIsTaiXuanJingSymbols xmlUCSIsTaiXuanJingSymbols__internal_alias
6303#endif
6304
William M. Brack21e4ef22005-01-02 09:53:13 +00006305#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006306extern __typeof (xmlUCSIsTamil) xmlUCSIsTamil__internal_alias __attribute((visibility("hidden")));
6307extern __typeof (xmlUCSIsTamil) xmlUCSIsTamil __attribute((alias("xmlUCSIsTamil__internal_alias")));
6308#define xmlUCSIsTamil xmlUCSIsTamil__internal_alias
6309#endif
6310
William M. Brack21e4ef22005-01-02 09:53:13 +00006311#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006312extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu__internal_alias __attribute((visibility("hidden")));
6313extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu __attribute((alias("xmlUCSIsTelugu__internal_alias")));
6314#define xmlUCSIsTelugu xmlUCSIsTelugu__internal_alias
6315#endif
6316
William M. Brack21e4ef22005-01-02 09:53:13 +00006317#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006318extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana__internal_alias __attribute((visibility("hidden")));
6319extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana __attribute((alias("xmlUCSIsThaana__internal_alias")));
6320#define xmlUCSIsThaana xmlUCSIsThaana__internal_alias
6321#endif
6322
William M. Brack21e4ef22005-01-02 09:53:13 +00006323#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006324extern __typeof (xmlUCSIsThai) xmlUCSIsThai__internal_alias __attribute((visibility("hidden")));
6325extern __typeof (xmlUCSIsThai) xmlUCSIsThai __attribute((alias("xmlUCSIsThai__internal_alias")));
6326#define xmlUCSIsThai xmlUCSIsThai__internal_alias
6327#endif
6328
William M. Brack21e4ef22005-01-02 09:53:13 +00006329#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006330extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan__internal_alias __attribute((visibility("hidden")));
6331extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan __attribute((alias("xmlUCSIsTibetan__internal_alias")));
6332#define xmlUCSIsTibetan xmlUCSIsTibetan__internal_alias
6333#endif
6334
William M. Brack21e4ef22005-01-02 09:53:13 +00006335#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006336extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic__internal_alias __attribute((visibility("hidden")));
6337extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic __attribute((alias("xmlUCSIsUgaritic__internal_alias")));
6338#define xmlUCSIsUgaritic xmlUCSIsUgaritic__internal_alias
6339#endif
6340
William M. Brack21e4ef22005-01-02 09:53:13 +00006341#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006342extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics) xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias __attribute((visibility("hidden")));
6343extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics) xmlUCSIsUnifiedCanadianAboriginalSyllabics __attribute((alias("xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias")));
6344#define xmlUCSIsUnifiedCanadianAboriginalSyllabics xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias
6345#endif
6346
William M. Brack21e4ef22005-01-02 09:53:13 +00006347#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006348extern __typeof (xmlUCSIsVariationSelectors) xmlUCSIsVariationSelectors__internal_alias __attribute((visibility("hidden")));
6349extern __typeof (xmlUCSIsVariationSelectors) xmlUCSIsVariationSelectors __attribute((alias("xmlUCSIsVariationSelectors__internal_alias")));
6350#define xmlUCSIsVariationSelectors xmlUCSIsVariationSelectors__internal_alias
6351#endif
6352
William M. Brack21e4ef22005-01-02 09:53:13 +00006353#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006354extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement__internal_alias __attribute((visibility("hidden")));
6355extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement __attribute((alias("xmlUCSIsVariationSelectorsSupplement__internal_alias")));
6356#define xmlUCSIsVariationSelectorsSupplement xmlUCSIsVariationSelectorsSupplement__internal_alias
6357#endif
6358
William M. Brack21e4ef22005-01-02 09:53:13 +00006359#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006360extern __typeof (xmlUCSIsYiRadicals) xmlUCSIsYiRadicals__internal_alias __attribute((visibility("hidden")));
6361extern __typeof (xmlUCSIsYiRadicals) xmlUCSIsYiRadicals __attribute((alias("xmlUCSIsYiRadicals__internal_alias")));
6362#define xmlUCSIsYiRadicals xmlUCSIsYiRadicals__internal_alias
6363#endif
6364
William M. Brack21e4ef22005-01-02 09:53:13 +00006365#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006366extern __typeof (xmlUCSIsYiSyllables) xmlUCSIsYiSyllables__internal_alias __attribute((visibility("hidden")));
6367extern __typeof (xmlUCSIsYiSyllables) xmlUCSIsYiSyllables __attribute((alias("xmlUCSIsYiSyllables__internal_alias")));
6368#define xmlUCSIsYiSyllables xmlUCSIsYiSyllables__internal_alias
6369#endif
6370
William M. Brack21e4ef22005-01-02 09:53:13 +00006371#if defined(LIBXML_UNICODE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006372extern __typeof (xmlUCSIsYijingHexagramSymbols) xmlUCSIsYijingHexagramSymbols__internal_alias __attribute((visibility("hidden")));
6373extern __typeof (xmlUCSIsYijingHexagramSymbols) xmlUCSIsYijingHexagramSymbols __attribute((alias("xmlUCSIsYijingHexagramSymbols__internal_alias")));
6374#define xmlUCSIsYijingHexagramSymbols xmlUCSIsYijingHexagramSymbols__internal_alias
6375#endif
6376
6377extern __typeof (xmlURIEscape) xmlURIEscape__internal_alias __attribute((visibility("hidden")));
6378extern __typeof (xmlURIEscape) xmlURIEscape __attribute((alias("xmlURIEscape__internal_alias")));
6379#define xmlURIEscape xmlURIEscape__internal_alias
6380
6381extern __typeof (xmlURIEscapeStr) xmlURIEscapeStr__internal_alias __attribute((visibility("hidden")));
6382extern __typeof (xmlURIEscapeStr) xmlURIEscapeStr __attribute((alias("xmlURIEscapeStr__internal_alias")));
6383#define xmlURIEscapeStr xmlURIEscapeStr__internal_alias
6384
6385extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString__internal_alias __attribute((visibility("hidden")));
6386extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString __attribute((alias("xmlURIUnescapeString__internal_alias")));
6387#define xmlURIUnescapeString xmlURIUnescapeString__internal_alias
6388
6389extern __typeof (xmlUTF8Charcmp) xmlUTF8Charcmp__internal_alias __attribute((visibility("hidden")));
6390extern __typeof (xmlUTF8Charcmp) xmlUTF8Charcmp __attribute((alias("xmlUTF8Charcmp__internal_alias")));
6391#define xmlUTF8Charcmp xmlUTF8Charcmp__internal_alias
6392
6393extern __typeof (xmlUTF8Size) xmlUTF8Size__internal_alias __attribute((visibility("hidden")));
6394extern __typeof (xmlUTF8Size) xmlUTF8Size __attribute((alias("xmlUTF8Size__internal_alias")));
6395#define xmlUTF8Size xmlUTF8Size__internal_alias
6396
6397extern __typeof (xmlUTF8Strlen) xmlUTF8Strlen__internal_alias __attribute((visibility("hidden")));
6398extern __typeof (xmlUTF8Strlen) xmlUTF8Strlen __attribute((alias("xmlUTF8Strlen__internal_alias")));
6399#define xmlUTF8Strlen xmlUTF8Strlen__internal_alias
6400
6401extern __typeof (xmlUTF8Strloc) xmlUTF8Strloc__internal_alias __attribute((visibility("hidden")));
6402extern __typeof (xmlUTF8Strloc) xmlUTF8Strloc __attribute((alias("xmlUTF8Strloc__internal_alias")));
6403#define xmlUTF8Strloc xmlUTF8Strloc__internal_alias
6404
6405extern __typeof (xmlUTF8Strndup) xmlUTF8Strndup__internal_alias __attribute((visibility("hidden")));
6406extern __typeof (xmlUTF8Strndup) xmlUTF8Strndup __attribute((alias("xmlUTF8Strndup__internal_alias")));
6407#define xmlUTF8Strndup xmlUTF8Strndup__internal_alias
6408
6409extern __typeof (xmlUTF8Strpos) xmlUTF8Strpos__internal_alias __attribute((visibility("hidden")));
6410extern __typeof (xmlUTF8Strpos) xmlUTF8Strpos __attribute((alias("xmlUTF8Strpos__internal_alias")));
6411#define xmlUTF8Strpos xmlUTF8Strpos__internal_alias
6412
6413extern __typeof (xmlUTF8Strsize) xmlUTF8Strsize__internal_alias __attribute((visibility("hidden")));
6414extern __typeof (xmlUTF8Strsize) xmlUTF8Strsize __attribute((alias("xmlUTF8Strsize__internal_alias")));
6415#define xmlUTF8Strsize xmlUTF8Strsize__internal_alias
6416
6417extern __typeof (xmlUTF8Strsub) xmlUTF8Strsub__internal_alias __attribute((visibility("hidden")));
6418extern __typeof (xmlUTF8Strsub) xmlUTF8Strsub __attribute((alias("xmlUTF8Strsub__internal_alias")));
6419#define xmlUTF8Strsub xmlUTF8Strsub__internal_alias
6420
6421extern __typeof (xmlUnlinkNode) xmlUnlinkNode__internal_alias __attribute((visibility("hidden")));
6422extern __typeof (xmlUnlinkNode) xmlUnlinkNode __attribute((alias("xmlUnlinkNode__internal_alias")));
6423#define xmlUnlinkNode xmlUnlinkNode__internal_alias
6424
6425extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary__internal_alias __attribute((visibility("hidden")));
6426extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary __attribute((alias("xmlUnlockLibrary__internal_alias")));
6427#define xmlUnlockLibrary xmlUnlockLibrary__internal_alias
6428
William M. Brack21e4ef22005-01-02 09:53:13 +00006429#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006430extern __typeof (xmlUnsetNsProp) xmlUnsetNsProp__internal_alias __attribute((visibility("hidden")));
6431extern __typeof (xmlUnsetNsProp) xmlUnsetNsProp __attribute((alias("xmlUnsetNsProp__internal_alias")));
6432#define xmlUnsetNsProp xmlUnsetNsProp__internal_alias
6433#endif
6434
William M. Brack21e4ef22005-01-02 09:53:13 +00006435#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006436extern __typeof (xmlUnsetProp) xmlUnsetProp__internal_alias __attribute((visibility("hidden")));
6437extern __typeof (xmlUnsetProp) xmlUnsetProp __attribute((alias("xmlUnsetProp__internal_alias")));
6438#define xmlUnsetProp xmlUnsetProp__internal_alias
6439#endif
6440
William M. Brack21e4ef22005-01-02 09:53:13 +00006441#if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006442extern __typeof (xmlValidBuildContentModel) xmlValidBuildContentModel__internal_alias __attribute((visibility("hidden")));
6443extern __typeof (xmlValidBuildContentModel) xmlValidBuildContentModel __attribute((alias("xmlValidBuildContentModel__internal_alias")));
6444#define xmlValidBuildContentModel xmlValidBuildContentModel__internal_alias
6445#endif
6446
William M. Brack21e4ef22005-01-02 09:53:13 +00006447#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006448extern __typeof (xmlValidCtxtNormalizeAttributeValue) xmlValidCtxtNormalizeAttributeValue__internal_alias __attribute((visibility("hidden")));
6449extern __typeof (xmlValidCtxtNormalizeAttributeValue) xmlValidCtxtNormalizeAttributeValue __attribute((alias("xmlValidCtxtNormalizeAttributeValue__internal_alias")));
6450#define xmlValidCtxtNormalizeAttributeValue xmlValidCtxtNormalizeAttributeValue__internal_alias
6451#endif
6452
William M. Brack21e4ef22005-01-02 09:53:13 +00006453#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006454extern __typeof (xmlValidGetPotentialChildren) xmlValidGetPotentialChildren__internal_alias __attribute((visibility("hidden")));
6455extern __typeof (xmlValidGetPotentialChildren) xmlValidGetPotentialChildren __attribute((alias("xmlValidGetPotentialChildren__internal_alias")));
6456#define xmlValidGetPotentialChildren xmlValidGetPotentialChildren__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00006457#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00006458
William M. Brack21e4ef22005-01-02 09:53:13 +00006459#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006460extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements__internal_alias __attribute((visibility("hidden")));
6461extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements __attribute((alias("xmlValidGetValidElements__internal_alias")));
6462#define xmlValidGetValidElements xmlValidGetValidElements__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00006463#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00006464
William M. Brack21e4ef22005-01-02 09:53:13 +00006465#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006466extern __typeof (xmlValidNormalizeAttributeValue) xmlValidNormalizeAttributeValue__internal_alias __attribute((visibility("hidden")));
6467extern __typeof (xmlValidNormalizeAttributeValue) xmlValidNormalizeAttributeValue __attribute((alias("xmlValidNormalizeAttributeValue__internal_alias")));
6468#define xmlValidNormalizeAttributeValue xmlValidNormalizeAttributeValue__internal_alias
6469#endif
6470
William M. Brack21e4ef22005-01-02 09:53:13 +00006471#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006472extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl__internal_alias __attribute((visibility("hidden")));
6473extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl __attribute((alias("xmlValidateAttributeDecl__internal_alias")));
6474#define xmlValidateAttributeDecl xmlValidateAttributeDecl__internal_alias
6475#endif
6476
William M. Brack21e4ef22005-01-02 09:53:13 +00006477#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006478extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue__internal_alias __attribute((visibility("hidden")));
6479extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue __attribute((alias("xmlValidateAttributeValue__internal_alias")));
6480#define xmlValidateAttributeValue xmlValidateAttributeValue__internal_alias
6481#endif
6482
William M. Brack21e4ef22005-01-02 09:53:13 +00006483#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006484extern __typeof (xmlValidateDocument) xmlValidateDocument__internal_alias __attribute((visibility("hidden")));
6485extern __typeof (xmlValidateDocument) xmlValidateDocument __attribute((alias("xmlValidateDocument__internal_alias")));
6486#define xmlValidateDocument xmlValidateDocument__internal_alias
6487#endif
6488
William M. Brack21e4ef22005-01-02 09:53:13 +00006489#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006490extern __typeof (xmlValidateDocumentFinal) xmlValidateDocumentFinal__internal_alias __attribute((visibility("hidden")));
6491extern __typeof (xmlValidateDocumentFinal) xmlValidateDocumentFinal __attribute((alias("xmlValidateDocumentFinal__internal_alias")));
6492#define xmlValidateDocumentFinal xmlValidateDocumentFinal__internal_alias
6493#endif
6494
William M. Brack21e4ef22005-01-02 09:53:13 +00006495#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006496extern __typeof (xmlValidateDtd) xmlValidateDtd__internal_alias __attribute((visibility("hidden")));
6497extern __typeof (xmlValidateDtd) xmlValidateDtd __attribute((alias("xmlValidateDtd__internal_alias")));
6498#define xmlValidateDtd xmlValidateDtd__internal_alias
6499#endif
6500
William M. Brack21e4ef22005-01-02 09:53:13 +00006501#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006502extern __typeof (xmlValidateDtdFinal) xmlValidateDtdFinal__internal_alias __attribute((visibility("hidden")));
6503extern __typeof (xmlValidateDtdFinal) xmlValidateDtdFinal __attribute((alias("xmlValidateDtdFinal__internal_alias")));
6504#define xmlValidateDtdFinal xmlValidateDtdFinal__internal_alias
6505#endif
6506
William M. Brack21e4ef22005-01-02 09:53:13 +00006507#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006508extern __typeof (xmlValidateElement) xmlValidateElement__internal_alias __attribute((visibility("hidden")));
6509extern __typeof (xmlValidateElement) xmlValidateElement __attribute((alias("xmlValidateElement__internal_alias")));
6510#define xmlValidateElement xmlValidateElement__internal_alias
6511#endif
6512
William M. Brack21e4ef22005-01-02 09:53:13 +00006513#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006514extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl__internal_alias __attribute((visibility("hidden")));
6515extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl __attribute((alias("xmlValidateElementDecl__internal_alias")));
6516#define xmlValidateElementDecl xmlValidateElementDecl__internal_alias
6517#endif
6518
William M. Brack21e4ef22005-01-02 09:53:13 +00006519#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006520extern __typeof (xmlValidateNCName) xmlValidateNCName__internal_alias __attribute((visibility("hidden")));
6521extern __typeof (xmlValidateNCName) xmlValidateNCName __attribute((alias("xmlValidateNCName__internal_alias")));
6522#define xmlValidateNCName xmlValidateNCName__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00006523#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00006524
William M. Brack21e4ef22005-01-02 09:53:13 +00006525#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006526extern __typeof (xmlValidateNMToken) xmlValidateNMToken__internal_alias __attribute((visibility("hidden")));
6527extern __typeof (xmlValidateNMToken) xmlValidateNMToken __attribute((alias("xmlValidateNMToken__internal_alias")));
6528#define xmlValidateNMToken xmlValidateNMToken__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00006529#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00006530
William M. Brack21e4ef22005-01-02 09:53:13 +00006531#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006532extern __typeof (xmlValidateName) xmlValidateName__internal_alias __attribute((visibility("hidden")));
6533extern __typeof (xmlValidateName) xmlValidateName __attribute((alias("xmlValidateName__internal_alias")));
6534#define xmlValidateName xmlValidateName__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00006535#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00006536
William M. Brack21e4ef22005-01-02 09:53:13 +00006537#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006538extern __typeof (xmlValidateNameValue) xmlValidateNameValue__internal_alias __attribute((visibility("hidden")));
6539extern __typeof (xmlValidateNameValue) xmlValidateNameValue __attribute((alias("xmlValidateNameValue__internal_alias")));
6540#define xmlValidateNameValue xmlValidateNameValue__internal_alias
6541#endif
6542
William M. Brack21e4ef22005-01-02 09:53:13 +00006543#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006544extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue__internal_alias __attribute((visibility("hidden")));
6545extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue __attribute((alias("xmlValidateNamesValue__internal_alias")));
6546#define xmlValidateNamesValue xmlValidateNamesValue__internal_alias
6547#endif
6548
William M. Brack21e4ef22005-01-02 09:53:13 +00006549#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006550extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue__internal_alias __attribute((visibility("hidden")));
6551extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue __attribute((alias("xmlValidateNmtokenValue__internal_alias")));
6552#define xmlValidateNmtokenValue xmlValidateNmtokenValue__internal_alias
6553#endif
6554
William M. Brack21e4ef22005-01-02 09:53:13 +00006555#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006556extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue__internal_alias __attribute((visibility("hidden")));
6557extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue __attribute((alias("xmlValidateNmtokensValue__internal_alias")));
6558#define xmlValidateNmtokensValue xmlValidateNmtokensValue__internal_alias
6559#endif
6560
William M. Brack21e4ef22005-01-02 09:53:13 +00006561#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006562extern __typeof (xmlValidateNotationDecl) xmlValidateNotationDecl__internal_alias __attribute((visibility("hidden")));
6563extern __typeof (xmlValidateNotationDecl) xmlValidateNotationDecl __attribute((alias("xmlValidateNotationDecl__internal_alias")));
6564#define xmlValidateNotationDecl xmlValidateNotationDecl__internal_alias
6565#endif
6566
William M. Brack21e4ef22005-01-02 09:53:13 +00006567#if defined(LIBXML_VALID_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006568extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse__internal_alias __attribute((visibility("hidden")));
6569extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse __attribute((alias("xmlValidateNotationUse__internal_alias")));
6570#define xmlValidateNotationUse xmlValidateNotationUse__internal_alias
6571#endif
6572
William M. Brack21e4ef22005-01-02 09:53:13 +00006573#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006574extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute__internal_alias __attribute((visibility("hidden")));
6575extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute __attribute((alias("xmlValidateOneAttribute__internal_alias")));
6576#define xmlValidateOneAttribute xmlValidateOneAttribute__internal_alias
6577#endif
6578
William M. Brack21e4ef22005-01-02 09:53:13 +00006579#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006580extern __typeof (xmlValidateOneElement) xmlValidateOneElement__internal_alias __attribute((visibility("hidden")));
6581extern __typeof (xmlValidateOneElement) xmlValidateOneElement __attribute((alias("xmlValidateOneElement__internal_alias")));
6582#define xmlValidateOneElement xmlValidateOneElement__internal_alias
6583#endif
6584
William M. Brack21e4ef22005-01-02 09:53:13 +00006585#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006586extern __typeof (xmlValidateOneNamespace) xmlValidateOneNamespace__internal_alias __attribute((visibility("hidden")));
6587extern __typeof (xmlValidateOneNamespace) xmlValidateOneNamespace __attribute((alias("xmlValidateOneNamespace__internal_alias")));
6588#define xmlValidateOneNamespace xmlValidateOneNamespace__internal_alias
6589#endif
6590
William M. Brack21e4ef22005-01-02 09:53:13 +00006591#if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006592extern __typeof (xmlValidatePopElement) xmlValidatePopElement__internal_alias __attribute((visibility("hidden")));
6593extern __typeof (xmlValidatePopElement) xmlValidatePopElement __attribute((alias("xmlValidatePopElement__internal_alias")));
6594#define xmlValidatePopElement xmlValidatePopElement__internal_alias
6595#endif
6596
William M. Brack21e4ef22005-01-02 09:53:13 +00006597#if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006598extern __typeof (xmlValidatePushCData) xmlValidatePushCData__internal_alias __attribute((visibility("hidden")));
6599extern __typeof (xmlValidatePushCData) xmlValidatePushCData __attribute((alias("xmlValidatePushCData__internal_alias")));
6600#define xmlValidatePushCData xmlValidatePushCData__internal_alias
6601#endif
6602
William M. Brack21e4ef22005-01-02 09:53:13 +00006603#if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006604extern __typeof (xmlValidatePushElement) xmlValidatePushElement__internal_alias __attribute((visibility("hidden")));
6605extern __typeof (xmlValidatePushElement) xmlValidatePushElement __attribute((alias("xmlValidatePushElement__internal_alias")));
6606#define xmlValidatePushElement xmlValidatePushElement__internal_alias
6607#endif
6608
William M. Brack21e4ef22005-01-02 09:53:13 +00006609#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006610extern __typeof (xmlValidateQName) xmlValidateQName__internal_alias __attribute((visibility("hidden")));
6611extern __typeof (xmlValidateQName) xmlValidateQName __attribute((alias("xmlValidateQName__internal_alias")));
6612#define xmlValidateQName xmlValidateQName__internal_alias
William M. Brack21e4ef22005-01-02 09:53:13 +00006613#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00006614
William M. Brack21e4ef22005-01-02 09:53:13 +00006615#if defined(LIBXML_VALID_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006616extern __typeof (xmlValidateRoot) xmlValidateRoot__internal_alias __attribute((visibility("hidden")));
6617extern __typeof (xmlValidateRoot) xmlValidateRoot __attribute((alias("xmlValidateRoot__internal_alias")));
6618#define xmlValidateRoot xmlValidateRoot__internal_alias
6619#endif
6620
William M. Brack21e4ef22005-01-02 09:53:13 +00006621#if defined(LIBXML_XINCLUDE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006622extern __typeof (xmlXIncludeFreeContext) xmlXIncludeFreeContext__internal_alias __attribute((visibility("hidden")));
6623extern __typeof (xmlXIncludeFreeContext) xmlXIncludeFreeContext __attribute((alias("xmlXIncludeFreeContext__internal_alias")));
6624#define xmlXIncludeFreeContext xmlXIncludeFreeContext__internal_alias
6625#endif
6626
William M. Brack21e4ef22005-01-02 09:53:13 +00006627#if defined(LIBXML_XINCLUDE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006628extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext__internal_alias __attribute((visibility("hidden")));
6629extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext __attribute((alias("xmlXIncludeNewContext__internal_alias")));
6630#define xmlXIncludeNewContext xmlXIncludeNewContext__internal_alias
6631#endif
6632
William M. Brack21e4ef22005-01-02 09:53:13 +00006633#if defined(LIBXML_XINCLUDE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006634extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess__internal_alias __attribute((visibility("hidden")));
6635extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess __attribute((alias("xmlXIncludeProcess__internal_alias")));
6636#define xmlXIncludeProcess xmlXIncludeProcess__internal_alias
6637#endif
6638
William M. Brack21e4ef22005-01-02 09:53:13 +00006639#if defined(LIBXML_XINCLUDE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006640extern __typeof (xmlXIncludeProcessFlags) xmlXIncludeProcessFlags__internal_alias __attribute((visibility("hidden")));
6641extern __typeof (xmlXIncludeProcessFlags) xmlXIncludeProcessFlags __attribute((alias("xmlXIncludeProcessFlags__internal_alias")));
6642#define xmlXIncludeProcessFlags xmlXIncludeProcessFlags__internal_alias
6643#endif
6644
William M. Brack21e4ef22005-01-02 09:53:13 +00006645#if defined(LIBXML_XINCLUDE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006646extern __typeof (xmlXIncludeProcessNode) xmlXIncludeProcessNode__internal_alias __attribute((visibility("hidden")));
6647extern __typeof (xmlXIncludeProcessNode) xmlXIncludeProcessNode __attribute((alias("xmlXIncludeProcessNode__internal_alias")));
6648#define xmlXIncludeProcessNode xmlXIncludeProcessNode__internal_alias
6649#endif
6650
William M. Brack21e4ef22005-01-02 09:53:13 +00006651#if defined(LIBXML_XINCLUDE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006652extern __typeof (xmlXIncludeProcessTree) xmlXIncludeProcessTree__internal_alias __attribute((visibility("hidden")));
6653extern __typeof (xmlXIncludeProcessTree) xmlXIncludeProcessTree __attribute((alias("xmlXIncludeProcessTree__internal_alias")));
6654#define xmlXIncludeProcessTree xmlXIncludeProcessTree__internal_alias
6655#endif
6656
William M. Brack21e4ef22005-01-02 09:53:13 +00006657#if defined(LIBXML_XINCLUDE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006658extern __typeof (xmlXIncludeProcessTreeFlags) xmlXIncludeProcessTreeFlags__internal_alias __attribute((visibility("hidden")));
6659extern __typeof (xmlXIncludeProcessTreeFlags) xmlXIncludeProcessTreeFlags __attribute((alias("xmlXIncludeProcessTreeFlags__internal_alias")));
6660#define xmlXIncludeProcessTreeFlags xmlXIncludeProcessTreeFlags__internal_alias
6661#endif
6662
William M. Brack21e4ef22005-01-02 09:53:13 +00006663#if defined(LIBXML_XINCLUDE_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006664extern __typeof (xmlXIncludeSetFlags) xmlXIncludeSetFlags__internal_alias __attribute((visibility("hidden")));
6665extern __typeof (xmlXIncludeSetFlags) xmlXIncludeSetFlags __attribute((alias("xmlXIncludeSetFlags__internal_alias")));
6666#define xmlXIncludeSetFlags xmlXIncludeSetFlags__internal_alias
6667#endif
6668
William M. Brack21e4ef22005-01-02 09:53:13 +00006669#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006670extern __typeof (xmlXPathAddValues) xmlXPathAddValues__internal_alias __attribute((visibility("hidden")));
6671extern __typeof (xmlXPathAddValues) xmlXPathAddValues __attribute((alias("xmlXPathAddValues__internal_alias")));
6672#define xmlXPathAddValues xmlXPathAddValues__internal_alias
6673#endif
6674
William M. Brack21e4ef22005-01-02 09:53:13 +00006675#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006676extern __typeof (xmlXPathBooleanFunction) xmlXPathBooleanFunction__internal_alias __attribute((visibility("hidden")));
6677extern __typeof (xmlXPathBooleanFunction) xmlXPathBooleanFunction __attribute((alias("xmlXPathBooleanFunction__internal_alias")));
6678#define xmlXPathBooleanFunction xmlXPathBooleanFunction__internal_alias
6679#endif
6680
William M. Brack21e4ef22005-01-02 09:53:13 +00006681#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006682extern __typeof (xmlXPathCastBooleanToNumber) xmlXPathCastBooleanToNumber__internal_alias __attribute((visibility("hidden")));
6683extern __typeof (xmlXPathCastBooleanToNumber) xmlXPathCastBooleanToNumber __attribute((alias("xmlXPathCastBooleanToNumber__internal_alias")));
6684#define xmlXPathCastBooleanToNumber xmlXPathCastBooleanToNumber__internal_alias
6685#endif
6686
William M. Brack21e4ef22005-01-02 09:53:13 +00006687#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006688extern __typeof (xmlXPathCastBooleanToString) xmlXPathCastBooleanToString__internal_alias __attribute((visibility("hidden")));
6689extern __typeof (xmlXPathCastBooleanToString) xmlXPathCastBooleanToString __attribute((alias("xmlXPathCastBooleanToString__internal_alias")));
6690#define xmlXPathCastBooleanToString xmlXPathCastBooleanToString__internal_alias
6691#endif
6692
William M. Brack21e4ef22005-01-02 09:53:13 +00006693#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006694extern __typeof (xmlXPathCastNodeSetToBoolean) xmlXPathCastNodeSetToBoolean__internal_alias __attribute((visibility("hidden")));
6695extern __typeof (xmlXPathCastNodeSetToBoolean) xmlXPathCastNodeSetToBoolean __attribute((alias("xmlXPathCastNodeSetToBoolean__internal_alias")));
6696#define xmlXPathCastNodeSetToBoolean xmlXPathCastNodeSetToBoolean__internal_alias
6697#endif
6698
William M. Brack21e4ef22005-01-02 09:53:13 +00006699#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006700extern __typeof (xmlXPathCastNodeSetToNumber) xmlXPathCastNodeSetToNumber__internal_alias __attribute((visibility("hidden")));
6701extern __typeof (xmlXPathCastNodeSetToNumber) xmlXPathCastNodeSetToNumber __attribute((alias("xmlXPathCastNodeSetToNumber__internal_alias")));
6702#define xmlXPathCastNodeSetToNumber xmlXPathCastNodeSetToNumber__internal_alias
6703#endif
6704
William M. Brack21e4ef22005-01-02 09:53:13 +00006705#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006706extern __typeof (xmlXPathCastNodeSetToString) xmlXPathCastNodeSetToString__internal_alias __attribute((visibility("hidden")));
6707extern __typeof (xmlXPathCastNodeSetToString) xmlXPathCastNodeSetToString __attribute((alias("xmlXPathCastNodeSetToString__internal_alias")));
6708#define xmlXPathCastNodeSetToString xmlXPathCastNodeSetToString__internal_alias
6709#endif
6710
William M. Brack21e4ef22005-01-02 09:53:13 +00006711#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006712extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber__internal_alias __attribute((visibility("hidden")));
6713extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber __attribute((alias("xmlXPathCastNodeToNumber__internal_alias")));
6714#define xmlXPathCastNodeToNumber xmlXPathCastNodeToNumber__internal_alias
6715#endif
6716
William M. Brack21e4ef22005-01-02 09:53:13 +00006717#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006718extern __typeof (xmlXPathCastNodeToString) xmlXPathCastNodeToString__internal_alias __attribute((visibility("hidden")));
6719extern __typeof (xmlXPathCastNodeToString) xmlXPathCastNodeToString __attribute((alias("xmlXPathCastNodeToString__internal_alias")));
6720#define xmlXPathCastNodeToString xmlXPathCastNodeToString__internal_alias
6721#endif
6722
William M. Brack21e4ef22005-01-02 09:53:13 +00006723#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006724extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean__internal_alias __attribute((visibility("hidden")));
6725extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean __attribute((alias("xmlXPathCastNumberToBoolean__internal_alias")));
6726#define xmlXPathCastNumberToBoolean xmlXPathCastNumberToBoolean__internal_alias
6727#endif
6728
William M. Brack21e4ef22005-01-02 09:53:13 +00006729#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006730extern __typeof (xmlXPathCastNumberToString) xmlXPathCastNumberToString__internal_alias __attribute((visibility("hidden")));
6731extern __typeof (xmlXPathCastNumberToString) xmlXPathCastNumberToString __attribute((alias("xmlXPathCastNumberToString__internal_alias")));
6732#define xmlXPathCastNumberToString xmlXPathCastNumberToString__internal_alias
6733#endif
6734
William M. Brack21e4ef22005-01-02 09:53:13 +00006735#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006736extern __typeof (xmlXPathCastStringToBoolean) xmlXPathCastStringToBoolean__internal_alias __attribute((visibility("hidden")));
6737extern __typeof (xmlXPathCastStringToBoolean) xmlXPathCastStringToBoolean __attribute((alias("xmlXPathCastStringToBoolean__internal_alias")));
6738#define xmlXPathCastStringToBoolean xmlXPathCastStringToBoolean__internal_alias
6739#endif
6740
William M. Brack21e4ef22005-01-02 09:53:13 +00006741#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006742extern __typeof (xmlXPathCastStringToNumber) xmlXPathCastStringToNumber__internal_alias __attribute((visibility("hidden")));
6743extern __typeof (xmlXPathCastStringToNumber) xmlXPathCastStringToNumber __attribute((alias("xmlXPathCastStringToNumber__internal_alias")));
6744#define xmlXPathCastStringToNumber xmlXPathCastStringToNumber__internal_alias
6745#endif
6746
William M. Brack21e4ef22005-01-02 09:53:13 +00006747#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006748extern __typeof (xmlXPathCastToBoolean) xmlXPathCastToBoolean__internal_alias __attribute((visibility("hidden")));
6749extern __typeof (xmlXPathCastToBoolean) xmlXPathCastToBoolean __attribute((alias("xmlXPathCastToBoolean__internal_alias")));
6750#define xmlXPathCastToBoolean xmlXPathCastToBoolean__internal_alias
6751#endif
6752
William M. Brack21e4ef22005-01-02 09:53:13 +00006753#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006754extern __typeof (xmlXPathCastToNumber) xmlXPathCastToNumber__internal_alias __attribute((visibility("hidden")));
6755extern __typeof (xmlXPathCastToNumber) xmlXPathCastToNumber __attribute((alias("xmlXPathCastToNumber__internal_alias")));
6756#define xmlXPathCastToNumber xmlXPathCastToNumber__internal_alias
6757#endif
6758
William M. Brack21e4ef22005-01-02 09:53:13 +00006759#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006760extern __typeof (xmlXPathCastToString) xmlXPathCastToString__internal_alias __attribute((visibility("hidden")));
6761extern __typeof (xmlXPathCastToString) xmlXPathCastToString __attribute((alias("xmlXPathCastToString__internal_alias")));
6762#define xmlXPathCastToString xmlXPathCastToString__internal_alias
6763#endif
6764
William M. Brack21e4ef22005-01-02 09:53:13 +00006765#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006766extern __typeof (xmlXPathCeilingFunction) xmlXPathCeilingFunction__internal_alias __attribute((visibility("hidden")));
6767extern __typeof (xmlXPathCeilingFunction) xmlXPathCeilingFunction __attribute((alias("xmlXPathCeilingFunction__internal_alias")));
6768#define xmlXPathCeilingFunction xmlXPathCeilingFunction__internal_alias
6769#endif
6770
William M. Brack21e4ef22005-01-02 09:53:13 +00006771#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006772extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes__internal_alias __attribute((visibility("hidden")));
6773extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes __attribute((alias("xmlXPathCmpNodes__internal_alias")));
6774#define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias
6775#endif
6776
William M. Brack21e4ef22005-01-02 09:53:13 +00006777#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006778extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues__internal_alias __attribute((visibility("hidden")));
6779extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues __attribute((alias("xmlXPathCompareValues__internal_alias")));
6780#define xmlXPathCompareValues xmlXPathCompareValues__internal_alias
6781#endif
6782
William M. Brack21e4ef22005-01-02 09:53:13 +00006783#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006784extern __typeof (xmlXPathCompile) xmlXPathCompile__internal_alias __attribute((visibility("hidden")));
6785extern __typeof (xmlXPathCompile) xmlXPathCompile __attribute((alias("xmlXPathCompile__internal_alias")));
6786#define xmlXPathCompile xmlXPathCompile__internal_alias
6787#endif
6788
William M. Brack21e4ef22005-01-02 09:53:13 +00006789#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006790extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval__internal_alias __attribute((visibility("hidden")));
6791extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval __attribute((alias("xmlXPathCompiledEval__internal_alias")));
6792#define xmlXPathCompiledEval xmlXPathCompiledEval__internal_alias
6793#endif
6794
William M. Brack21e4ef22005-01-02 09:53:13 +00006795#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006796extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction__internal_alias __attribute((visibility("hidden")));
6797extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction __attribute((alias("xmlXPathConcatFunction__internal_alias")));
6798#define xmlXPathConcatFunction xmlXPathConcatFunction__internal_alias
6799#endif
6800
William M. Brack21e4ef22005-01-02 09:53:13 +00006801#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006802extern __typeof (xmlXPathContainsFunction) xmlXPathContainsFunction__internal_alias __attribute((visibility("hidden")));
6803extern __typeof (xmlXPathContainsFunction) xmlXPathContainsFunction __attribute((alias("xmlXPathContainsFunction__internal_alias")));
6804#define xmlXPathContainsFunction xmlXPathContainsFunction__internal_alias
6805#endif
6806
William M. Brack21e4ef22005-01-02 09:53:13 +00006807#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006808extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean__internal_alias __attribute((visibility("hidden")));
6809extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean __attribute((alias("xmlXPathConvertBoolean__internal_alias")));
6810#define xmlXPathConvertBoolean xmlXPathConvertBoolean__internal_alias
6811#endif
6812
William M. Brack21e4ef22005-01-02 09:53:13 +00006813#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006814extern __typeof (xmlXPathConvertNumber) xmlXPathConvertNumber__internal_alias __attribute((visibility("hidden")));
6815extern __typeof (xmlXPathConvertNumber) xmlXPathConvertNumber __attribute((alias("xmlXPathConvertNumber__internal_alias")));
6816#define xmlXPathConvertNumber xmlXPathConvertNumber__internal_alias
6817#endif
6818
William M. Brack21e4ef22005-01-02 09:53:13 +00006819#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006820extern __typeof (xmlXPathConvertString) xmlXPathConvertString__internal_alias __attribute((visibility("hidden")));
6821extern __typeof (xmlXPathConvertString) xmlXPathConvertString __attribute((alias("xmlXPathConvertString__internal_alias")));
6822#define xmlXPathConvertString xmlXPathConvertString__internal_alias
6823#endif
6824
William M. Brack21e4ef22005-01-02 09:53:13 +00006825#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006826extern __typeof (xmlXPathCountFunction) xmlXPathCountFunction__internal_alias __attribute((visibility("hidden")));
6827extern __typeof (xmlXPathCountFunction) xmlXPathCountFunction __attribute((alias("xmlXPathCountFunction__internal_alias")));
6828#define xmlXPathCountFunction xmlXPathCountFunction__internal_alias
6829#endif
6830
William M. Brack21e4ef22005-01-02 09:53:13 +00006831#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006832extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile__internal_alias __attribute((visibility("hidden")));
6833extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile __attribute((alias("xmlXPathCtxtCompile__internal_alias")));
6834#define xmlXPathCtxtCompile xmlXPathCtxtCompile__internal_alias
6835#endif
6836
William M. Brack21e4ef22005-01-02 09:53:13 +00006837#if defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006838extern __typeof (xmlXPathDebugDumpCompExpr) xmlXPathDebugDumpCompExpr__internal_alias __attribute((visibility("hidden")));
6839extern __typeof (xmlXPathDebugDumpCompExpr) xmlXPathDebugDumpCompExpr __attribute((alias("xmlXPathDebugDumpCompExpr__internal_alias")));
6840#define xmlXPathDebugDumpCompExpr xmlXPathDebugDumpCompExpr__internal_alias
6841#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00006842
William M. Brack21e4ef22005-01-02 09:53:13 +00006843#if defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_DEBUG_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006844extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject__internal_alias __attribute((visibility("hidden")));
6845extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject __attribute((alias("xmlXPathDebugDumpObject__internal_alias")));
6846#define xmlXPathDebugDumpObject xmlXPathDebugDumpObject__internal_alias
6847#endif
Daniel Veillarda2351322004-06-27 12:08:10 +00006848
William M. Brack21e4ef22005-01-02 09:53:13 +00006849#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006850extern __typeof (xmlXPathDifference) xmlXPathDifference__internal_alias __attribute((visibility("hidden")));
6851extern __typeof (xmlXPathDifference) xmlXPathDifference __attribute((alias("xmlXPathDifference__internal_alias")));
6852#define xmlXPathDifference xmlXPathDifference__internal_alias
6853#endif
6854
William M. Brack21e4ef22005-01-02 09:53:13 +00006855#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006856extern __typeof (xmlXPathDistinct) xmlXPathDistinct__internal_alias __attribute((visibility("hidden")));
6857extern __typeof (xmlXPathDistinct) xmlXPathDistinct __attribute((alias("xmlXPathDistinct__internal_alias")));
6858#define xmlXPathDistinct xmlXPathDistinct__internal_alias
6859#endif
6860
William M. Brack21e4ef22005-01-02 09:53:13 +00006861#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006862extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted__internal_alias __attribute((visibility("hidden")));
6863extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted __attribute((alias("xmlXPathDistinctSorted__internal_alias")));
6864#define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias
6865#endif
6866
William M. Brack21e4ef22005-01-02 09:53:13 +00006867#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006868extern __typeof (xmlXPathDivValues) xmlXPathDivValues__internal_alias __attribute((visibility("hidden")));
6869extern __typeof (xmlXPathDivValues) xmlXPathDivValues __attribute((alias("xmlXPathDivValues__internal_alias")));
6870#define xmlXPathDivValues xmlXPathDivValues__internal_alias
6871#endif
6872
William M. Brack21e4ef22005-01-02 09:53:13 +00006873#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006874extern __typeof (xmlXPathEqualValues) xmlXPathEqualValues__internal_alias __attribute((visibility("hidden")));
6875extern __typeof (xmlXPathEqualValues) xmlXPathEqualValues __attribute((alias("xmlXPathEqualValues__internal_alias")));
6876#define xmlXPathEqualValues xmlXPathEqualValues__internal_alias
6877#endif
6878
William M. Brack21e4ef22005-01-02 09:53:13 +00006879#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006880extern __typeof (xmlXPathErr) xmlXPathErr__internal_alias __attribute((visibility("hidden")));
6881extern __typeof (xmlXPathErr) xmlXPathErr __attribute((alias("xmlXPathErr__internal_alias")));
6882#define xmlXPathErr xmlXPathErr__internal_alias
6883#endif
6884
William M. Brack21e4ef22005-01-02 09:53:13 +00006885#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006886extern __typeof (xmlXPathEval) xmlXPathEval__internal_alias __attribute((visibility("hidden")));
6887extern __typeof (xmlXPathEval) xmlXPathEval __attribute((alias("xmlXPathEval__internal_alias")));
6888#define xmlXPathEval xmlXPathEval__internal_alias
6889#endif
6890
William M. Brack21e4ef22005-01-02 09:53:13 +00006891#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006892extern __typeof (xmlXPathEvalExpr) xmlXPathEvalExpr__internal_alias __attribute((visibility("hidden")));
6893extern __typeof (xmlXPathEvalExpr) xmlXPathEvalExpr __attribute((alias("xmlXPathEvalExpr__internal_alias")));
6894#define xmlXPathEvalExpr xmlXPathEvalExpr__internal_alias
6895#endif
6896
William M. Brack21e4ef22005-01-02 09:53:13 +00006897#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006898extern __typeof (xmlXPathEvalExpression) xmlXPathEvalExpression__internal_alias __attribute((visibility("hidden")));
6899extern __typeof (xmlXPathEvalExpression) xmlXPathEvalExpression __attribute((alias("xmlXPathEvalExpression__internal_alias")));
6900#define xmlXPathEvalExpression xmlXPathEvalExpression__internal_alias
6901#endif
6902
William M. Brack21e4ef22005-01-02 09:53:13 +00006903#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006904extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate__internal_alias __attribute((visibility("hidden")));
6905extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate __attribute((alias("xmlXPathEvalPredicate__internal_alias")));
6906#define xmlXPathEvalPredicate xmlXPathEvalPredicate__internal_alias
6907#endif
6908
William M. Brack21e4ef22005-01-02 09:53:13 +00006909#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006910extern __typeof (xmlXPathEvaluatePredicateResult) xmlXPathEvaluatePredicateResult__internal_alias __attribute((visibility("hidden")));
6911extern __typeof (xmlXPathEvaluatePredicateResult) xmlXPathEvaluatePredicateResult __attribute((alias("xmlXPathEvaluatePredicateResult__internal_alias")));
6912#define xmlXPathEvaluatePredicateResult xmlXPathEvaluatePredicateResult__internal_alias
6913#endif
6914
William M. Brack21e4ef22005-01-02 09:53:13 +00006915#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006916extern __typeof (xmlXPathFalseFunction) xmlXPathFalseFunction__internal_alias __attribute((visibility("hidden")));
6917extern __typeof (xmlXPathFalseFunction) xmlXPathFalseFunction __attribute((alias("xmlXPathFalseFunction__internal_alias")));
6918#define xmlXPathFalseFunction xmlXPathFalseFunction__internal_alias
6919#endif
6920
William M. Brack21e4ef22005-01-02 09:53:13 +00006921#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006922extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction__internal_alias __attribute((visibility("hidden")));
6923extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction __attribute((alias("xmlXPathFloorFunction__internal_alias")));
6924#define xmlXPathFloorFunction xmlXPathFloorFunction__internal_alias
6925#endif
6926
William M. Brack21e4ef22005-01-02 09:53:13 +00006927#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006928extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr__internal_alias __attribute((visibility("hidden")));
6929extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr __attribute((alias("xmlXPathFreeCompExpr__internal_alias")));
6930#define xmlXPathFreeCompExpr xmlXPathFreeCompExpr__internal_alias
6931#endif
6932
William M. Brack21e4ef22005-01-02 09:53:13 +00006933#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006934extern __typeof (xmlXPathFreeContext) xmlXPathFreeContext__internal_alias __attribute((visibility("hidden")));
6935extern __typeof (xmlXPathFreeContext) xmlXPathFreeContext __attribute((alias("xmlXPathFreeContext__internal_alias")));
6936#define xmlXPathFreeContext xmlXPathFreeContext__internal_alias
6937#endif
6938
William M. Brack21e4ef22005-01-02 09:53:13 +00006939#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006940extern __typeof (xmlXPathFreeNodeSet) xmlXPathFreeNodeSet__internal_alias __attribute((visibility("hidden")));
6941extern __typeof (xmlXPathFreeNodeSet) xmlXPathFreeNodeSet __attribute((alias("xmlXPathFreeNodeSet__internal_alias")));
6942#define xmlXPathFreeNodeSet xmlXPathFreeNodeSet__internal_alias
6943#endif
6944
William M. Brack21e4ef22005-01-02 09:53:13 +00006945#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006946extern __typeof (xmlXPathFreeNodeSetList) xmlXPathFreeNodeSetList__internal_alias __attribute((visibility("hidden")));
6947extern __typeof (xmlXPathFreeNodeSetList) xmlXPathFreeNodeSetList __attribute((alias("xmlXPathFreeNodeSetList__internal_alias")));
6948#define xmlXPathFreeNodeSetList xmlXPathFreeNodeSetList__internal_alias
6949#endif
6950
William M. Brack21e4ef22005-01-02 09:53:13 +00006951#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006952extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject__internal_alias __attribute((visibility("hidden")));
6953extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject __attribute((alias("xmlXPathFreeObject__internal_alias")));
6954#define xmlXPathFreeObject xmlXPathFreeObject__internal_alias
6955#endif
6956
William M. Brack21e4ef22005-01-02 09:53:13 +00006957#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006958extern __typeof (xmlXPathFreeParserContext) xmlXPathFreeParserContext__internal_alias __attribute((visibility("hidden")));
6959extern __typeof (xmlXPathFreeParserContext) xmlXPathFreeParserContext __attribute((alias("xmlXPathFreeParserContext__internal_alias")));
6960#define xmlXPathFreeParserContext xmlXPathFreeParserContext__internal_alias
6961#endif
6962
William M. Brack21e4ef22005-01-02 09:53:13 +00006963#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006964extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup__internal_alias __attribute((visibility("hidden")));
6965extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup __attribute((alias("xmlXPathFunctionLookup__internal_alias")));
6966#define xmlXPathFunctionLookup xmlXPathFunctionLookup__internal_alias
6967#endif
6968
William M. Brack21e4ef22005-01-02 09:53:13 +00006969#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006970extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS__internal_alias __attribute((visibility("hidden")));
6971extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS __attribute((alias("xmlXPathFunctionLookupNS__internal_alias")));
6972#define xmlXPathFunctionLookupNS xmlXPathFunctionLookupNS__internal_alias
6973#endif
6974
William M. Brack21e4ef22005-01-02 09:53:13 +00006975#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006976extern __typeof (xmlXPathHasSameNodes) xmlXPathHasSameNodes__internal_alias __attribute((visibility("hidden")));
6977extern __typeof (xmlXPathHasSameNodes) xmlXPathHasSameNodes __attribute((alias("xmlXPathHasSameNodes__internal_alias")));
6978#define xmlXPathHasSameNodes xmlXPathHasSameNodes__internal_alias
6979#endif
6980
William M. Brack21e4ef22005-01-02 09:53:13 +00006981#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006982extern __typeof (xmlXPathIdFunction) xmlXPathIdFunction__internal_alias __attribute((visibility("hidden")));
6983extern __typeof (xmlXPathIdFunction) xmlXPathIdFunction __attribute((alias("xmlXPathIdFunction__internal_alias")));
6984#define xmlXPathIdFunction xmlXPathIdFunction__internal_alias
6985#endif
6986
William M. Brack21e4ef22005-01-02 09:53:13 +00006987#if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006988extern __typeof (xmlXPathInit) xmlXPathInit__internal_alias __attribute((visibility("hidden")));
6989extern __typeof (xmlXPathInit) xmlXPathInit __attribute((alias("xmlXPathInit__internal_alias")));
6990#define xmlXPathInit xmlXPathInit__internal_alias
6991#endif
6992
William M. Brack21e4ef22005-01-02 09:53:13 +00006993#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00006994extern __typeof (xmlXPathIntersection) xmlXPathIntersection__internal_alias __attribute((visibility("hidden")));
6995extern __typeof (xmlXPathIntersection) xmlXPathIntersection __attribute((alias("xmlXPathIntersection__internal_alias")));
6996#define xmlXPathIntersection xmlXPathIntersection__internal_alias
6997#endif
6998
William M. Brack21e4ef22005-01-02 09:53:13 +00006999#if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007000extern __typeof (xmlXPathIsInf) xmlXPathIsInf__internal_alias __attribute((visibility("hidden")));
7001extern __typeof (xmlXPathIsInf) xmlXPathIsInf __attribute((alias("xmlXPathIsInf__internal_alias")));
7002#define xmlXPathIsInf xmlXPathIsInf__internal_alias
7003#endif
7004
William M. Brack21e4ef22005-01-02 09:53:13 +00007005#if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007006extern __typeof (xmlXPathIsNaN) xmlXPathIsNaN__internal_alias __attribute((visibility("hidden")));
7007extern __typeof (xmlXPathIsNaN) xmlXPathIsNaN __attribute((alias("xmlXPathIsNaN__internal_alias")));
7008#define xmlXPathIsNaN xmlXPathIsNaN__internal_alias
7009#endif
7010
William M. Brack21e4ef22005-01-02 09:53:13 +00007011#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007012extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType__internal_alias __attribute((visibility("hidden")));
7013extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType __attribute((alias("xmlXPathIsNodeType__internal_alias")));
7014#define xmlXPathIsNodeType xmlXPathIsNodeType__internal_alias
7015#endif
7016
William M. Brack21e4ef22005-01-02 09:53:13 +00007017#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007018extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction__internal_alias __attribute((visibility("hidden")));
7019extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction __attribute((alias("xmlXPathLangFunction__internal_alias")));
7020#define xmlXPathLangFunction xmlXPathLangFunction__internal_alias
7021#endif
7022
William M. Brack21e4ef22005-01-02 09:53:13 +00007023#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007024extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction__internal_alias __attribute((visibility("hidden")));
7025extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction __attribute((alias("xmlXPathLastFunction__internal_alias")));
7026#define xmlXPathLastFunction xmlXPathLastFunction__internal_alias
7027#endif
7028
William M. Brack21e4ef22005-01-02 09:53:13 +00007029#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007030extern __typeof (xmlXPathLeading) xmlXPathLeading__internal_alias __attribute((visibility("hidden")));
7031extern __typeof (xmlXPathLeading) xmlXPathLeading __attribute((alias("xmlXPathLeading__internal_alias")));
7032#define xmlXPathLeading xmlXPathLeading__internal_alias
7033#endif
7034
William M. Brack21e4ef22005-01-02 09:53:13 +00007035#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007036extern __typeof (xmlXPathLeadingSorted) xmlXPathLeadingSorted__internal_alias __attribute((visibility("hidden")));
7037extern __typeof (xmlXPathLeadingSorted) xmlXPathLeadingSorted __attribute((alias("xmlXPathLeadingSorted__internal_alias")));
7038#define xmlXPathLeadingSorted xmlXPathLeadingSorted__internal_alias
7039#endif
7040
William M. Brack21e4ef22005-01-02 09:53:13 +00007041#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007042extern __typeof (xmlXPathLocalNameFunction) xmlXPathLocalNameFunction__internal_alias __attribute((visibility("hidden")));
7043extern __typeof (xmlXPathLocalNameFunction) xmlXPathLocalNameFunction __attribute((alias("xmlXPathLocalNameFunction__internal_alias")));
7044#define xmlXPathLocalNameFunction xmlXPathLocalNameFunction__internal_alias
7045#endif
7046
William M. Brack21e4ef22005-01-02 09:53:13 +00007047#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007048extern __typeof (xmlXPathModValues) xmlXPathModValues__internal_alias __attribute((visibility("hidden")));
7049extern __typeof (xmlXPathModValues) xmlXPathModValues __attribute((alias("xmlXPathModValues__internal_alias")));
7050#define xmlXPathModValues xmlXPathModValues__internal_alias
7051#endif
7052
William M. Brack21e4ef22005-01-02 09:53:13 +00007053#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007054extern __typeof (xmlXPathMultValues) xmlXPathMultValues__internal_alias __attribute((visibility("hidden")));
7055extern __typeof (xmlXPathMultValues) xmlXPathMultValues __attribute((alias("xmlXPathMultValues__internal_alias")));
7056#define xmlXPathMultValues xmlXPathMultValues__internal_alias
7057#endif
7058
William M. Brack21e4ef22005-01-02 09:53:13 +00007059#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007060extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction__internal_alias __attribute((visibility("hidden")));
7061extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction __attribute((alias("xmlXPathNamespaceURIFunction__internal_alias")));
7062#define xmlXPathNamespaceURIFunction xmlXPathNamespaceURIFunction__internal_alias
7063#endif
7064
William M. Brack21e4ef22005-01-02 09:53:13 +00007065#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007066extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean__internal_alias __attribute((visibility("hidden")));
7067extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean __attribute((alias("xmlXPathNewBoolean__internal_alias")));
7068#define xmlXPathNewBoolean xmlXPathNewBoolean__internal_alias
7069#endif
7070
William M. Brack21e4ef22005-01-02 09:53:13 +00007071#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007072extern __typeof (xmlXPathNewCString) xmlXPathNewCString__internal_alias __attribute((visibility("hidden")));
7073extern __typeof (xmlXPathNewCString) xmlXPathNewCString __attribute((alias("xmlXPathNewCString__internal_alias")));
7074#define xmlXPathNewCString xmlXPathNewCString__internal_alias
7075#endif
7076
William M. Brack21e4ef22005-01-02 09:53:13 +00007077#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007078extern __typeof (xmlXPathNewContext) xmlXPathNewContext__internal_alias __attribute((visibility("hidden")));
7079extern __typeof (xmlXPathNewContext) xmlXPathNewContext __attribute((alias("xmlXPathNewContext__internal_alias")));
7080#define xmlXPathNewContext xmlXPathNewContext__internal_alias
7081#endif
7082
William M. Brack21e4ef22005-01-02 09:53:13 +00007083#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007084extern __typeof (xmlXPathNewFloat) xmlXPathNewFloat__internal_alias __attribute((visibility("hidden")));
7085extern __typeof (xmlXPathNewFloat) xmlXPathNewFloat __attribute((alias("xmlXPathNewFloat__internal_alias")));
7086#define xmlXPathNewFloat xmlXPathNewFloat__internal_alias
7087#endif
7088
William M. Brack21e4ef22005-01-02 09:53:13 +00007089#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007090extern __typeof (xmlXPathNewNodeSet) xmlXPathNewNodeSet__internal_alias __attribute((visibility("hidden")));
7091extern __typeof (xmlXPathNewNodeSet) xmlXPathNewNodeSet __attribute((alias("xmlXPathNewNodeSet__internal_alias")));
7092#define xmlXPathNewNodeSet xmlXPathNewNodeSet__internal_alias
7093#endif
7094
William M. Brack21e4ef22005-01-02 09:53:13 +00007095#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007096extern __typeof (xmlXPathNewNodeSetList) xmlXPathNewNodeSetList__internal_alias __attribute((visibility("hidden")));
7097extern __typeof (xmlXPathNewNodeSetList) xmlXPathNewNodeSetList __attribute((alias("xmlXPathNewNodeSetList__internal_alias")));
7098#define xmlXPathNewNodeSetList xmlXPathNewNodeSetList__internal_alias
7099#endif
7100
William M. Brack21e4ef22005-01-02 09:53:13 +00007101#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007102extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext__internal_alias __attribute((visibility("hidden")));
7103extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext __attribute((alias("xmlXPathNewParserContext__internal_alias")));
7104#define xmlXPathNewParserContext xmlXPathNewParserContext__internal_alias
7105#endif
7106
William M. Brack21e4ef22005-01-02 09:53:13 +00007107#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007108extern __typeof (xmlXPathNewString) xmlXPathNewString__internal_alias __attribute((visibility("hidden")));
7109extern __typeof (xmlXPathNewString) xmlXPathNewString __attribute((alias("xmlXPathNewString__internal_alias")));
7110#define xmlXPathNewString xmlXPathNewString__internal_alias
7111#endif
7112
William M. Brack21e4ef22005-01-02 09:53:13 +00007113#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007114extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree__internal_alias __attribute((visibility("hidden")));
7115extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree __attribute((alias("xmlXPathNewValueTree__internal_alias")));
7116#define xmlXPathNewValueTree xmlXPathNewValueTree__internal_alias
7117#endif
7118
William M. Brack21e4ef22005-01-02 09:53:13 +00007119#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007120extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor__internal_alias __attribute((visibility("hidden")));
7121extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor __attribute((alias("xmlXPathNextAncestor__internal_alias")));
7122#define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias
7123#endif
7124
William M. Brack21e4ef22005-01-02 09:53:13 +00007125#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007126extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf__internal_alias __attribute((visibility("hidden")));
7127extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf __attribute((alias("xmlXPathNextAncestorOrSelf__internal_alias")));
7128#define xmlXPathNextAncestorOrSelf xmlXPathNextAncestorOrSelf__internal_alias
7129#endif
7130
William M. Brack21e4ef22005-01-02 09:53:13 +00007131#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007132extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute__internal_alias __attribute((visibility("hidden")));
7133extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute __attribute((alias("xmlXPathNextAttribute__internal_alias")));
7134#define xmlXPathNextAttribute xmlXPathNextAttribute__internal_alias
7135#endif
7136
William M. Brack21e4ef22005-01-02 09:53:13 +00007137#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007138extern __typeof (xmlXPathNextChild) xmlXPathNextChild__internal_alias __attribute((visibility("hidden")));
7139extern __typeof (xmlXPathNextChild) xmlXPathNextChild __attribute((alias("xmlXPathNextChild__internal_alias")));
7140#define xmlXPathNextChild xmlXPathNextChild__internal_alias
7141#endif
7142
William M. Brack21e4ef22005-01-02 09:53:13 +00007143#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007144extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibility("hidden")));
7145extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDescendant__internal_alias")));
7146#define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias
7147#endif
7148
William M. Brack21e4ef22005-01-02 09:53:13 +00007149#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007150extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf__internal_alias __attribute((visibility("hidden")));
7151extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf __attribute((alias("xmlXPathNextDescendantOrSelf__internal_alias")));
7152#define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias
7153#endif
7154
William M. Brack21e4ef22005-01-02 09:53:13 +00007155#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007156extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing__internal_alias __attribute((visibility("hidden")));
7157extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing __attribute((alias("xmlXPathNextFollowing__internal_alias")));
7158#define xmlXPathNextFollowing xmlXPathNextFollowing__internal_alias
7159#endif
7160
William M. Brack21e4ef22005-01-02 09:53:13 +00007161#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007162extern __typeof (xmlXPathNextFollowingSibling) xmlXPathNextFollowingSibling__internal_alias __attribute((visibility("hidden")));
7163extern __typeof (xmlXPathNextFollowingSibling) xmlXPathNextFollowingSibling __attribute((alias("xmlXPathNextFollowingSibling__internal_alias")));
7164#define xmlXPathNextFollowingSibling xmlXPathNextFollowingSibling__internal_alias
7165#endif
7166
William M. Brack21e4ef22005-01-02 09:53:13 +00007167#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007168extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace__internal_alias __attribute((visibility("hidden")));
7169extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace __attribute((alias("xmlXPathNextNamespace__internal_alias")));
7170#define xmlXPathNextNamespace xmlXPathNextNamespace__internal_alias
7171#endif
7172
William M. Brack21e4ef22005-01-02 09:53:13 +00007173#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007174extern __typeof (xmlXPathNextParent) xmlXPathNextParent__internal_alias __attribute((visibility("hidden")));
7175extern __typeof (xmlXPathNextParent) xmlXPathNextParent __attribute((alias("xmlXPathNextParent__internal_alias")));
7176#define xmlXPathNextParent xmlXPathNextParent__internal_alias
7177#endif
7178
William M. Brack21e4ef22005-01-02 09:53:13 +00007179#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007180extern __typeof (xmlXPathNextPreceding) xmlXPathNextPreceding__internal_alias __attribute((visibility("hidden")));
7181extern __typeof (xmlXPathNextPreceding) xmlXPathNextPreceding __attribute((alias("xmlXPathNextPreceding__internal_alias")));
7182#define xmlXPathNextPreceding xmlXPathNextPreceding__internal_alias
7183#endif
7184
William M. Brack21e4ef22005-01-02 09:53:13 +00007185#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007186extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling__internal_alias __attribute((visibility("hidden")));
7187extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling __attribute((alias("xmlXPathNextPrecedingSibling__internal_alias")));
7188#define xmlXPathNextPrecedingSibling xmlXPathNextPrecedingSibling__internal_alias
7189#endif
7190
William M. Brack21e4ef22005-01-02 09:53:13 +00007191#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007192extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf__internal_alias __attribute((visibility("hidden")));
7193extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf __attribute((alias("xmlXPathNextSelf__internal_alias")));
7194#define xmlXPathNextSelf xmlXPathNextSelf__internal_alias
7195#endif
7196
William M. Brack21e4ef22005-01-02 09:53:13 +00007197#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007198extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading__internal_alias __attribute((visibility("hidden")));
7199extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading __attribute((alias("xmlXPathNodeLeading__internal_alias")));
7200#define xmlXPathNodeLeading xmlXPathNodeLeading__internal_alias
7201#endif
7202
William M. Brack21e4ef22005-01-02 09:53:13 +00007203#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007204extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted__internal_alias __attribute((visibility("hidden")));
7205extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted __attribute((alias("xmlXPathNodeLeadingSorted__internal_alias")));
7206#define xmlXPathNodeLeadingSorted xmlXPathNodeLeadingSorted__internal_alias
7207#endif
7208
William M. Brack21e4ef22005-01-02 09:53:13 +00007209#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007210extern __typeof (xmlXPathNodeSetAdd) xmlXPathNodeSetAdd__internal_alias __attribute((visibility("hidden")));
7211extern __typeof (xmlXPathNodeSetAdd) xmlXPathNodeSetAdd __attribute((alias("xmlXPathNodeSetAdd__internal_alias")));
7212#define xmlXPathNodeSetAdd xmlXPathNodeSetAdd__internal_alias
7213#endif
7214
William M. Brack21e4ef22005-01-02 09:53:13 +00007215#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007216extern __typeof (xmlXPathNodeSetAddNs) xmlXPathNodeSetAddNs__internal_alias __attribute((visibility("hidden")));
7217extern __typeof (xmlXPathNodeSetAddNs) xmlXPathNodeSetAddNs __attribute((alias("xmlXPathNodeSetAddNs__internal_alias")));
7218#define xmlXPathNodeSetAddNs xmlXPathNodeSetAddNs__internal_alias
7219#endif
7220
William M. Brack21e4ef22005-01-02 09:53:13 +00007221#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007222extern __typeof (xmlXPathNodeSetAddUnique) xmlXPathNodeSetAddUnique__internal_alias __attribute((visibility("hidden")));
7223extern __typeof (xmlXPathNodeSetAddUnique) xmlXPathNodeSetAddUnique __attribute((alias("xmlXPathNodeSetAddUnique__internal_alias")));
7224#define xmlXPathNodeSetAddUnique xmlXPathNodeSetAddUnique__internal_alias
7225#endif
7226
William M. Brack21e4ef22005-01-02 09:53:13 +00007227#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007228extern __typeof (xmlXPathNodeSetContains) xmlXPathNodeSetContains__internal_alias __attribute((visibility("hidden")));
7229extern __typeof (xmlXPathNodeSetContains) xmlXPathNodeSetContains __attribute((alias("xmlXPathNodeSetContains__internal_alias")));
7230#define xmlXPathNodeSetContains xmlXPathNodeSetContains__internal_alias
7231#endif
7232
William M. Brack21e4ef22005-01-02 09:53:13 +00007233#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007234extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate__internal_alias __attribute((visibility("hidden")));
7235extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate __attribute((alias("xmlXPathNodeSetCreate__internal_alias")));
7236#define xmlXPathNodeSetCreate xmlXPathNodeSetCreate__internal_alias
7237#endif
7238
William M. Brack21e4ef22005-01-02 09:53:13 +00007239#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007240extern __typeof (xmlXPathNodeSetDel) xmlXPathNodeSetDel__internal_alias __attribute((visibility("hidden")));
7241extern __typeof (xmlXPathNodeSetDel) xmlXPathNodeSetDel __attribute((alias("xmlXPathNodeSetDel__internal_alias")));
7242#define xmlXPathNodeSetDel xmlXPathNodeSetDel__internal_alias
7243#endif
7244
William M. Brack21e4ef22005-01-02 09:53:13 +00007245#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007246extern __typeof (xmlXPathNodeSetFreeNs) xmlXPathNodeSetFreeNs__internal_alias __attribute((visibility("hidden")));
7247extern __typeof (xmlXPathNodeSetFreeNs) xmlXPathNodeSetFreeNs __attribute((alias("xmlXPathNodeSetFreeNs__internal_alias")));
7248#define xmlXPathNodeSetFreeNs xmlXPathNodeSetFreeNs__internal_alias
7249#endif
7250
William M. Brack21e4ef22005-01-02 09:53:13 +00007251#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007252extern __typeof (xmlXPathNodeSetMerge) xmlXPathNodeSetMerge__internal_alias __attribute((visibility("hidden")));
7253extern __typeof (xmlXPathNodeSetMerge) xmlXPathNodeSetMerge __attribute((alias("xmlXPathNodeSetMerge__internal_alias")));
7254#define xmlXPathNodeSetMerge xmlXPathNodeSetMerge__internal_alias
7255#endif
7256
William M. Brack21e4ef22005-01-02 09:53:13 +00007257#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007258extern __typeof (xmlXPathNodeSetRemove) xmlXPathNodeSetRemove__internal_alias __attribute((visibility("hidden")));
7259extern __typeof (xmlXPathNodeSetRemove) xmlXPathNodeSetRemove __attribute((alias("xmlXPathNodeSetRemove__internal_alias")));
7260#define xmlXPathNodeSetRemove xmlXPathNodeSetRemove__internal_alias
7261#endif
7262
William M. Brack21e4ef22005-01-02 09:53:13 +00007263#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007264extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort__internal_alias __attribute((visibility("hidden")));
7265extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort __attribute((alias("xmlXPathNodeSetSort__internal_alias")));
7266#define xmlXPathNodeSetSort xmlXPathNodeSetSort__internal_alias
7267#endif
7268
William M. Brack21e4ef22005-01-02 09:53:13 +00007269#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007270extern __typeof (xmlXPathNodeTrailing) xmlXPathNodeTrailing__internal_alias __attribute((visibility("hidden")));
7271extern __typeof (xmlXPathNodeTrailing) xmlXPathNodeTrailing __attribute((alias("xmlXPathNodeTrailing__internal_alias")));
7272#define xmlXPathNodeTrailing xmlXPathNodeTrailing__internal_alias
7273#endif
7274
William M. Brack21e4ef22005-01-02 09:53:13 +00007275#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007276extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted__internal_alias __attribute((visibility("hidden")));
7277extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted __attribute((alias("xmlXPathNodeTrailingSorted__internal_alias")));
7278#define xmlXPathNodeTrailingSorted xmlXPathNodeTrailingSorted__internal_alias
7279#endif
7280
William M. Brack21e4ef22005-01-02 09:53:13 +00007281#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007282extern __typeof (xmlXPathNormalizeFunction) xmlXPathNormalizeFunction__internal_alias __attribute((visibility("hidden")));
7283extern __typeof (xmlXPathNormalizeFunction) xmlXPathNormalizeFunction __attribute((alias("xmlXPathNormalizeFunction__internal_alias")));
7284#define xmlXPathNormalizeFunction xmlXPathNormalizeFunction__internal_alias
7285#endif
7286
William M. Brack21e4ef22005-01-02 09:53:13 +00007287#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007288extern __typeof (xmlXPathNotEqualValues) xmlXPathNotEqualValues__internal_alias __attribute((visibility("hidden")));
7289extern __typeof (xmlXPathNotEqualValues) xmlXPathNotEqualValues __attribute((alias("xmlXPathNotEqualValues__internal_alias")));
7290#define xmlXPathNotEqualValues xmlXPathNotEqualValues__internal_alias
7291#endif
7292
William M. Brack21e4ef22005-01-02 09:53:13 +00007293#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007294extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction__internal_alias __attribute((visibility("hidden")));
7295extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction __attribute((alias("xmlXPathNotFunction__internal_alias")));
7296#define xmlXPathNotFunction xmlXPathNotFunction__internal_alias
7297#endif
7298
William M. Brack21e4ef22005-01-02 09:53:13 +00007299#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007300extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup__internal_alias __attribute((visibility("hidden")));
7301extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup __attribute((alias("xmlXPathNsLookup__internal_alias")));
7302#define xmlXPathNsLookup xmlXPathNsLookup__internal_alias
7303#endif
7304
William M. Brack21e4ef22005-01-02 09:53:13 +00007305#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007306extern __typeof (xmlXPathNumberFunction) xmlXPathNumberFunction__internal_alias __attribute((visibility("hidden")));
7307extern __typeof (xmlXPathNumberFunction) xmlXPathNumberFunction __attribute((alias("xmlXPathNumberFunction__internal_alias")));
7308#define xmlXPathNumberFunction xmlXPathNumberFunction__internal_alias
7309#endif
7310
William M. Brack21e4ef22005-01-02 09:53:13 +00007311#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007312extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy__internal_alias __attribute((visibility("hidden")));
7313extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy __attribute((alias("xmlXPathObjectCopy__internal_alias")));
7314#define xmlXPathObjectCopy xmlXPathObjectCopy__internal_alias
7315#endif
7316
William M. Brack21e4ef22005-01-02 09:53:13 +00007317#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007318extern __typeof (xmlXPathOrderDocElems) xmlXPathOrderDocElems__internal_alias __attribute((visibility("hidden")));
7319extern __typeof (xmlXPathOrderDocElems) xmlXPathOrderDocElems __attribute((alias("xmlXPathOrderDocElems__internal_alias")));
7320#define xmlXPathOrderDocElems xmlXPathOrderDocElems__internal_alias
7321#endif
7322
William M. Brack21e4ef22005-01-02 09:53:13 +00007323#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007324extern __typeof (xmlXPathParseNCName) xmlXPathParseNCName__internal_alias __attribute((visibility("hidden")));
7325extern __typeof (xmlXPathParseNCName) xmlXPathParseNCName __attribute((alias("xmlXPathParseNCName__internal_alias")));
7326#define xmlXPathParseNCName xmlXPathParseNCName__internal_alias
7327#endif
7328
William M. Brack21e4ef22005-01-02 09:53:13 +00007329#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007330extern __typeof (xmlXPathParseName) xmlXPathParseName__internal_alias __attribute((visibility("hidden")));
7331extern __typeof (xmlXPathParseName) xmlXPathParseName __attribute((alias("xmlXPathParseName__internal_alias")));
7332#define xmlXPathParseName xmlXPathParseName__internal_alias
7333#endif
7334
William M. Brack21e4ef22005-01-02 09:53:13 +00007335#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007336extern __typeof (xmlXPathPopBoolean) xmlXPathPopBoolean__internal_alias __attribute((visibility("hidden")));
7337extern __typeof (xmlXPathPopBoolean) xmlXPathPopBoolean __attribute((alias("xmlXPathPopBoolean__internal_alias")));
7338#define xmlXPathPopBoolean xmlXPathPopBoolean__internal_alias
7339#endif
7340
William M. Brack21e4ef22005-01-02 09:53:13 +00007341#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007342extern __typeof (xmlXPathPopExternal) xmlXPathPopExternal__internal_alias __attribute((visibility("hidden")));
7343extern __typeof (xmlXPathPopExternal) xmlXPathPopExternal __attribute((alias("xmlXPathPopExternal__internal_alias")));
7344#define xmlXPathPopExternal xmlXPathPopExternal__internal_alias
7345#endif
7346
William M. Brack21e4ef22005-01-02 09:53:13 +00007347#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007348extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet__internal_alias __attribute((visibility("hidden")));
7349extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet __attribute((alias("xmlXPathPopNodeSet__internal_alias")));
7350#define xmlXPathPopNodeSet xmlXPathPopNodeSet__internal_alias
7351#endif
7352
William M. Brack21e4ef22005-01-02 09:53:13 +00007353#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007354extern __typeof (xmlXPathPopNumber) xmlXPathPopNumber__internal_alias __attribute((visibility("hidden")));
7355extern __typeof (xmlXPathPopNumber) xmlXPathPopNumber __attribute((alias("xmlXPathPopNumber__internal_alias")));
7356#define xmlXPathPopNumber xmlXPathPopNumber__internal_alias
7357#endif
7358
William M. Brack21e4ef22005-01-02 09:53:13 +00007359#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007360extern __typeof (xmlXPathPopString) xmlXPathPopString__internal_alias __attribute((visibility("hidden")));
7361extern __typeof (xmlXPathPopString) xmlXPathPopString __attribute((alias("xmlXPathPopString__internal_alias")));
7362#define xmlXPathPopString xmlXPathPopString__internal_alias
7363#endif
7364
William M. Brack21e4ef22005-01-02 09:53:13 +00007365#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007366extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction__internal_alias __attribute((visibility("hidden")));
7367extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction __attribute((alias("xmlXPathPositionFunction__internal_alias")));
7368#define xmlXPathPositionFunction xmlXPathPositionFunction__internal_alias
7369#endif
7370
William M. Brack21e4ef22005-01-02 09:53:13 +00007371#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007372extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions__internal_alias __attribute((visibility("hidden")));
7373extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions __attribute((alias("xmlXPathRegisterAllFunctions__internal_alias")));
7374#define xmlXPathRegisterAllFunctions xmlXPathRegisterAllFunctions__internal_alias
7375#endif
7376
William M. Brack21e4ef22005-01-02 09:53:13 +00007377#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007378extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc__internal_alias __attribute((visibility("hidden")));
7379extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc __attribute((alias("xmlXPathRegisterFunc__internal_alias")));
7380#define xmlXPathRegisterFunc xmlXPathRegisterFunc__internal_alias
7381#endif
7382
William M. Brack21e4ef22005-01-02 09:53:13 +00007383#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007384extern __typeof (xmlXPathRegisterFuncLookup) xmlXPathRegisterFuncLookup__internal_alias __attribute((visibility("hidden")));
7385extern __typeof (xmlXPathRegisterFuncLookup) xmlXPathRegisterFuncLookup __attribute((alias("xmlXPathRegisterFuncLookup__internal_alias")));
7386#define xmlXPathRegisterFuncLookup xmlXPathRegisterFuncLookup__internal_alias
7387#endif
7388
William M. Brack21e4ef22005-01-02 09:53:13 +00007389#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007390extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS__internal_alias __attribute((visibility("hidden")));
7391extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS __attribute((alias("xmlXPathRegisterFuncNS__internal_alias")));
7392#define xmlXPathRegisterFuncNS xmlXPathRegisterFuncNS__internal_alias
7393#endif
7394
William M. Brack21e4ef22005-01-02 09:53:13 +00007395#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007396extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs__internal_alias __attribute((visibility("hidden")));
7397extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs __attribute((alias("xmlXPathRegisterNs__internal_alias")));
7398#define xmlXPathRegisterNs xmlXPathRegisterNs__internal_alias
7399#endif
7400
William M. Brack21e4ef22005-01-02 09:53:13 +00007401#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007402extern __typeof (xmlXPathRegisterVariable) xmlXPathRegisterVariable__internal_alias __attribute((visibility("hidden")));
7403extern __typeof (xmlXPathRegisterVariable) xmlXPathRegisterVariable __attribute((alias("xmlXPathRegisterVariable__internal_alias")));
7404#define xmlXPathRegisterVariable xmlXPathRegisterVariable__internal_alias
7405#endif
7406
William M. Brack21e4ef22005-01-02 09:53:13 +00007407#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007408extern __typeof (xmlXPathRegisterVariableLookup) xmlXPathRegisterVariableLookup__internal_alias __attribute((visibility("hidden")));
7409extern __typeof (xmlXPathRegisterVariableLookup) xmlXPathRegisterVariableLookup __attribute((alias("xmlXPathRegisterVariableLookup__internal_alias")));
7410#define xmlXPathRegisterVariableLookup xmlXPathRegisterVariableLookup__internal_alias
7411#endif
7412
William M. Brack21e4ef22005-01-02 09:53:13 +00007413#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007414extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS__internal_alias __attribute((visibility("hidden")));
7415extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS __attribute((alias("xmlXPathRegisterVariableNS__internal_alias")));
7416#define xmlXPathRegisterVariableNS xmlXPathRegisterVariableNS__internal_alias
7417#endif
7418
William M. Brack21e4ef22005-01-02 09:53:13 +00007419#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007420extern __typeof (xmlXPathRegisteredFuncsCleanup) xmlXPathRegisteredFuncsCleanup__internal_alias __attribute((visibility("hidden")));
7421extern __typeof (xmlXPathRegisteredFuncsCleanup) xmlXPathRegisteredFuncsCleanup __attribute((alias("xmlXPathRegisteredFuncsCleanup__internal_alias")));
7422#define xmlXPathRegisteredFuncsCleanup xmlXPathRegisteredFuncsCleanup__internal_alias
7423#endif
7424
William M. Brack21e4ef22005-01-02 09:53:13 +00007425#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007426extern __typeof (xmlXPathRegisteredNsCleanup) xmlXPathRegisteredNsCleanup__internal_alias __attribute((visibility("hidden")));
7427extern __typeof (xmlXPathRegisteredNsCleanup) xmlXPathRegisteredNsCleanup __attribute((alias("xmlXPathRegisteredNsCleanup__internal_alias")));
7428#define xmlXPathRegisteredNsCleanup xmlXPathRegisteredNsCleanup__internal_alias
7429#endif
7430
William M. Brack21e4ef22005-01-02 09:53:13 +00007431#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007432extern __typeof (xmlXPathRegisteredVariablesCleanup) xmlXPathRegisteredVariablesCleanup__internal_alias __attribute((visibility("hidden")));
7433extern __typeof (xmlXPathRegisteredVariablesCleanup) xmlXPathRegisteredVariablesCleanup __attribute((alias("xmlXPathRegisteredVariablesCleanup__internal_alias")));
7434#define xmlXPathRegisteredVariablesCleanup xmlXPathRegisteredVariablesCleanup__internal_alias
7435#endif
7436
William M. Brack21e4ef22005-01-02 09:53:13 +00007437#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007438extern __typeof (xmlXPathRoot) xmlXPathRoot__internal_alias __attribute((visibility("hidden")));
7439extern __typeof (xmlXPathRoot) xmlXPathRoot __attribute((alias("xmlXPathRoot__internal_alias")));
7440#define xmlXPathRoot xmlXPathRoot__internal_alias
7441#endif
7442
William M. Brack21e4ef22005-01-02 09:53:13 +00007443#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007444extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction__internal_alias __attribute((visibility("hidden")));
7445extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction __attribute((alias("xmlXPathRoundFunction__internal_alias")));
7446#define xmlXPathRoundFunction xmlXPathRoundFunction__internal_alias
7447#endif
7448
William M. Brack21e4ef22005-01-02 09:53:13 +00007449#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007450extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction__internal_alias __attribute((visibility("hidden")));
7451extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction __attribute((alias("xmlXPathStartsWithFunction__internal_alias")));
7452#define xmlXPathStartsWithFunction xmlXPathStartsWithFunction__internal_alias
7453#endif
7454
William M. Brack21e4ef22005-01-02 09:53:13 +00007455#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007456extern __typeof (xmlXPathStringEvalNumber) xmlXPathStringEvalNumber__internal_alias __attribute((visibility("hidden")));
7457extern __typeof (xmlXPathStringEvalNumber) xmlXPathStringEvalNumber __attribute((alias("xmlXPathStringEvalNumber__internal_alias")));
7458#define xmlXPathStringEvalNumber xmlXPathStringEvalNumber__internal_alias
7459#endif
7460
William M. Brack21e4ef22005-01-02 09:53:13 +00007461#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007462extern __typeof (xmlXPathStringFunction) xmlXPathStringFunction__internal_alias __attribute((visibility("hidden")));
7463extern __typeof (xmlXPathStringFunction) xmlXPathStringFunction __attribute((alias("xmlXPathStringFunction__internal_alias")));
7464#define xmlXPathStringFunction xmlXPathStringFunction__internal_alias
7465#endif
7466
William M. Brack21e4ef22005-01-02 09:53:13 +00007467#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007468extern __typeof (xmlXPathStringLengthFunction) xmlXPathStringLengthFunction__internal_alias __attribute((visibility("hidden")));
7469extern __typeof (xmlXPathStringLengthFunction) xmlXPathStringLengthFunction __attribute((alias("xmlXPathStringLengthFunction__internal_alias")));
7470#define xmlXPathStringLengthFunction xmlXPathStringLengthFunction__internal_alias
7471#endif
7472
William M. Brack21e4ef22005-01-02 09:53:13 +00007473#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007474extern __typeof (xmlXPathSubValues) xmlXPathSubValues__internal_alias __attribute((visibility("hidden")));
7475extern __typeof (xmlXPathSubValues) xmlXPathSubValues __attribute((alias("xmlXPathSubValues__internal_alias")));
7476#define xmlXPathSubValues xmlXPathSubValues__internal_alias
7477#endif
7478
William M. Brack21e4ef22005-01-02 09:53:13 +00007479#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007480extern __typeof (xmlXPathSubstringAfterFunction) xmlXPathSubstringAfterFunction__internal_alias __attribute((visibility("hidden")));
7481extern __typeof (xmlXPathSubstringAfterFunction) xmlXPathSubstringAfterFunction __attribute((alias("xmlXPathSubstringAfterFunction__internal_alias")));
7482#define xmlXPathSubstringAfterFunction xmlXPathSubstringAfterFunction__internal_alias
7483#endif
7484
William M. Brack21e4ef22005-01-02 09:53:13 +00007485#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007486extern __typeof (xmlXPathSubstringBeforeFunction) xmlXPathSubstringBeforeFunction__internal_alias __attribute((visibility("hidden")));
7487extern __typeof (xmlXPathSubstringBeforeFunction) xmlXPathSubstringBeforeFunction __attribute((alias("xmlXPathSubstringBeforeFunction__internal_alias")));
7488#define xmlXPathSubstringBeforeFunction xmlXPathSubstringBeforeFunction__internal_alias
7489#endif
7490
William M. Brack21e4ef22005-01-02 09:53:13 +00007491#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007492extern __typeof (xmlXPathSubstringFunction) xmlXPathSubstringFunction__internal_alias __attribute((visibility("hidden")));
7493extern __typeof (xmlXPathSubstringFunction) xmlXPathSubstringFunction __attribute((alias("xmlXPathSubstringFunction__internal_alias")));
7494#define xmlXPathSubstringFunction xmlXPathSubstringFunction__internal_alias
7495#endif
7496
William M. Brack21e4ef22005-01-02 09:53:13 +00007497#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007498extern __typeof (xmlXPathSumFunction) xmlXPathSumFunction__internal_alias __attribute((visibility("hidden")));
7499extern __typeof (xmlXPathSumFunction) xmlXPathSumFunction __attribute((alias("xmlXPathSumFunction__internal_alias")));
7500#define xmlXPathSumFunction xmlXPathSumFunction__internal_alias
7501#endif
7502
William M. Brack21e4ef22005-01-02 09:53:13 +00007503#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007504extern __typeof (xmlXPathTrailing) xmlXPathTrailing__internal_alias __attribute((visibility("hidden")));
7505extern __typeof (xmlXPathTrailing) xmlXPathTrailing __attribute((alias("xmlXPathTrailing__internal_alias")));
7506#define xmlXPathTrailing xmlXPathTrailing__internal_alias
7507#endif
7508
William M. Brack21e4ef22005-01-02 09:53:13 +00007509#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007510extern __typeof (xmlXPathTrailingSorted) xmlXPathTrailingSorted__internal_alias __attribute((visibility("hidden")));
7511extern __typeof (xmlXPathTrailingSorted) xmlXPathTrailingSorted __attribute((alias("xmlXPathTrailingSorted__internal_alias")));
7512#define xmlXPathTrailingSorted xmlXPathTrailingSorted__internal_alias
7513#endif
7514
William M. Brack21e4ef22005-01-02 09:53:13 +00007515#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007516extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction__internal_alias __attribute((visibility("hidden")));
7517extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction __attribute((alias("xmlXPathTranslateFunction__internal_alias")));
7518#define xmlXPathTranslateFunction xmlXPathTranslateFunction__internal_alias
7519#endif
7520
William M. Brack21e4ef22005-01-02 09:53:13 +00007521#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007522extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction__internal_alias __attribute((visibility("hidden")));
7523extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction __attribute((alias("xmlXPathTrueFunction__internal_alias")));
7524#define xmlXPathTrueFunction xmlXPathTrueFunction__internal_alias
7525#endif
7526
William M. Brack21e4ef22005-01-02 09:53:13 +00007527#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007528extern __typeof (xmlXPathValueFlipSign) xmlXPathValueFlipSign__internal_alias __attribute((visibility("hidden")));
7529extern __typeof (xmlXPathValueFlipSign) xmlXPathValueFlipSign __attribute((alias("xmlXPathValueFlipSign__internal_alias")));
7530#define xmlXPathValueFlipSign xmlXPathValueFlipSign__internal_alias
7531#endif
7532
William M. Brack21e4ef22005-01-02 09:53:13 +00007533#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007534extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup__internal_alias __attribute((visibility("hidden")));
7535extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup __attribute((alias("xmlXPathVariableLookup__internal_alias")));
7536#define xmlXPathVariableLookup xmlXPathVariableLookup__internal_alias
7537#endif
7538
William M. Brack21e4ef22005-01-02 09:53:13 +00007539#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007540extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS__internal_alias __attribute((visibility("hidden")));
7541extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS __attribute((alias("xmlXPathVariableLookupNS__internal_alias")));
7542#define xmlXPathVariableLookupNS xmlXPathVariableLookupNS__internal_alias
7543#endif
7544
William M. Brack21e4ef22005-01-02 09:53:13 +00007545#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007546extern __typeof (xmlXPathWrapCString) xmlXPathWrapCString__internal_alias __attribute((visibility("hidden")));
7547extern __typeof (xmlXPathWrapCString) xmlXPathWrapCString __attribute((alias("xmlXPathWrapCString__internal_alias")));
7548#define xmlXPathWrapCString xmlXPathWrapCString__internal_alias
7549#endif
7550
William M. Brack21e4ef22005-01-02 09:53:13 +00007551#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007552extern __typeof (xmlXPathWrapExternal) xmlXPathWrapExternal__internal_alias __attribute((visibility("hidden")));
7553extern __typeof (xmlXPathWrapExternal) xmlXPathWrapExternal __attribute((alias("xmlXPathWrapExternal__internal_alias")));
7554#define xmlXPathWrapExternal xmlXPathWrapExternal__internal_alias
7555#endif
7556
William M. Brack21e4ef22005-01-02 09:53:13 +00007557#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007558extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet__internal_alias __attribute((visibility("hidden")));
7559extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet __attribute((alias("xmlXPathWrapNodeSet__internal_alias")));
7560#define xmlXPathWrapNodeSet xmlXPathWrapNodeSet__internal_alias
7561#endif
7562
William M. Brack21e4ef22005-01-02 09:53:13 +00007563#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007564extern __typeof (xmlXPathWrapString) xmlXPathWrapString__internal_alias __attribute((visibility("hidden")));
7565extern __typeof (xmlXPathWrapString) xmlXPathWrapString __attribute((alias("xmlXPathWrapString__internal_alias")));
7566#define xmlXPathWrapString xmlXPathWrapString__internal_alias
7567#endif
7568
William M. Brack21e4ef22005-01-02 09:53:13 +00007569#if defined(LIBXML_XPATH_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007570extern __typeof (xmlXPatherror) xmlXPatherror__internal_alias __attribute((visibility("hidden")));
7571extern __typeof (xmlXPatherror) xmlXPatherror __attribute((alias("xmlXPatherror__internal_alias")));
7572#define xmlXPatherror xmlXPatherror__internal_alias
7573#endif
7574
William M. Brack21e4ef22005-01-02 09:53:13 +00007575#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007576extern __typeof (xmlXPtrBuildNodeList) xmlXPtrBuildNodeList__internal_alias __attribute((visibility("hidden")));
7577extern __typeof (xmlXPtrBuildNodeList) xmlXPtrBuildNodeList __attribute((alias("xmlXPtrBuildNodeList__internal_alias")));
7578#define xmlXPtrBuildNodeList xmlXPtrBuildNodeList__internal_alias
7579#endif
7580
William M. Brack21e4ef22005-01-02 09:53:13 +00007581#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007582extern __typeof (xmlXPtrEval) xmlXPtrEval__internal_alias __attribute((visibility("hidden")));
7583extern __typeof (xmlXPtrEval) xmlXPtrEval __attribute((alias("xmlXPtrEval__internal_alias")));
7584#define xmlXPtrEval xmlXPtrEval__internal_alias
7585#endif
7586
William M. Brack21e4ef22005-01-02 09:53:13 +00007587#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007588extern __typeof (xmlXPtrEvalRangePredicate) xmlXPtrEvalRangePredicate__internal_alias __attribute((visibility("hidden")));
7589extern __typeof (xmlXPtrEvalRangePredicate) xmlXPtrEvalRangePredicate __attribute((alias("xmlXPtrEvalRangePredicate__internal_alias")));
7590#define xmlXPtrEvalRangePredicate xmlXPtrEvalRangePredicate__internal_alias
7591#endif
7592
William M. Brack21e4ef22005-01-02 09:53:13 +00007593#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007594extern __typeof (xmlXPtrFreeLocationSet) xmlXPtrFreeLocationSet__internal_alias __attribute((visibility("hidden")));
7595extern __typeof (xmlXPtrFreeLocationSet) xmlXPtrFreeLocationSet __attribute((alias("xmlXPtrFreeLocationSet__internal_alias")));
7596#define xmlXPtrFreeLocationSet xmlXPtrFreeLocationSet__internal_alias
7597#endif
7598
William M. Brack21e4ef22005-01-02 09:53:13 +00007599#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007600extern __typeof (xmlXPtrLocationSetAdd) xmlXPtrLocationSetAdd__internal_alias __attribute((visibility("hidden")));
7601extern __typeof (xmlXPtrLocationSetAdd) xmlXPtrLocationSetAdd __attribute((alias("xmlXPtrLocationSetAdd__internal_alias")));
7602#define xmlXPtrLocationSetAdd xmlXPtrLocationSetAdd__internal_alias
7603#endif
7604
William M. Brack21e4ef22005-01-02 09:53:13 +00007605#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007606extern __typeof (xmlXPtrLocationSetCreate) xmlXPtrLocationSetCreate__internal_alias __attribute((visibility("hidden")));
7607extern __typeof (xmlXPtrLocationSetCreate) xmlXPtrLocationSetCreate __attribute((alias("xmlXPtrLocationSetCreate__internal_alias")));
7608#define xmlXPtrLocationSetCreate xmlXPtrLocationSetCreate__internal_alias
7609#endif
7610
William M. Brack21e4ef22005-01-02 09:53:13 +00007611#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007612extern __typeof (xmlXPtrLocationSetDel) xmlXPtrLocationSetDel__internal_alias __attribute((visibility("hidden")));
7613extern __typeof (xmlXPtrLocationSetDel) xmlXPtrLocationSetDel __attribute((alias("xmlXPtrLocationSetDel__internal_alias")));
7614#define xmlXPtrLocationSetDel xmlXPtrLocationSetDel__internal_alias
7615#endif
7616
William M. Brack21e4ef22005-01-02 09:53:13 +00007617#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007618extern __typeof (xmlXPtrLocationSetMerge) xmlXPtrLocationSetMerge__internal_alias __attribute((visibility("hidden")));
7619extern __typeof (xmlXPtrLocationSetMerge) xmlXPtrLocationSetMerge __attribute((alias("xmlXPtrLocationSetMerge__internal_alias")));
7620#define xmlXPtrLocationSetMerge xmlXPtrLocationSetMerge__internal_alias
7621#endif
7622
William M. Brack21e4ef22005-01-02 09:53:13 +00007623#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007624extern __typeof (xmlXPtrLocationSetRemove) xmlXPtrLocationSetRemove__internal_alias __attribute((visibility("hidden")));
7625extern __typeof (xmlXPtrLocationSetRemove) xmlXPtrLocationSetRemove __attribute((alias("xmlXPtrLocationSetRemove__internal_alias")));
7626#define xmlXPtrLocationSetRemove xmlXPtrLocationSetRemove__internal_alias
7627#endif
7628
William M. Brack21e4ef22005-01-02 09:53:13 +00007629#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007630extern __typeof (xmlXPtrNewCollapsedRange) xmlXPtrNewCollapsedRange__internal_alias __attribute((visibility("hidden")));
7631extern __typeof (xmlXPtrNewCollapsedRange) xmlXPtrNewCollapsedRange __attribute((alias("xmlXPtrNewCollapsedRange__internal_alias")));
7632#define xmlXPtrNewCollapsedRange xmlXPtrNewCollapsedRange__internal_alias
7633#endif
7634
William M. Brack21e4ef22005-01-02 09:53:13 +00007635#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007636extern __typeof (xmlXPtrNewContext) xmlXPtrNewContext__internal_alias __attribute((visibility("hidden")));
7637extern __typeof (xmlXPtrNewContext) xmlXPtrNewContext __attribute((alias("xmlXPtrNewContext__internal_alias")));
7638#define xmlXPtrNewContext xmlXPtrNewContext__internal_alias
7639#endif
7640
William M. Brack21e4ef22005-01-02 09:53:13 +00007641#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007642extern __typeof (xmlXPtrNewLocationSetNodeSet) xmlXPtrNewLocationSetNodeSet__internal_alias __attribute((visibility("hidden")));
7643extern __typeof (xmlXPtrNewLocationSetNodeSet) xmlXPtrNewLocationSetNodeSet __attribute((alias("xmlXPtrNewLocationSetNodeSet__internal_alias")));
7644#define xmlXPtrNewLocationSetNodeSet xmlXPtrNewLocationSetNodeSet__internal_alias
7645#endif
7646
William M. Brack21e4ef22005-01-02 09:53:13 +00007647#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007648extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes__internal_alias __attribute((visibility("hidden")));
7649extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes __attribute((alias("xmlXPtrNewLocationSetNodes__internal_alias")));
7650#define xmlXPtrNewLocationSetNodes xmlXPtrNewLocationSetNodes__internal_alias
7651#endif
7652
William M. Brack21e4ef22005-01-02 09:53:13 +00007653#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007654extern __typeof (xmlXPtrNewRange) xmlXPtrNewRange__internal_alias __attribute((visibility("hidden")));
7655extern __typeof (xmlXPtrNewRange) xmlXPtrNewRange __attribute((alias("xmlXPtrNewRange__internal_alias")));
7656#define xmlXPtrNewRange xmlXPtrNewRange__internal_alias
7657#endif
7658
William M. Brack21e4ef22005-01-02 09:53:13 +00007659#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007660extern __typeof (xmlXPtrNewRangeNodeObject) xmlXPtrNewRangeNodeObject__internal_alias __attribute((visibility("hidden")));
7661extern __typeof (xmlXPtrNewRangeNodeObject) xmlXPtrNewRangeNodeObject __attribute((alias("xmlXPtrNewRangeNodeObject__internal_alias")));
7662#define xmlXPtrNewRangeNodeObject xmlXPtrNewRangeNodeObject__internal_alias
7663#endif
7664
William M. Brack21e4ef22005-01-02 09:53:13 +00007665#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007666extern __typeof (xmlXPtrNewRangeNodePoint) xmlXPtrNewRangeNodePoint__internal_alias __attribute((visibility("hidden")));
7667extern __typeof (xmlXPtrNewRangeNodePoint) xmlXPtrNewRangeNodePoint __attribute((alias("xmlXPtrNewRangeNodePoint__internal_alias")));
7668#define xmlXPtrNewRangeNodePoint xmlXPtrNewRangeNodePoint__internal_alias
7669#endif
7670
William M. Brack21e4ef22005-01-02 09:53:13 +00007671#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007672extern __typeof (xmlXPtrNewRangeNodes) xmlXPtrNewRangeNodes__internal_alias __attribute((visibility("hidden")));
7673extern __typeof (xmlXPtrNewRangeNodes) xmlXPtrNewRangeNodes __attribute((alias("xmlXPtrNewRangeNodes__internal_alias")));
7674#define xmlXPtrNewRangeNodes xmlXPtrNewRangeNodes__internal_alias
7675#endif
7676
William M. Brack21e4ef22005-01-02 09:53:13 +00007677#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007678extern __typeof (xmlXPtrNewRangePointNode) xmlXPtrNewRangePointNode__internal_alias __attribute((visibility("hidden")));
7679extern __typeof (xmlXPtrNewRangePointNode) xmlXPtrNewRangePointNode __attribute((alias("xmlXPtrNewRangePointNode__internal_alias")));
7680#define xmlXPtrNewRangePointNode xmlXPtrNewRangePointNode__internal_alias
7681#endif
7682
William M. Brack21e4ef22005-01-02 09:53:13 +00007683#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007684extern __typeof (xmlXPtrNewRangePoints) xmlXPtrNewRangePoints__internal_alias __attribute((visibility("hidden")));
7685extern __typeof (xmlXPtrNewRangePoints) xmlXPtrNewRangePoints __attribute((alias("xmlXPtrNewRangePoints__internal_alias")));
7686#define xmlXPtrNewRangePoints xmlXPtrNewRangePoints__internal_alias
7687#endif
7688
William M. Brack21e4ef22005-01-02 09:53:13 +00007689#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007690extern __typeof (xmlXPtrRangeToFunction) xmlXPtrRangeToFunction__internal_alias __attribute((visibility("hidden")));
7691extern __typeof (xmlXPtrRangeToFunction) xmlXPtrRangeToFunction __attribute((alias("xmlXPtrRangeToFunction__internal_alias")));
7692#define xmlXPtrRangeToFunction xmlXPtrRangeToFunction__internal_alias
7693#endif
7694
William M. Brack21e4ef22005-01-02 09:53:13 +00007695#if defined(LIBXML_XPTR_ENABLED)
Daniel Veillarda2351322004-06-27 12:08:10 +00007696extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet__internal_alias __attribute((visibility("hidden")));
7697extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet __attribute((alias("xmlXPtrWrapLocationSet__internal_alias")));
7698#define xmlXPtrWrapLocationSet xmlXPtrWrapLocationSet__internal_alias
7699#endif
7700