decoder_api.h, ...: add "extern C"

This commit is contained in:
Max Kellermann
2013-01-07 09:38:02 +01:00
parent c3c776bc6a
commit 975370c084
49 changed files with 94 additions and 84 deletions

View File

@@ -20,13 +20,13 @@
#include "config.h"
#include "TagSave.hxx"
#include "stdbin.h"
#include "tag.h"
#include "conf.h"
#include "input_stream.h"
extern "C" {
#include "io_thread.h"
#include "input_init.h"
#include "input_stream.h"
#include "tag.h"
#include "conf.h"
#ifdef ENABLE_ARCHIVE
#include "archive_list.h"