diff options
author | Max Kellermann <max@duempel.org> | 2008-04-12 04:13:51 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-04-12 04:13:51 +0000 |
commit | 2e648b57f3f1c83f2694033900489a8290a55868 (patch) | |
tree | fec820c988db72573cb4c8c11945f3224298e22c /src/outputBuffer.h | |
parent | 11a5728e1d9d80795f3accd3a15a9704b3497e1a (diff) | |
download | mpd-2e648b57f3f1c83f2694033900489a8290a55868.tar.gz mpd-2e648b57f3f1c83f2694033900489a8290a55868.tar.xz mpd-2e648b57f3f1c83f2694033900489a8290a55868.zip |
added outputBufferShift()
Hiding OutputBuffer internals, yet again. Two more assertions.
git-svn-id: https://svn.musicpd.org/mpd/trunk@7274 09075e82-0dd4-0310-85a5-a0d7c8717e4f
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 a99489968..8e797c324 100644 --- a/src/outputBuffer.h +++ b/src/outputBuffer.h @@ -65,6 +65,8 @@ void flushOutputBuffer(OutputBuffer * cb); /** is the buffer empty? */ int outputBufferEmpty(const OutputBuffer * cb); +void outputBufferShift(OutputBuffer * cb); + /** * what is the position of the specified chunk number, relative to * the first chunk in use? |