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:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user