input_stream: forward-declare the struct

Hide the definition from C code, to prepare the transition to C++.
This commit is contained in:
Max Kellermann
2013-01-24 19:14:40 +01:00
parent 3203a7dd8c
commit 0273cd44b0
40 changed files with 270 additions and 144 deletions

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "IOThread.hxx"
#include "InputInit.hxx"
#include "input_stream.h"
#include "InputStream.hxx"
#include "conf.h"
#include "stdbin.h"

View File

@@ -24,7 +24,7 @@ extern "C" {
}
#include "decoder_api.h"
#include "InputInit.hxx"
#include "input_stream.h"
#include "InputStream.hxx"
#include "audio_format.h"
extern "C" {
#include "tag_ape.h"

View File

@@ -23,6 +23,7 @@
#include "tag.h"
#include "conf.h"
#include "input_stream.h"
#include "InputStream.hxx"
#include "InputInit.hxx"
#include "IOThread.hxx"