aboutsummaryrefslogtreecommitdiff
path: root/libsylph/filter.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-20 01:42:35 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-20 01:42:35 +0000
commit8af430a73e527f8507b973561b8d424cee37b63f (patch)
treee493fddb78dcee07863d74757d14082e2265195b /libsylph/filter.h
parent8c7983bb78ff8d91e160eb6cd8ebc56d205513c5 (diff)
merged from libsylph branch.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1325 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/filter.h')
-rw-r--r--libsylph/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/filter.h b/libsylph/filter.h
index b528415b..df6255a4 100644
--- a/libsylph/filter.h
+++ b/libsylph/filter.h
@@ -192,7 +192,7 @@ FilterCond *filter_cond_new (FilterCondType type,
FilterMatchType match_type,
FilterMatchFlag match_flag,
const gchar *header,
- const gchar *body);
+ const gchar *value);
FilterAction *filter_action_new (FilterActionType type,
const gchar *str);
FilterInfo *filter_info_new (void);