aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procheader.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-09 08:52:09 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-09 08:52:09 +0000
commit4966287d56be3f724ef0c31030baa4db29aeb72b (patch)
tree487f6e159d5d3cbd5b44c4a30bb2dc91c9cbc60f /libsylph/procheader.h
parentad59740f15a44999e3da126c49bdca09d8b7a61b (diff)
added utility functions for optimization of filter.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@814 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/procheader.h')
-rw-r--r--libsylph/procheader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/procheader.h b/libsylph/procheader.h
index d6c0a488..60a0abc0 100644
--- a/libsylph/procheader.h
+++ b/libsylph/procheader.h
@@ -52,6 +52,7 @@ gchar *procheader_get_unfolded_line (gchar *buf,
GSList *procheader_get_header_list_from_file (const gchar *file);
GSList *procheader_get_header_list (FILE *fp);
+GSList *procheader_get_header_list_from_msginfo (MsgInfo *msginfo);
GSList *procheader_add_header_list (GSList *hlist,
const gchar *header_name,
const gchar *body);