aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_filter.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-02 10:00:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-02 10:00:15 +0000
commit67fecb1232183bad2ac2eec436c8affd4c3e49f7 (patch)
tree7a409a06ecffc8de96d9e2d2a47c5fb256c54c1d /src/prefs_filter.h
parentcbc9395569bb7c7b51079ab3cb0db1d36345f03c (diff)
moved two functions from prefs_filter.c to filter.c.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@543 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_filter.h')
-rw-r--r--src/prefs_filter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/prefs_filter.h b/src/prefs_filter.h
index 157782ab..d41a9883 100644
--- a/src/prefs_filter.h
+++ b/src/prefs_filter.h
@@ -48,8 +48,4 @@ gchar *prefs_filter_get_msg_header_field (const gchar *header_name);
void prefs_filter_set_user_header_list (GSList *list);
void prefs_filter_set_msg_header_list (MsgInfo *msginfo);
-void prefs_filter_rename_path (const gchar *old_path,
- const gchar *new_path);
-void prefs_filter_delete_path (const gchar *path);
-
#endif /* __PREFS_FILTER_H__ */