aboutsummaryrefslogtreecommitdiffstats
path: root/src/storedPlaylist.h
diff options
context:
space:
mode:
authorQball Cow <qball@qballcow.nl>2007-08-19 19:38:47 +0000
committerQball Cow <qball@qballcow.nl>2007-08-19 19:38:47 +0000
commit6dc71a392896d8e1ad1dcec8dc445ab633de7089 (patch)
tree83886bfd3b2272f1c6bf5db5229b5fb437c7c5b6 /src/storedPlaylist.h
parent609263594c2e1aae7565f3d00cd509688e4566bd (diff)
downloadmpd-6dc71a392896d8e1ad1dcec8dc445ab633de7089.tar.gz
mpd-6dc71a392896d8e1ad1dcec8dc445ab633de7089.tar.xz
mpd-6dc71a392896d8e1ad1dcec8dc445ab633de7089.zip
Custom patch to add a playlist versioning number, needs testing
git-svn-id: https://svn.musicpd.org/mpd/branches/q-mpd@6765 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/storedPlaylist.h')
-rw-r--r--src/storedPlaylist.h2
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