mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
12 lines
338 B
C
12 lines
338 B
C
![]() |
#ifndef XML_ENC_H_PRIVATE__
|
||
|
#define XML_ENC_H_PRIVATE__
|
||
|
|
||
|
#include <libxml/encoding.h>
|
||
|
#include <libxml/tree.h>
|
||
|
|
||
|
int xmlCharEncFirstLineInput(xmlParserInputBufferPtr input, int len);
|
||
|
int xmlCharEncInput(xmlParserInputBufferPtr input, int flush);
|
||
|
int xmlCharEncOutput(xmlOutputBufferPtr output, int init);
|
||
|
|
||
|
#endif /* XML_ENC_H_PRIVATE__ */
|