From ac7a2145ccd5cfc54788b0218cc253e3b1721b76 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 12 Apr 2000 14:02:04 +0000 Subject: f_new_dynamic_attr gets third argument, type as filters know it. --- filter/filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/filter.h') diff --git a/filter/filter.h b/filter/filter.h index 45f9cd6..cac124a 100644 --- a/filter/filter.h +++ b/filter/filter.h @@ -64,7 +64,7 @@ struct filter { void filters_postconfig(void); struct f_inst *f_new_inst(void); -struct f_inst *f_new_dynamic_attr(int type, int code); +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 */ struct f_tree *f_new_tree(void); struct f_tree *build_tree(struct f_tree *); -- cgit v1.2.3