aboutsummaryrefslogtreecommitdiff
path: root/src/Playlist.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-09 22:21:16 +0100
committerMax Kellermann <max@duempel.org>2013-01-09 22:21:16 +0100
commit4bef0a1e62602a79764d9867b7fcf11dd940edbe (patch)
treebbc3cf2bbe47d7488bf12e130ffdd1b8e7daced5 /src/Playlist.hxx
parent3e5f09be0b38e0cc7e5eb8dd623c631b6ba45519 (diff)
Playlist: move playlist_increment_version_all() into the class
Diffstat (limited to 'src/Playlist.hxx')
-rw-r--r--src/Playlist.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx
index eb048eb9..5e64a8e8 100644
--- a/src/Playlist.hxx
+++ b/src/Playlist.hxx
@@ -131,6 +131,8 @@ public:
void TagChanged();
+ void FullIncrementVersions();
+
enum playlist_result AppendSong(player_control &pc,
struct song *song,
unsigned *added_id=nullptr);
@@ -254,7 +256,4 @@ public:
void
playlist_global_init();
-void
-playlist_increment_version_all(struct playlist *playlist);
-
#endif