diff options
Diffstat (limited to 'src/storedPlaylist.h')
-rw-r--r-- | src/storedPlaylist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storedPlaylist.h b/src/storedPlaylist.h index 1c30e814a..55387742f 100644 --- a/src/storedPlaylist.h +++ b/src/storedPlaylist.h @@ -45,4 +45,6 @@ void appendPlaylistToStoredPlaylist(StoredPlaylist *sp, Playlist *playlist); int renameStoredPlaylist(int fd, const char *utf8from, const char *utf8to); +unsigned long getStoredPlaylistVersion(void); + #endif |