aboutsummaryrefslogtreecommitdiffstats
path: root/src/outputBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/outputBuffer.h')
-rw-r--r--src/outputBuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/outputBuffer.h b/src/outputBuffer.h
index 0ebc8ad1d..cea8d00d5 100644
--- a/src/outputBuffer.h
+++ b/src/outputBuffer.h
@@ -46,8 +46,8 @@ void flushOutputBuffer(OutputBuffer * cb);
/* we send inStream where for buffering the inputStream while waiting to
send the next chunk */
int sendDataToOutputBuffer(OutputBuffer * cb, InputStream * inStream,
- DecoderControl * dc, char * data, long datalen, float time,
- mpd_uint16 bitRate);
+ DecoderControl * dc, int seekable, char * data, long datalen,
+ float time, mpd_uint16 bitRate);
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */