]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.h
Make dates in ls output align nicely again.
[paraslash.git] / filter.h
index 7ae28fe4946a578b0d0f229359f740252de4b1b9..31eedcc044d5c1a022b8a6bb6bdd37be1c0eb116 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -140,8 +140,5 @@ static inline void write_int16_host_endian(char *buf, int val)
 
 DECLARE_FILTER_INITS
 
-/** Iterate over the array of supported filters. */
-#define FOR_EACH_SUPPORTED_FILTER(j)  for (j = 0; j < NUM_SUPPORTED_FILTERS; j++)
-
 /** The filter array, one structure for each supported filter. */
-extern struct filter filters[NUM_SUPPORTED_FILTERS];
+const struct filter *filter_get(int filter_num);