From 1c161a8cbe16aa59cc8bf4d60d5fa64fdcbc6aa5 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 8 Dec 2003 02:20:14 +0000 Subject: Added subject_macro; Tweaked check order; Fixed some warnings --- src/pop3.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/pop3.c') diff --git a/src/pop3.c b/src/pop3.c index 660283e..d9fab19 100644 --- a/src/pop3.c +++ b/src/pop3.c @@ -31,6 +31,7 @@ static const char id[]="$Id$"; #include #include +#include #include #include #include @@ -183,7 +184,6 @@ static int GetChar(void) static char buff[BLOCKSIZE]; static ssize_t len=0; static int ptr=0; - int ch; if (len==0 || ptr==len) { @@ -214,10 +214,9 @@ static int GetChar(void) static int GetLine(DString t) { - size_t size; int done; - int ch; int last; + int ch; done=FALSE; -- cgit v1.2.3