mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-06 05:57:39 +03:00
Remove xmlErrMemory from symbols
This function was never publically declared.
This commit is contained in:
parent
0f568c0b73
commit
1660331b28
@ -1343,7 +1343,7 @@
|
||||
<symbol file="dict">xmlDictQLookup</symbol>
|
||||
<symbol file="dict">xmlDictReference</symbol>
|
||||
<symbol file="dict">xmlDictSize</symbol>
|
||||
<symbol file="parserInternals">xmlErrMemory</symbol>
|
||||
<symbol file="parserInternals" removed="2.11.0">xmlErrMemory</symbol>
|
||||
<symbol file="parserInternals">xmlParserMaxDepth</symbol>
|
||||
<symbol file="parserInternals">xmlStringLenDecodeEntities</symbol>
|
||||
<symbol file="parserInternals">xmlSwitchInputEncoding</symbol>
|
||||
|
@ -1585,7 +1585,7 @@ LIBXML2_2.6.0 {
|
||||
xmlDictSize;
|
||||
|
||||
# parserInternals
|
||||
xmlErrMemory;
|
||||
# xmlErrMemory; removed in 2.11.0
|
||||
xmlParserMaxDepth; # variable
|
||||
xmlStringLenDecodeEntities;
|
||||
xmlSwitchInputEncoding;
|
||||
|
@ -764,7 +764,6 @@ xmlElemDump
|
||||
xmlEncodeEntities
|
||||
xmlEncodeEntitiesReentrant
|
||||
xmlEncodeSpecialChars
|
||||
xmlErrMemory
|
||||
#ifdef LIBXML_REGEXP_ENABLED
|
||||
xmlExpCtxtNbCons
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user