aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filter-xml.h')
-rw-r--r--filter/filter-xml.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/filter/filter-xml.h b/filter/filter-xml.h
index 1ff353bd20..b5d3255560 100644
--- a/filter/filter-xml.h
+++ b/filter/filter-xml.h
@@ -59,4 +59,9 @@ xmlNodePtr filter_write_optionset(xmlDocPtr doc, GList *optionl);
int filter_find_rule(struct filter_rule *a, char *name);
int filter_find_arg(FilterArg *a, char *name);
+/* utility functions */
+struct filter_optionrule *filter_clone_optionrule(struct filter_optionrule *or);
+void filter_clone_optionrule_free(struct filter_optionrule *or);
+struct filter_optionrule *filter_optionrule_new_from_rule(struct filter_rule *rule);
+
#endif /* ! _FILTER_XML_H */