input_plugin: rename struct to "InputPlugin"

This commit is contained in:
Max Kellermann
2013-10-17 10:20:57 +02:00
parent 7c1cf61728
commit 24780d99e6
23 changed files with 31 additions and 32 deletions

View File

@@ -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,