1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Got rid of startup functions and filters_postconfig().

By the way, how do you expect pointers to fit in an int?
This commit is contained in:
Martin Mares
2000-05-15 10:53:56 +00:00
parent 1c20608e02
commit 3b1c523d79
5 changed files with 2 additions and 33 deletions

View File

@@ -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);