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:
@@ -100,7 +100,7 @@ typedef void (* xmlParserInputDeallocate)(xmlChar *str);
|
||||
*/
|
||||
struct _xmlParserInput {
|
||||
/* Input buffer */
|
||||
xmlParserInputBuffer *buf;
|
||||
xmlParserInputBuffer *buf XML_DEPRECATED_MEMBER;
|
||||
/**
|
||||
* @deprecated Use #xmlCtxtGetInputPosition
|
||||
*
|
||||
|
Reference in New Issue
Block a user