aboutsummaryrefslogtreecommitdiff
path: root/libsylph/filter.h
diff options
context:
space:
mode:
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);