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/SoupInputPlugin.cxx | |
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/SoupInputPlugin.cxx')
-rw-r--r-- | src/input/SoupInputPlugin.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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" |