diff options
Diffstat (limited to 'src/input/CurlInputPlugin.hxx')
-rw-r--r-- | src/input/CurlInputPlugin.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input/CurlInputPlugin.hxx b/src/input/CurlInputPlugin.hxx index 20d1309d8..30e917257 100644 --- a/src/input/CurlInputPlugin.hxx +++ b/src/input/CurlInputPlugin.hxx @@ -20,8 +20,6 @@ #ifndef MPD_INPUT_CURL_HXX #define MPD_INPUT_CURL_HXX -struct input_stream; - -extern const struct input_plugin input_plugin_curl; +extern const struct InputPlugin input_plugin_curl; #endif |