diff options
author | Qball Cow <qball@qballcow.nl> | 2006-03-26 13:46:05 +0000 |
---|---|---|
committer | Qball Cow <qball@qballcow.nl> | 2006-03-26 13:46:05 +0000 |
commit | 09929b6f821a38d6f6a15c555dc1bd1f40273850 (patch) | |
tree | 8a9187ee38f43b3e5ff11b367d8ebe62294ef56e /src/playlist.h | |
parent | 19021e9cc60a98c900c986c242d1816ebdddee23 (diff) | |
download | mpd-09929b6f821a38d6f6a15c555dc1bd1f40273850.tar.gz mpd-09929b6f821a38d6f6a15c555dc1bd1f40273850.tar.xz mpd-09929b6f821a38d6f6a15c555dc1bd1f40273850.zip |
Support for fetching the content of a stored playlist (patch by qball), this adds listPlaylist and listPlaylistInfo
git-svn-id: https://svn.musicpd.org/mpd/trunk@3947 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/playlist.h')
-rw-r--r-- | src/playlist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/playlist.h b/src/playlist.h index 91cf2be6f..589cd5650 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -114,4 +114,7 @@ void playlistVersionChange(); int playlistChanges(FILE * fp, mpd_uint32 version); +int PlaylistInfo(FILE * fp, char * utf8file, int detail); + + #endif |