]> Pileus Git - ~andy/fetchmail/blobdiff - pop2.c
Refer to FETCHMAIL_SSL_SECLEVEL.
[~andy/fetchmail] / pop2.c
diff --git a/pop2.c b/pop2.c
index 7c843616dad056f14cab7942b91e11f07c55e384..5a5a1bd1cfcec35f4c68028ca19b89cc9bfa08e9 100644 (file)
--- a/pop2.c
+++ b/pop2.c
@@ -80,7 +80,7 @@ static int pop2_getauth(int sock, struct query *ctl, char *buf)
 }
 
 static int pop2_getrange(int sock, struct query *ctl, const char *folder, 
-                        int *countp, int *newp, int *bytes)
+                        int *countp, int *newp, unsigned long long *bytes)
 /* get range of messages to be fetched */
 {
     (void)ctl;