aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/CommandError.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/CommandError.hxx')
-rw-r--r--src/command/CommandError.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/command/CommandError.hxx b/src/command/CommandError.hxx
index b48baa5bf..e33386078 100644
--- a/src/command/CommandError.hxx
+++ b/src/command/CommandError.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * Copyright (C) 2003-2015 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -23,16 +23,16 @@
#include "CommandResult.hxx"
#include "PlaylistError.hxx"
-class Client;
+class Response;
class Error;
CommandResult
-print_playlist_result(Client &client, PlaylistResult result);
+print_playlist_result(Response &r, PlaylistResult result);
/**
* Send the #Error to the client.
*/
CommandResult
-print_error(Client &client, const Error &error);
+print_error(Response &r, const Error &error);
#endif