diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-04-02 15:52:13 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-04-02 15:55:10 -0700 |
commit | fd90db35b7a084b10f4c6d347c5ba6e315bb3f5d (patch) | |
tree | 2d40e4ed68b6f9b6e50ced32935fe3897a717f48 /src/decoder/modplug_plugin.c | |
parent | 9e93875ccd8066dc56eaab6849244189f17b7d70 (diff) | |
download | mpd-fd90db35b7a084b10f4c6d347c5ba6e315bb3f5d.tar.gz mpd-fd90db35b7a084b10f4c6d347c5ba6e315bb3f5d.tar.xz mpd-fd90db35b7a084b10f4c6d347c5ba6e315bb3f5d.zip |
decoder: Rename all main decoder plugins functions to *decoder_plugin.
Diffstat (limited to '')
-rw-r--r-- | src/decoder/modplug_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/modplug_plugin.c b/src/decoder/modplug_plugin.c index 77b8465f4..f636f2fa6 100644 --- a/src/decoder/modplug_plugin.c +++ b/src/decoder/modplug_plugin.c @@ -207,7 +207,7 @@ static const char *const mod_suffixes[] = { NULL }; -const struct decoder_plugin modplug_plugin = { +const struct decoder_plugin modplug_decoder_plugin = { .name = "modplug", .stream_decode = mod_decode, .tag_dup = mod_tagdup, |