aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderList.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-29 17:06:59 +0100
committerMax Kellermann <max@duempel.org>2013-12-29 17:06:59 +0100
commitcecae419fb724b06820908ef8b9fd30fcfaa4032 (patch)
tree23e6989a5655f7fec354731f56d0b84a3746cb4d /src/DecoderList.hxx
parentdf4db509047766235063f98f0ddd61cbf221fea5 (diff)
downloadmpd-cecae419fb724b06820908ef8b9fd30fcfaa4032.tar.gz
mpd-cecae419fb724b06820908ef8b9fd30fcfaa4032.tar.xz
mpd-cecae419fb724b06820908ef8b9fd30fcfaa4032.zip
DecoderList: add "pure" attribute
Diffstat (limited to 'src/DecoderList.hxx')
-rw-r--r--src/DecoderList.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DecoderList.hxx b/src/DecoderList.hxx
index 2ca8eb794..50848ad4e 100644
--- a/src/DecoderList.hxx
+++ b/src/DecoderList.hxx
@@ -29,6 +29,7 @@ extern bool decoder_plugins_enabled[];
/* interface for using plugins */
+gcc_pure
const struct DecoderPlugin *
decoder_plugin_from_name(const char *name);