input: declare struct input_stream

Provide a struct type which can be forward-declared.  The typedef
InputStream is deprecated now.
This commit is contained in:
Max Kellermann
2008-10-17 17:53:48 +02:00
parent bae98f777b
commit b73ecbb073
7 changed files with 50 additions and 43 deletions

View File

@@ -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];