aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-12 13:04:18 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-12 13:04:18 +0000
commit26aa3b67841443cd7ebee8dc5397e351c94046e9 (patch)
tree406f79767830b67c133e30680cea1b5acc99786f /pop3.c
parent58b1a385369447775ee7cf5fd629c4ba3f35ead3 (diff)
downloadfetchmail-26aa3b67841443cd7ebee8dc5397e351c94046e9.tar.gz
fetchmail-26aa3b67841443cd7ebee8dc5397e351c94046e9.tar.bz2
fetchmail-26aa3b67841443cd7ebee8dc5397e351c94046e9.zip
No more `bis'.
svn path=/trunk/; revision=89
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 6bc3fac7..f8bad81f 100644
--- a/pop3.c
+++ b/pop3.c
@@ -254,7 +254,7 @@ static struct method pop3 =
"QUIT", /* the POP3 exit command */
};
-int doPOP3bis (queryctl)
+int doPOP3 (queryctl)
/* retrieve messages using POP3 */
struct hostrec *queryctl;
{