diff options
Diffstat (limited to '')
-rw-r--r-- | src/outputBuffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/outputBuffer.h b/src/outputBuffer.h index 0af264c14..f2a1c8734 100644 --- a/src/outputBuffer.h +++ b/src/outputBuffer.h @@ -73,6 +73,8 @@ unsigned availableOutputBuffer(const OutputBuffer * cb); */ int outputBufferAbsolute(const OutputBuffer * cb, unsigned relative); +char * outputBufferChunkData(const OutputBuffer * cb, unsigned i); + /* we send inStream for buffering the inputStream while waiting to send the next chunk */ int sendDataToOutputBuffer(OutputBuffer * cb, |