From c2c34f78dd2b63d27bcbd6f21503bf052cad0655 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sat, 5 Jun 2004 01:14:37 +0000 Subject: new command, plchanges, and also add Num: to songinfo of playlistinfo git-svn-id: https://svn.musicpd.org/mpd/trunk@1339 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/playlist.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/playlist.h') diff --git a/src/playlist.h b/src/playlist.h index a9eee9a17..0281b6bfe 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -22,6 +22,7 @@ #include "../config.h" #include "song.h" +#include "mpd_types.h" #include #include @@ -93,7 +94,9 @@ void playPlaylistIfPlayerStopped(); int seekSongInPlaylist(FILE * fp, int song, float time); -void incrPlaylistVersion(); +void playlistVersionChange(); + +int playlistChanges(FILE * fp, mpd_uint32 version); #endif /* vim:set shiftwidth=4 tabstop=8 expandtab: */ -- cgit v1.2.3