aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DecoderPrint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/DecoderPrint.hxx')
-rw-r--r--src/decoder/DecoderPrint.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/decoder/DecoderPrint.hxx b/src/decoder/DecoderPrint.hxx
index 695bd099d..fcb995f6b 100644
--- a/src/decoder/DecoderPrint.hxx
+++ b/src/decoder/DecoderPrint.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
@@ -20,9 +20,9 @@
#ifndef MPD_DECODER_PRINT_HXX
#define MPD_DECODER_PRINT_HXX
-class Client;
+class Response;
void
-decoder_list_print(Client &client);
+decoder_list_print(Response &r);
#endif