Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
19 lines
502 B
C
19 lines
502 B
C
#ifndef XML_ENC_H_PRIVATE__
|
|
#define XML_ENC_H_PRIVATE__
|
|
|
|
#include <libxml/encoding.h>
|
|
#include <libxml/tree.h>
|
|
|
|
XML_HIDDEN void
|
|
xmlInitEncodingInternal(void);
|
|
|
|
XML_HIDDEN int
|
|
xmlEncInputChunk(xmlCharEncodingHandler *handler, unsigned char *out,
|
|
int *outlen, const unsigned char *in, int *inlen, int flush);
|
|
XML_HIDDEN int
|
|
xmlCharEncInput(xmlParserInputBufferPtr input, int flush);
|
|
XML_HIDDEN int
|
|
xmlCharEncOutput(xmlOutputBufferPtr output, int init);
|
|
|
|
#endif /* XML_ENC_H_PRIVATE__ */
|