aboutsummaryrefslogtreecommitdiff
path: root/libsylph/smtp.h
diff options
context:
space:
mode:
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;