mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-20 03:52:25 +03:00
Bugfix - parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved the
Bugfix - parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved the global init function. Daniel
This commit is contained in:
@@ -71,6 +71,7 @@ struct _xmlOutputBuffer {
|
||||
* Interfaces for input
|
||||
*/
|
||||
|
||||
void xmlRegisterDefaultInputCallbacks (void);
|
||||
xmlParserInputBufferPtr
|
||||
xmlAllocParserInputBuffer (xmlCharEncoding enc);
|
||||
|
||||
@@ -108,6 +109,7 @@ int xmlRegisterInputCallbacks (xmlInputMatchCallback match,
|
||||
/*
|
||||
* Interfaces for output
|
||||
*/
|
||||
void xmlRegisterDefaultOutputCallbacks(void);
|
||||
xmlOutputBufferPtr
|
||||
xmlAllocOutputBuffer (xmlCharEncodingHandlerPtr encoder);
|
||||
|
||||
|
Reference in New Issue
Block a user