From 8afe24c1de70b69df58f1724ad5fd02c7af63ecb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 23 Jan 2009 16:34:27 +0100 Subject: playlist: moved PlaylistInfo() to playlist_print.c PlaylistInfo() (notice the capital 'P') sends a stored playlist to the client. Move it to a separate library, where all the code which glues the playlist and the MPD protocol together will live. --- src/playlist.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/playlist.h') diff --git a/src/playlist.h b/src/playlist.h index c1c651a77..eaaba9647 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -174,8 +174,6 @@ int playlistChanges(struct client *client, uint32_t version); int playlistChangesPosId(struct client *client, uint32_t version); -int PlaylistInfo(struct client *client, const char *utf8file, int detail); - void searchForSongsInPlaylist(struct client *client, unsigned numItems, const LocateTagItem *items); -- cgit v1.2.3