diff options
Diffstat (limited to 'filter/data.c')
-rw-r--r-- | filter/data.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/data.c b/filter/data.c index d26b07f5..f104d2f8 100644 --- a/filter/data.c +++ b/filter/data.c @@ -327,7 +327,7 @@ clist_set_type(const struct f_tree *set, struct f_val *v) } } -static int +int clist_match_set(const struct adata *clist, const struct f_tree *set) { if (!clist) @@ -348,7 +348,7 @@ clist_match_set(const struct adata *clist, const struct f_tree *set) return 0; } -static int +int eclist_match_set(const struct adata *list, const struct f_tree *set) { if (!list) @@ -372,7 +372,7 @@ eclist_match_set(const struct adata *list, const struct f_tree *set) return 0; } -static int +int lclist_match_set(const struct adata *list, const struct f_tree *set) { if (!list) |