input_internal.h: add extern "C"

This commit is contained in:
Max Kellermann
2013-01-21 10:52:19 +01:00
parent c1daa857a5
commit e01615fd1e
3 changed files with 8 additions and 8 deletions

View File

@@ -24,11 +24,7 @@
#include "tag.h"
#include "IcyMetaDataParser.hxx"
#include "event/MultiSocketMonitor.hxx"
extern "C" {
#include "input_internal.h"
}
#include "event/Loop.hxx"
#include "IOThread.hxx"
#include "glib_compat.h"

View File

@@ -20,11 +20,7 @@
#include "config.h"
#include "SoupInputPlugin.hxx"
#include "input_plugin.h"
extern "C" {
#include "input_internal.h"
}
#include "IOThread.hxx"
#include "event/Loop.hxx"
#include "conf.h"