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/smtp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/smtp.h') diff --git a/lib/smtp.h b/lib/smtp.h index fac43041a..4716338b5 100644 --- a/lib/smtp.h +++ b/lib/smtp.h @@ -47,8 +47,8 @@ typedef enum { struct smtp_conn { struct pingpong pp; char *domain; /* what to send in the EHLO */ - 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 */ smtpstate state; /* always use smtp.c:state() to change state! */ struct curl_slist *rcpt; }; -- cgit v1.2.1