Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / libxml2 / libxml2-global-symbols.patch
blobcbbe5a622284e2c49463ae453554a6e775cf02c5
1 --- misc/libxml2-2.7.6/libxml2.syms Tue Oct 6 18:31:35 2009
2 +++ misc/build/libxml2-2.7.6/libxml2.syms Wed Jul 7 15:43:17 2010
3 @@ -2184,10 +2184,10 @@
4 } LIBXML2_2.6.27;
6 LIBXML2_2.6.29 {
7 - global:
8 +# global:
10 # threads
11 - xmlDllMain;
12 +#WIN32 only! xmlDllMain;
13 } LIBXML2_2.6.28;
15 LIBXML2_2.6.32 {
16 @@ -2231,3 +2231,49 @@
17 xmlPopOutputCallbacks;
18 } LIBXML2_2.9.8;
20 +LIBXML2_2.11.4 {
21 + global:
22 + xmlMemSize;
23 + xmlNewSAXParserCtxt;
24 +} LIBXML2_2.9.11;
26 +# HACK: export global variable accessor functions (globals.h)
27 +LIBXML2_GLOBAL_VARIABLES {
28 + global:
29 +# __xmlMalloc;
30 +# __xmlMallocAtomic;
31 +# __xmlRealloc;
32 +# __xmlFree;
33 +# __xmlMemStrdup;
34 + __docbDefaultSAXHandler;
35 + __htmlDefaultSAXHandler;
36 + __xmlLastError;
37 + __oldXMLWDcompatibility;
38 + __xmlBufferAllocScheme;
39 + __xmlDefaultBufferSize;
40 + __xmlDefaultSAXHandler;
41 + __xmlDefaultSAXLocator;
42 + __xmlDoValidityCheckingDefaultValue;
43 + __xmlGenericError;
44 + __xmlStructuredError;
45 + __xmlGenericErrorContext;
46 + __xmlStructuredErrorContext;
47 + __xmlGetWarningsDefaultValue;
48 + __xmlIndentTreeOutput;
49 + __xmlTreeIndentString;
50 + __xmlKeepBlanksDefaultValue;
51 + __xmlLineNumbersDefaultValue;
52 + __xmlLoadExtDtdDefaultValue;
53 + __xmlParserDebugEntities;
54 + __xmlParserVersion;
55 + __xmlPedanticParserDefaultValue;
56 + __xmlSaveNoEmptyTags;
57 + __xmlSubstituteEntitiesDefaultValue;
58 + __xmlRegisterNodeDefaultValue;
59 + __xmlDeregisterNodeDefaultValue;
60 + __xmlParserInputBufferCreateFilenameValue;
61 + __xmlOutputBufferCreateFilenameValue;
62 +# Solaris ld needs explicit auto-reduction (or, alternatively, "-B local")
63 + local:
64 + *;
65 +} LIBXML2_2.7.4;