aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-editor.h
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-05-16 08:52:51 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-16 08:52:51 +0800
commit8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816 (patch)
tree72bbb8c6b70141f57b4be10439e430465f084d61 /filter/filter-editor.h
parenteb1d5f12ab841a754c3e226f5b114da079cb1aef (diff)
downloadgsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.tar
gsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.tar.gz
gsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.tar.bz2
gsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.tar.lz
gsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.tar.xz
gsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.tar.zst
gsoc2013-evolution-8d95e8c29eef49a9ec7db5d129cd5cf18cfc3816.zip
Bunch of cleanup.
2000-05-15 NotZed <NotZed@HelixCode.com> * filter-xml.[ch]: Bunch of cleanup. * filter-xml.c (filter_*_file): New interfaces to read/write files directly, rather than messing with xmldoc crap. svn path=/trunk/; revision=3051
Diffstat (limited to 'filter/filter-editor.h')
-rw-r--r--filter/filter-editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/filter-editor.h b/filter/filter-editor.h
index 15daeef408..212654c4c9 100644
--- a/filter/filter-editor.h
+++ b/filter/filter-editor.h
@@ -51,4 +51,6 @@ struct _FilterEditorClass {
guint filter_editor_get_type (void);
FilterEditor *filter_editor_new (void);
+void filter_editor_set_rules(FilterEditor *e, GList *rules, GList *systemoptions, GList *useroptions);
+
#endif /* ! _FILTER_EDITOR_H */