diff options
Diffstat (limited to 'libxml2.syms')
-rw-r--r-- | libxml2.syms | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libxml2.syms b/libxml2.syms index 5a95175..93eff53 100644 --- a/libxml2.syms +++ b/libxml2.syms @@ -2231,3 +2231,16 @@ LIBXML2_2.7.4 { xmlXIncludeProcessTreeFlagsData; } LIBXML2_2.7.3; +LIBXML2_2.8.0 { + global: + +# xmlreader + xmlTextReaderRelaxNGValidateCtxt; + +# tree + xmlBufferDetach; + +# dict + xmlInitializeDict; +} LIBXML2_2.7.4; + |