diff options
author | Max Kellermann <max@duempel.org> | 2013-01-21 10:52:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-21 10:52:19 +0100 |
commit | e01615fd1e1f6ad253940ad0cc5440eb0f399150 (patch) | |
tree | ee8570d137b534365cbbbb8611e9ceeaca0b694c /src/input | |
parent | c1daa857a5ed282e682b8f00dc2f8f7dd10739f1 (diff) | |
download | mpd-e01615fd1e1f6ad253940ad0cc5440eb0f399150.tar.gz mpd-e01615fd1e1f6ad253940ad0cc5440eb0f399150.tar.xz mpd-e01615fd1e1f6ad253940ad0cc5440eb0f399150.zip |
input_internal.h: add extern "C"
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/CurlInputPlugin.cxx | 4 | ||||
-rw-r--r-- | src/input/SoupInputPlugin.cxx | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/input/CurlInputPlugin.cxx b/src/input/CurlInputPlugin.cxx index 29d8266ce..cc9987a19 100644 --- a/src/input/CurlInputPlugin.cxx +++ b/src/input/CurlInputPlugin.cxx @@ -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" diff --git a/src/input/SoupInputPlugin.cxx b/src/input/SoupInputPlugin.cxx index 5a60fa725..fb446136c 100644 --- a/src/input/SoupInputPlugin.cxx +++ b/src/input/SoupInputPlugin.cxx @@ -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" |