diff options
author | Qball Cow <qball@qballcow.nl> | 2006-04-23 11:10:41 +0000 |
---|---|---|
committer | Qball Cow <qball@qballcow.nl> | 2006-04-23 11:10:41 +0000 |
commit | 5416d00bcdf7e248a103de9fca017480e5746ea4 (patch) | |
tree | b2493453587b608a8995d83f42b8b12ff8539957 /src/playlist.h | |
parent | 8220d3deac0f28e75e580e2f8d29fa2691d8e251 (diff) | |
download | mpd-5416d00bcdf7e248a103de9fca017480e5746ea4.tar.gz mpd-5416d00bcdf7e248a103de9fca017480e5746ea4.tar.xz mpd-5416d00bcdf7e248a103de9fca017480e5746ea4.zip |
Adding of plchangesposid command, this is a stripped down version of the plchanges command, it only sends the pos and id of the changed command. Libmpd allready has support for it, and libmpdclient in libmpd too
git-svn-id: https://svn.musicpd.org/mpd/trunk@4101 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/playlist.h')
-rw-r--r-- | src/playlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/playlist.h b/src/playlist.h index 589cd5650..0d0c7b9a8 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -114,6 +114,8 @@ void playlistVersionChange(); int playlistChanges(FILE * fp, mpd_uint32 version); +int playlistChangesPosId(FILE * fp, mpd_uint32 version); + int PlaylistInfo(FILE * fp, char * utf8file, int detail); |