summaryrefslogtreecommitdiffstats
path: root/filter/filter.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-05-25 17:20:40 +0200
committerPavel Machek <pavel@ucw.cz>2000-05-25 17:20:40 +0200
commitad9074e9ba2f2c1fa7e681b5f79f9049e5c640f8 (patch)
tree3a2f6eae8044dccca93d4066d1a48efc3316ae7c /filter/filter.h
parent69477cad708235f2ab79796dc62c06d3c879111c (diff)
downloadbird-ad9074e9ba2f2c1fa7e681b5f79f9049e5c640f8.tar
bird-ad9074e9ba2f2c1fa7e681b5f79f9049e5c640f8.zip
Cleaned up warnings.
Diffstat (limited to 'filter/filter.h')
-rw-r--r--filter/filter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/filter.h b/filter/filter.h
index 02b22ff..1039c6f 100644
--- a/filter/filter.h
+++ b/filter/filter.h
@@ -62,6 +62,7 @@ struct filter {
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 of dynamic attribute */
struct f_tree *f_new_tree(void);
+struct f_inst *f_generate_complex(int operation, int operation_aux, struct f_inst *dyn, struct f_inst *argument);
struct f_tree *build_tree(struct f_tree *);
struct f_tree *find_tree(struct f_tree *t, struct f_val val);