summaryrefslogtreecommitdiffstats
path: root/filter/filter.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-08-03 21:31:11 +0200
committerMartin Mares <mj@ucw.cz>1999-08-03 21:31:11 +0200
commit9a706f32afe703a44e605e92cc50cc77d4e91088 (patch)
treecfac111be42a9a8387ff4376d5dcf89fb2f94cd0 /filter/filter.h
parent8edf2361f9c4bd745a1249db3f66dfc079dd2ca1 (diff)
downloadbird-9a706f32afe703a44e605e92cc50cc77d4e91088.tar
bird-9a706f32afe703a44e605e92cc50cc77d4e91088.zip
Added missing structure declarations.
Diffstat (limited to 'filter/filter.h')
-rw-r--r--filter/filter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/filter.h b/filter/filter.h
index cc3fef1..f32a98e 100644
--- a/filter/filter.h
+++ b/filter/filter.h
@@ -56,6 +56,9 @@ struct f_tree *f_new_tree(void);
struct f_tree *build_tree(struct f_tree *);
struct f_tree *find_tree(struct f_tree *t, struct f_val val);
+struct ea_list;
+struct rte;
+
int f_run(struct filter *filter, struct rte **rte, struct ea_list **tmp_attrs, struct linpool *tmp_pool);
char *filter_name(struct filter *filter);