aboutsummaryrefslogtreecommitdiff
path: root/src/playlist_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/playlist_print.h')
-rw-r--r--src/playlist_print.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/playlist_print.h b/src/playlist_print.h
index 68ffb203..3cedeaa7 100644
--- a/src/playlist_print.h
+++ b/src/playlist_print.h
@@ -23,6 +23,14 @@
struct client;
+/**
+ * Send the stored playlist to the client.
+ *
+ * @param client the client which requested the playlist
+ * @param name_utf8 the name of the stored playlist 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
spl_print(struct client *client, const char *name_utf8, bool detail);