aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistPrint.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-23 23:30:12 +0100
committerMax Kellermann <max@duempel.org>2014-01-23 23:30:12 +0100
commitf1f19841bdd291c055f59b6603f69278c66366d8 (patch)
tree96d674b367234c966df4055686566354a0852072 /src/PlaylistPrint.hxx
parent655ad344140ee250f8becf67544dbe035a3460b1 (diff)
downloadmpd-f1f19841bdd291c055f59b6603f69278c66366d8.tar.gz
mpd-f1f19841bdd291c055f59b6603f69278c66366d8.tar.xz
mpd-f1f19841bdd291c055f59b6603f69278c66366d8.zip
playlist/*: move to playlist/plugins/
Diffstat (limited to 'src/PlaylistPrint.hxx')
-rw-r--r--src/PlaylistPrint.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/PlaylistPrint.hxx b/src/PlaylistPrint.hxx
index a1cf185cc..38a4cc7cf 100644
--- a/src/PlaylistPrint.hxx
+++ b/src/PlaylistPrint.hxx
@@ -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