From e7e37a246a2ebd55b8b507e5a3d27744feff6203 Mon Sep 17 00:00:00 2001 From: Ben Greear Date: Fri, 2 Apr 2010 21:02:35 +0200 Subject: fixed compiler warnings --- lib/pop3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/pop3.h') 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! */ }; -- cgit v1.2.3