summaryrefslogtreecommitdiffstats
path: root/filter/filter.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-04-12 16:05:37 +0200
committerPavel Machek <pavel@ucw.cz>2000-04-12 16:05:37 +0200
commita2d157463accf02e2db9fd3dd174b7e46dae8938 (patch)
tree938bb60d3b54613720ba324fcb974b17579151c1 /filter/filter.h
parentac7a2145ccd5cfc54788b0218cc253e3b1721b76 (diff)
downloadbird-a2d157463accf02e2db9fd3dd174b7e46dae8938.tar
bird-a2d157463accf02e2db9fd3dd174b7e46dae8938.zip
One less shift/reduce conflict.
Diffstat (limited to 'filter/filter.h')
-rw-r--r--filter/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter.h b/filter/filter.h
index cac124a..d634c86 100644
--- a/filter/filter.h
+++ b/filter/filter.h
@@ -64,7 +64,7 @@ struct filter {
void filters_postconfig(void);
struct f_inst *f_new_inst(void);
-struct f_inst *f_new_dynamic_attr(int type, int f_type, int code); /* Type as core knows it, type as filters know it, and code */
+struct f_inst *f_new_dynamic_attr(int type, int f_type, int code); /* Type as core knows it, type as filters know it, and code of dynamic attribute */
struct f_tree *f_new_tree(void);
struct f_tree *build_tree(struct f_tree *);