summaryrefslogtreecommitdiffstats
path: root/filter/filter.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-15 12:53:56 +0200
committerMartin Mares <mj@ucw.cz>2000-05-15 12:53:56 +0200
commit3b1c523d79763b22e0fe06862ff349fd94e816b1 (patch)
treeed28d1bc45fb08916ba0478acd3daac4a0c42cc0 /filter/filter.h
parent1c20608e02109ef0839e0168d100c75f0cc65fd9 (diff)
downloadbird-3b1c523d79763b22e0fe06862ff349fd94e816b1.tar
bird-3b1c523d79763b22e0fe06862ff349fd94e816b1.zip
Got rid of startup functions and filters_postconfig().
By the way, how do you expect pointers to fit in an int?
Diffstat (limited to 'filter/filter.h')
-rw-r--r--filter/filter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/filter.h b/filter/filter.h
index b746063..3a62cd7 100644
--- a/filter/filter.h
+++ b/filter/filter.h
@@ -58,7 +58,6 @@ struct filter {
struct f_inst *root;
};
-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 of dynamic attribute */
struct f_tree *f_new_tree(void);