From 14529af732703dc0706be7db87a5292d0d122e77 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 12 Apr 2008 04:19:50 +0000 Subject: pass dc to decoder_task() git-svn-id: https://svn.musicpd.org/mpd/trunk@7323 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decode.h') diff --git a/src/decode.h b/src/decode.h index 32da5ec3d..84aa8efb4 100644 --- a/src/decode.h +++ b/src/decode.h @@ -57,6 +57,6 @@ void decoder_wakeup_player(void); void decoder_sleep(DecoderControl * dc); -void decoderInit(void); +void decoderInit(DecoderControl * dc); #endif -- cgit v1.2.3