diff options
| author | Aron Xu <aron@debian.org> | 2013-06-09 00:17:44 +0800 |
|---|---|---|
| committer | Aron Xu <aron@debian.org> | 2013-06-09 00:17:44 +0800 |
| commit | 2c8fe012ef1ff6e0613480dd182dec099aa9636e (patch) | |
| tree | f220f4e6733d3204aef57831a8dee2dd8551ed40 /enc.h | |
| parent | 3c845c4be476dc0ecb93388de9cfedb3f611e6a8 (diff) | |
| download | libxml2-upstream/2.9.1.tar.gz | |
Imported Upstream version 2.9.1upstream/2.9.1
Diffstat (limited to 'enc.h')
| -rw-r--r-- | enc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
