From 997541e1eb05545f6653e3673f37bcb023b76b58 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 10 Mar 2004 10:00:47 +0000 Subject: increment playlist version on update, so clients know to update git-svn-id: https://svn.musicpd.org/mpd/trunk@240 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/playlist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/playlist.h') diff --git a/src/playlist.h b/src/playlist.h index 963cf6e35..8fdca8aed 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -93,4 +93,6 @@ void playPlaylistIfPlayerStopped(); int seekSongInPlaylist(FILE * fp, int song, float time); +void incrPlaylistVersion(); + #endif -- cgit v1.2.3