From b73ecbb073625b56aaef33f2fa7f102fdc9a6247 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 17 Oct 2008 17:53:48 +0200 Subject: input: declare struct input_stream Provide a struct type which can be forward-declared. The typedef InputStream is deprecated now. --- src/decoder_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder_thread.c') diff --git a/src/decoder_thread.c b/src/decoder_thread.c index 32ab972c8..c8f19a33f 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -33,7 +33,7 @@ static void decodeStart(void) struct decoder decoder; int ret; bool close_instream = true; - InputStream inStream; + struct input_stream inStream; struct decoder_plugin *plugin = NULL; char path_max_fs[MPD_PATH_MAX]; -- cgit v1.2.3