1
0
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:
Daniel Veillard
2000-10-04 12:40:27 +00:00
parent 970112a914
commit 7cfce324d8
5 changed files with 26 additions and 0 deletions

View File

@@ -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);