From ca419c84b83d017c3e4309e22f92273500197eea Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 11 Sep 2011 07:41:25 +0200 Subject: stored_playlist: return GError, code is playlist_result Improve error reporting and handling. command.c gets the new function print_error(), which sends a GError to the client. --- src/playlist_print.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/playlist_print.h') diff --git a/src/playlist_print.h b/src/playlist_print.h index 7b520db93..d4f1911d2 100644 --- a/src/playlist_print.h +++ b/src/playlist_print.h @@ -20,6 +20,7 @@ #ifndef PLAYLIST_PRINT_H #define PLAYLIST_PRINT_H +#include #include #include @@ -99,7 +100,8 @@ playlist_print_changes_position(struct client *client, * @return true on success, false if the playlist does not exist */ bool -spl_print(struct client *client, const char *name_utf8, bool detail); +spl_print(struct client *client, const char *name_utf8, bool detail, + GError **error_r); /** * Send the playlist file to the client. -- cgit v1.2.3