diff options
Diffstat (limited to '')
-rw-r--r-- | src/playlist_print.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/playlist_print.h b/src/playlist_print.h index 68ffb2032..3cedeaa7d 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); |