1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

io: Deprecate xmlParserInputBuffer members

This commit is contained in:
Nick Wellnhofer
2025-07-23 02:15:40 +02:00
parent 2cc77c3a81
commit 6c0188549b
2 changed files with 15 additions and 10 deletions

View File

@@ -100,7 +100,7 @@ typedef void (* xmlParserInputDeallocate)(xmlChar *str);
*/
struct _xmlParserInput {
/* Input buffer */
xmlParserInputBuffer *buf;
xmlParserInputBuffer *buf XML_DEPRECATED_MEMBER;
/**
* @deprecated Use #xmlCtxtGetInputPosition
*