aboutsummaryrefslogtreecommitdiff
path: root/src/Playlist.hxx
diff options
context:
space:
mode:
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