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

@@ -109,7 +109,7 @@ struct Bzip2InputStream {
void Close();
};
extern const struct input_plugin bz2_inputplugin;
extern const InputPlugin bz2_inputplugin;
static constexpr Domain bz2_domain("bz2");
@@ -276,7 +276,7 @@ static const char *const bz2_extensions[] = {
NULL
};
const struct input_plugin bz2_inputplugin = {
const InputPlugin bz2_inputplugin = {
nullptr,
nullptr,
nullptr,

View File

@@ -72,7 +72,7 @@ public:
Error &error) override;
};
extern const struct input_plugin iso9660_input_plugin;
extern const InputPlugin iso9660_input_plugin;
static constexpr Domain iso9660_domain("iso9660");
@@ -239,7 +239,7 @@ static const char *const iso9660_archive_extensions[] = {
NULL
};
const struct input_plugin iso9660_input_plugin = {
const InputPlugin iso9660_input_plugin = {
nullptr,
nullptr,
nullptr,

View File

@@ -66,7 +66,7 @@ public:
Error &error) override;
};
extern const struct input_plugin zzip_input_plugin;
extern const InputPlugin zzip_input_plugin;
static constexpr Domain zzip_domain("zzip");
@@ -202,7 +202,7 @@ static const char *const zzip_archive_extensions[] = {
NULL
};
const struct input_plugin zzip_input_plugin = {
const InputPlugin zzip_input_plugin = {
nullptr,
nullptr,
nullptr,