aboutsummaryrefslogtreecommitdiff
path: root/libsylph/pop.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/pop.h')
-rw-r--r--libsylph/pop.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsylph/pop.h b/libsylph/pop.h
index 0ca59e66..b15f8ead 100644
--- a/libsylph/pop.h
+++ b/libsylph/pop.h
@@ -116,11 +116,11 @@ struct _Pop3Session
gchar *user;
gchar *pass;
gint count;
- gint total_bytes;
+ gint64 total_bytes;
gint cur_msg;
gint cur_total_num;
- gint cur_total_bytes;
- gint cur_total_recv_bytes;
+ gint64 cur_total_bytes;
+ gint64 cur_total_recv_bytes;
Pop3MsgInfo *msg;