aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistPrint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlaylistPrint.hxx')
-rw-r--r--src/PlaylistPrint.hxx6
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.