Last change
on this file since 107935 was 105420, checked in by vboxsync, 8 months ago |
libxml2-2.12.6: Applied and adjusted our libxml2 changes to 2.12.6. bugref:10730
|
File size:
480 bytes
|
Line | |
---|
1 | #ifndef XML_ENC_H_PRIVATE__
|
---|
2 | #define XML_ENC_H_PRIVATE__
|
---|
3 |
|
---|
4 | #include <libxml/encoding.h>
|
---|
5 | #include <libxml/tree.h>
|
---|
6 |
|
---|
7 | XML_HIDDEN void
|
---|
8 | xmlInitEncodingInternal(void);
|
---|
9 |
|
---|
10 | XML_HIDDEN int
|
---|
11 | xmlEncInputChunk(xmlCharEncodingHandler *handler, unsigned char *out,
|
---|
12 | int *outlen, const unsigned char *in, int *inlen);
|
---|
13 | XML_HIDDEN int
|
---|
14 | xmlCharEncInput(xmlParserInputBufferPtr input);
|
---|
15 | XML_HIDDEN int
|
---|
16 | xmlCharEncOutput(xmlOutputBufferPtr output, int init);
|
---|
17 |
|
---|
18 | #endif /* XML_ENC_H_PRIVATE__ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.