aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pop3.h')
-rw-r--r--lib/pop3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pop3.h b/lib/pop3.h
index 20a226985..337421cac 100644
--- a/lib/pop3.h
+++ b/lib/pop3.h
@@ -43,8 +43,8 @@ typedef enum {
struct pop3_conn {
struct pingpong pp;
char *mailbox; /* what to RETR */
- int eob; /* number of bytes of the EOB (End Of Body) that has been
- received thus far */
+ size_t eob; /* number of bytes of the EOB (End Of Body) that has been
+ received thus far */
pop3state state; /* always use pop3.c:state() to change state! */
};