]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.h
build: Remove undefined autoconf macro in Makefile.in.
[paraslash.git] / filter.h
index ab312f5d8d27ecc5eea55b8b127087bc9e8ac73c..686776a0b7e27c42645c143aeca4a79bd83d325c 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -140,5 +140,4 @@ static inline void write_int16_host_endian(char *buf, int val)
 
 DECLARE_FILTER_INITS
 
-/** The filter array, one structure for each supported filter. */
-extern struct filter filters[NUM_SUPPORTED_FILTERS];
+const struct filter *filter_get(int filter_num);