Commit 095c390d authored by Max Kellermann's avatar Max Kellermann

FilterRegistry: add "pure" attribute

parent 20597b36
......@@ -26,6 +26,8 @@
#ifndef MPD_FILTER_REGISTRY_HXX
#define MPD_FILTER_REGISTRY_HXX
#include "Compiler.h"
extern const struct filter_plugin null_filter_plugin;
extern const struct filter_plugin chain_filter_plugin;
extern const struct filter_plugin convert_filter_plugin;
......@@ -34,6 +36,7 @@ extern const struct filter_plugin normalize_filter_plugin;
extern const struct filter_plugin volume_filter_plugin;
extern const struct filter_plugin replay_gain_filter_plugin;
gcc_pure
const struct filter_plugin *
filter_plugin_by_name(const char *name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment