diff options
Diffstat (limited to 'filter/filter.h')
-rw-r--r-- | filter/filter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/filter.h b/filter/filter.h index b746063e..3a62cd7e 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); |