summaryrefslogtreecommitdiff
path: root/enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'enc.h')
-rw-r--r--enc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc.h b/enc.h
index 9197760..057d206 100644
--- a/enc.h
+++ b/enc.h
@@ -21,7 +21,7 @@ extern "C" {
int xmlCharEncFirstLineInt(xmlCharEncodingHandler *handler, xmlBufferPtr out,
xmlBufferPtr in, int len);
int xmlCharEncFirstLineInput(xmlParserInputBufferPtr input, int len);
-int xmlCharEncInput(xmlParserInputBufferPtr input);
+int xmlCharEncInput(xmlParserInputBufferPtr input, int flush);
int xmlCharEncOutput(xmlOutputBufferPtr output, int init);
#ifdef __cplusplus