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.
This commit is contained in:
Max Kellermann
2009-01-23 16:34:27 +01:00
parent ed25bdf55a
commit 8afe24c1de
6 changed files with 86 additions and 32 deletions

View File

@@ -19,6 +19,7 @@
#include "command.h"
#include "player_control.h"
#include "playlist.h"
#include "playlist_print.h"
#include "ls.h"
#include "directory.h"
#include "directory_print.h"