bird/filter
Martin Mares e0f2e42f4f A couple of filter tweaks:
o  Introduced struct filter which serves as an external reference
      to filter. Using struct symbol for this is unwise since it doesn't
      allow extra information attached to the filter and it also forces
      all filters to be named.
   o  Implemented config rule 'filter' which matches either named filter
      or an embedded unnamed filter (`{ <filter> }').
   o  Fixed totally bogus comment at the top of filter.h.
   o  Added a missing prototype for f_run() to filter.h.
1999-03-17 14:29:39 +00:00
..
config.Y A couple of filter tweaks: 1999-03-17 14:29:39 +00:00
f-util.c A couple of filter tweaks: 1999-03-17 14:29:39 +00:00
filter.h A couple of filter tweaks: 1999-03-17 14:29:39 +00:00
Makefile Filters, second try. This time they have their own directory. 1999-01-15 16:49:17 +00:00