aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-25 01:55:39 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-25 01:55:39 +0000
commit2e9a6dae88d25e8068ab855a86e1ac46f8bdab00 (patch)
tree569a4a7055166e112d0f6c2ee50cba2ec19eefa1 /pop2.c
parent32e5987510b23d25f2227feb90869eb55ba93753 (diff)
downloadfetchmail-2e9a6dae88d25e8068ab855a86e1ac46f8bdab00.tar.gz
fetchmail-2e9a6dae88d25e8068ab855a86e1ac46f8bdab00.tar.bz2
fetchmail-2e9a6dae88d25e8068ab855a86e1ac46f8bdab00.zip
Eliminate some unnecessary headers.
svn path=/trunk/; revision=129
Diffstat (limited to 'pop2.c')
-rw-r--r--pop2.c21
1 files changed, 3 insertions, 18 deletions
diff --git a/pop2.c b/pop2.c
index 16fbb73d..322a7c4d 100644
--- a/pop2.c
+++ b/pop2.c
@@ -1,4 +1,4 @@
-/* Copyright 1993-95 by Carl Harris, Jr. Copyright 1996 by Eric S. Raymond
+/* Copyright 1996 by Eric S. Raymond
* All rights reserved.
* For license terms, see the file COPYING in this directory.
*/
@@ -6,31 +6,16 @@
/***********************************************************************
module: pop2.c
project: fetchmail
- programmer: Carl Harris, ceharris@mal.com
- Hacks and bug fixes by esr.
- description: POP2 client code.
+ programmer: Eric S. Raymond
+ description: POP2 method code.
***********************************************************************/
#include <config.h>
-
#include <stdio.h>
-#if defined(STDC_HEADERS)
-#include <string.h>
-#endif
-#if defined(HAVE_UNISTD_H)
-#include <unistd.h>
-#endif
-
-#include <sys/time.h>
-#include <errno.h>
-
#include "socket.h"
#include "fetchmail.h"
-#if HAVE_PROTOTYPES
-#endif
-
/*********************************************************************
Method declarations for POP2