From 72af3c0489f8bc417189b6dd48b8db4f380e4ba3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 21 Oct 2013 20:31:34 +0200 Subject: decoder_plugin: rename struct to DecoderPlugin --- src/DecoderPlugin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/DecoderPlugin.cxx') diff --git a/src/DecoderPlugin.cxx b/src/DecoderPlugin.cxx index db5d9304f..eb83d542d 100644 --- a/src/DecoderPlugin.cxx +++ b/src/DecoderPlugin.cxx @@ -24,7 +24,7 @@ #include bool -decoder_plugin_supports_suffix(const decoder_plugin &plugin, +decoder_plugin_supports_suffix(const DecoderPlugin &plugin, const char *suffix) { assert(suffix != nullptr); @@ -35,7 +35,7 @@ decoder_plugin_supports_suffix(const decoder_plugin &plugin, } bool -decoder_plugin_supports_mime_type(const decoder_plugin &plugin, +decoder_plugin_supports_mime_type(const DecoderPlugin &plugin, const char *mime_type) { assert(mime_type != nullptr); -- cgit v1.2.3