aboutsummaryrefslogtreecommitdiffstats
path: root/src/CommandError.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandError.hxx')
-rw-r--r--src/CommandError.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CommandError.hxx b/src/CommandError.hxx
index 507250500..183797213 100644
--- a/src/CommandError.hxx
+++ b/src/CommandError.hxx
@@ -20,19 +20,19 @@
#ifndef MPD_COMMAND_ERROR_HXX
#define MPD_COMMAND_ERROR_HXX
-#include "command.h"
+#include "CommandResult.hxx"
#include "PlaylistError.hxx"
class Client;
class Error;
-enum command_return
+CommandResult
print_playlist_result(Client &client, PlaylistResult result);
/**
* Send the #Error to the client.
*/
-enum command_return
+CommandResult
print_error(Client &client, const Error &error);
#endif