aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderThread.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/DecoderThread.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DecoderThread.hxx b/src/DecoderThread.hxx
index f92cce0cc..a2d533f93 100644
--- a/src/DecoderThread.hxx
+++ b/src/DecoderThread.hxx
@@ -20,9 +20,9 @@
#ifndef MPD_DECODER_THREAD_HXX
#define MPD_DECODER_THREAD_HXX
-struct decoder_control;
+struct DecoderControl;
void
-decoder_thread_start(decoder_control &dc);
+decoder_thread_start(DecoderControl &dc);
#endif