aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-19 07:53:00 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-19 07:53:00 +0000
commit7b5e56388e5628766db68f4b3a1ff6e3bf34dc93 (patch)
treea55777af459b5d6f7b3a41632c71175b5924ca67 /libsylph/utils.h
parent487442dbe87c703bfe85a4cda8ec483429cdda06 (diff)
improved PGP/MIME compatibility.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1169 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index b8fe7051..1f358ca1 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -431,6 +431,7 @@ gint uncanonicalize_file (const gchar *src,
gint uncanonicalize_file_replace(const gchar *file);
gchar *normalize_newlines (const gchar *str);
+gchar *strchomp_all (const gchar *str);
FILE *get_outgoing_rfc2822_file (FILE *fp);
gchar *get_outgoing_rfc2822_str (FILE *fp);