aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-part.h
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filter-part.h')
-rw-r--r--filter/filter-part.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/filter-part.h b/filter/filter-part.h
index 2995046b20..bc9424486b 100644
--- a/filter/filter-part.h
+++ b/filter/filter-part.h
@@ -53,6 +53,8 @@ guint filter_part_get_type (void);
FilterPart *filter_part_new (void);
/* methods */
+gboolean filter_part_validate (FilterPart *fp);
+
int filter_part_xml_create (FilterPart *ff, xmlNodePtr node);
xmlNodePtr filter_part_xml_encode (FilterPart *fe);