input_stream: forward-declare the struct
Hide the definition from C code, to prepare the transition to C++.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
@@ -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"
|
||||
|
@@ -23,6 +23,7 @@
|
||||
#include "tag.h"
|
||||
#include "conf.h"
|
||||
#include "input_stream.h"
|
||||
#include "InputStream.hxx"
|
||||
#include "InputInit.hxx"
|
||||
#include "IOThread.hxx"
|
||||
|
||||
|
Reference in New Issue
Block a user