mirror of
https://github.com/GNOME/libxml2.git
synced 2025-05-08 21:07:54 +08:00
parser: Deprecate output-related globals
This commit is contained in:
parent
d8193b7af1
commit
aa4ef7737b
@ -1038,8 +1038,11 @@ XML_DEPRECATED
|
||||
XMLPUBFUN int *__xmlSubstituteEntitiesDefaultValue(void);
|
||||
|
||||
#ifdef LIBXML_OUTPUT_ENABLED
|
||||
XML_DEPRECATED
|
||||
XMLPUBFUN int *__xmlIndentTreeOutput(void);
|
||||
XML_DEPRECATED
|
||||
XMLPUBFUN const char **__xmlTreeIndentString(void);
|
||||
XML_DEPRECATED
|
||||
XMLPUBFUN int *__xmlSaveNoEmptyTags(void);
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user