aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/CurlInputPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-17 10:20:57 +0200
committerMax Kellermann <max@duempel.org>2013-10-17 10:20:57 +0200
commit24780d99e61af44141e8f0d0d0776a1c994e6770 (patch)
tree23cc5597c41d9031eb74892ef7d7c0e5eceb05fd /src/input/CurlInputPlugin.cxx
parent7c1cf617282c591dff85df164c178198a0ce7738 (diff)
downloadmpd-24780d99e61af44141e8f0d0d0776a1c994e6770.tar.gz
mpd-24780d99e61af44141e8f0d0d0776a1c994e6770.tar.xz
mpd-24780d99e61af44141e8f0d0d0776a1c994e6770.zip
input_plugin: rename struct to "InputPlugin"
Diffstat (limited to 'src/input/CurlInputPlugin.cxx')
-rw-r--r--src/input/CurlInputPlugin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/CurlInputPlugin.cxx b/src/input/CurlInputPlugin.cxx
index d972ff3a7..5a89fc1fd 100644
--- a/src/input/CurlInputPlugin.cxx
+++ b/src/input/CurlInputPlugin.cxx
@@ -551,7 +551,7 @@ CurlSockets::DispatchSockets()
}
/*
- * input_plugin methods
+ * InputPlugin methods
*
*/
@@ -1103,7 +1103,7 @@ input_curl_open(const char *url, Mutex &mutex, Cond &cond,
return &c->base;
}
-const struct input_plugin input_plugin_curl = {
+const struct InputPlugin input_plugin_curl = {
"curl",
input_curl_init,
input_curl_finish,