DecoderList: add "pure" attribute

This commit is contained in:
Max Kellermann 2013-12-29 17:06:59 +01:00
parent df4db50904
commit cecae419fb

View File

@ -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);