diff options
Diffstat (limited to 'pop3.c')
-rw-r--r-- | pop3.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -21,16 +21,11 @@ #if defined(HAVE_UNISTD_H) #include <unistd.h> #endif - -#include <sys/time.h> -#include <ctype.h> #include <errno.h> #include "socket.h" #include "popclient.h" -#define POP3_PORT 110 - #ifdef HAVE_PROTOTYPES /* prototypes for internal functions */ int POP3_sendSTAT (int *msgcount, int socket); |