aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter_registry.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-06 10:01:02 +0200
committerMax Kellermann <max@duempel.org>2009-07-06 10:01:02 +0200
commitc372c3756b24d2ecd879f1f857ccdbf421f3be33 (patch)
tree7ec01196501c63e7d29a236c2a588c897cee305f /src/filter_registry.h
parent78fa3f06f9fadcc274c0a0042d28d59c88bff152 (diff)
downloadmpd-c372c3756b24d2ecd879f1f857ccdbf421f3be33.tar.gz
mpd-c372c3756b24d2ecd879f1f857ccdbf421f3be33.tar.xz
mpd-c372c3756b24d2ecd879f1f857ccdbf421f3be33.zip
filter/chain: new library for creating a chain of filters
Diffstat (limited to 'src/filter_registry.h')
-rw-r--r--src/filter_registry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter_registry.h b/src/filter_registry.h
index af873316e..0eb4b8f03 100644
--- a/src/filter_registry.h
+++ b/src/filter_registry.h
@@ -27,6 +27,7 @@
#define MPD_FILTER_REGISTRY_H
extern const struct filter_plugin null_filter_plugin;
+extern const struct filter_plugin chain_filter_plugin;
extern const struct filter_plugin volume_filter_plugin;
const struct filter_plugin *