diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-12 14:49:53 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-12 14:49:53 +0200 |
commit | c3edb89ec141355de58fbade353d4b2182c62c1e (patch) | |
tree | 4b4d297d6db8a2200d2846ba7f5b1fc41190a3c9 /conf | |
parent | 77de68825caae7a9cb1275b0020e49fa9cb27e29 (diff) | |
download | bird-c3edb89ec141355de58fbade353d4b2182c62c1e.tar bird-c3edb89ec141355de58fbade353d4b2182c62c1e.zip |
Path masks are needed for filters.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/confbase.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index 656fc89..b5856a4 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -35,6 +35,7 @@ CF_DECLS struct filter *f; struct f_tree *e; struct f_val v; + struct f_path *h; struct password_item *p; struct rt_show_data *ra; void *g; |