playlist/*: move to playlist/plugins/

This commit is contained in:
Max Kellermann
2014-01-23 23:30:12 +01:00
parent 655ad34414
commit f1f19841bd
45 changed files with 178 additions and 125 deletions

View File

@@ -1,4 +1,3 @@
/*
* Copyright (C) 2003-2014 The Music Player Daemon Project
* http://www.musicpd.org
@@ -96,15 +95,4 @@ bool
spl_print(Client &client, const char *name_utf8, bool detail,
Error &error);
/**
* Send the playlist file to the client.
*
* @param client the client which requested the playlist
* @param uri the URI of the playlist file in UTF-8 encoding
* @param detail true if all details should be printed
* @return true on success, false if the playlist does not exist
*/
bool
playlist_file_print(Client &client, const char *uri, bool detail);
#endif