From cc261872c25be3a5792be8ae160e070d1bbedf0b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 5 Nov 2010 17:42:08 +0100 Subject: decoder_control: pass music_pipe to dc_start() More abstraction for decoder_control.pipe. --- src/decoder_control.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decoder_control.h') diff --git a/src/decoder_control.h b/src/decoder_control.h index 6a04a1617..febf53335 100644 --- a/src/decoder_control.h +++ b/src/decoder_control.h @@ -118,10 +118,10 @@ void dc_command_wait(struct notify *notify); void -dc_start(struct notify *notify, struct song *song); +dc_start(struct notify *notify, struct song *song, struct music_pipe *pipe); void -dc_start_async(struct song *song); +dc_start_async(struct song *song, struct music_pipe *pipe); void dc_stop(struct notify *notify); -- cgit v1.2.3