aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_filter_edit.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-06 04:42:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-06 04:42:21 +0000
commitbdb537c3d2ff230bf842678e49025180b7cdfa57 (patch)
tree8b4a364ef6631e026896d27542f9131cffb75de5 /src/prefs_filter_edit.h
parent28ca8fe1e1fc59095d7cc303cae4fc559bc563bf (diff)
added a function for minor code cleanup.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@874 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_filter_edit.h')
-rw-r--r--src/prefs_filter_edit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prefs_filter_edit.h b/src/prefs_filter_edit.h
index dbc967f3..c9145c48 100644
--- a/src/prefs_filter_edit.h
+++ b/src/prefs_filter_edit.h
@@ -170,4 +170,7 @@ FilterCond *prefs_filter_edit_cond_hbox_to_cond (CondHBox *hbox,
gboolean case_sens,
gchar **error_msg);
+GSList *prefs_filter_edit_cond_edit_to_list (FilterCondEdit *cond_edit,
+ gboolean case_sens);
+
#endif /* __PREFS_FILTER_EDIT_H__ */