aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procheader.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-25 07:17:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-25 07:17:54 +0000
commit749d0bd1eb364a5efc52d2f0a0b4b7731c9332ba (patch)
tree9b3c627281eba34f2e6447dfb63cd1dae90b3bd7 /libsylph/procheader.h
parentd8bb0c2d9a035c9ce315877b18a12ba5df9113b5 (diff)
match the output header for printing to the message view.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@679 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/procheader.h')
-rw-r--r--libsylph/procheader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/procheader.h b/libsylph/procheader.h
index 532d21c5..d6c0a488 100644
--- a/libsylph/procheader.h
+++ b/libsylph/procheader.h
@@ -65,6 +65,9 @@ GPtrArray *procheader_get_header_array (FILE *fp,
const gchar *encoding);
GPtrArray *procheader_get_header_array_asis (FILE *fp,
const gchar *encoding);
+GPtrArray *procheader_get_header_array_for_display
+ (FILE *fp,
+ const gchar *encoding);
void procheader_header_array_destroy (GPtrArray *harray);
void procheader_header_free (Header *header);