From f83afc56908b487f1d0d87d563eabf68c01b411c Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 22 Nov 2005 07:21:07 +0000 Subject: reduced memory usage on SMTP session. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@771 ee746299-78ed-0310-b773-934348b2243d --- libsylph/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libsylph/utils.h') diff --git a/libsylph/utils.h b/libsylph/utils.h index b5cb3a76..48d9e507 100644 --- a/libsylph/utils.h +++ b/libsylph/utils.h @@ -421,6 +421,7 @@ gint uncanonicalize_file_replace(const gchar *file); gchar *normalize_newlines (const gchar *str); +FILE *get_outgoing_rfc2822_file (FILE *fp); gchar *get_outgoing_rfc2822_str (FILE *fp); gchar *generate_mime_boundary (const gchar *prefix); -- cgit v1.2.3