aboutsummaryrefslogtreecommitdiff
path: root/libsylph/smtp.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-22 07:21:07 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-22 07:21:07 +0000
commitf83afc56908b487f1d0d87d563eabf68c01b411c (patch)
treea7614bea8301779382a5c52eb15ad988191c1356 /libsylph/smtp.h
parent6e181791b71430f018d8a78fd943b825349f1128 (diff)
reduced memory usage on SMTP session.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@771 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/smtp.h')
-rw-r--r--libsylph/smtp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsylph/smtp.h b/libsylph/smtp.h
index 554d4f04..4bb10b6e 100644
--- a/libsylph/smtp.h
+++ b/libsylph/smtp.h
@@ -101,8 +101,8 @@ struct _SMTPSession
GSList *to_list;
GSList *cur_to;
- guchar *send_data;
- guint send_data_len;
+ FILE *send_data_fp;
+ gint send_data_len;
SMTPAuthType avail_auth_type;
SMTPAuthType forced_auth_type;