From db1326aa5e39711d88d305ac08a0afa137ab77f0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 1 Mar 2000 11:32:23 +0000 Subject: Dynamic attributes are now declared in per-protocol grammar files instead of filter/config.Y. Bird now compiles even if you disable RIP. Removed RTA and IMPOSSIBLE tokens (unused). Removed superfluous comment in filter.h. I've tried to do my best, but Pavel, please check these changes. --- filter/filter.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'filter/filter.h') diff --git a/filter/filter.h b/filter/filter.h index a08f126..bbf3040 100644 --- a/filter/filter.h +++ b/filter/filter.h @@ -57,6 +57,7 @@ struct filter { void filters_postconfig(void); struct f_inst *f_new_inst(void); +struct f_inst *f_new_dynamic_attr(int code); struct f_tree *f_new_tree(void); struct f_tree *build_tree(struct f_tree *); @@ -121,6 +122,4 @@ struct f_tree { #define NEW_F_VAL struct f_val * val; val = cfg_alloc(sizeof(struct f_val)); -/* Create pair from two letters */ - #endif -- cgit v1.2.3