diff options
author | Max Kellermann <max@duempel.org> | 2015-10-27 20:35:40 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-10-27 20:35:40 +0100 |
commit | 8acf996d90e3be551ebffc98de7248a5bee5b69c (patch) | |
tree | 9e38e0b05fa274814c0bbc112bfcef38ecdd1137 /src/PlaylistPrint.hxx | |
parent | 15e432204e62dd5a1c873af13a679195b9645b0c (diff) |
command/queue: add range parameter to plchanges and plchangesposid
Diffstat (limited to 'src/PlaylistPrint.hxx')
-rw-r--r-- | src/PlaylistPrint.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/PlaylistPrint.hxx b/src/PlaylistPrint.hxx index bc4c2cb47..b12162262 100644 --- a/src/PlaylistPrint.hxx +++ b/src/PlaylistPrint.hxx @@ -79,7 +79,8 @@ playlist_print_find(Response &r, Partition &partition, void playlist_print_changes_info(Response &r, Partition &partition, const playlist &playlist, - uint32_t version); + uint32_t version, + unsigned start, unsigned end); /** * Print changes since the specified playlist version, position only. @@ -87,7 +88,8 @@ playlist_print_changes_info(Response &r, Partition &partition, void playlist_print_changes_position(Response &r, const playlist &playlist, - uint32_t version); + uint32_t version, + unsigned start, unsigned end); /** * Send the stored playlist to the client. |