From 26aa3b67841443cd7ebee8dc5397e351c94046e9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 12 Sep 1996 13:04:18 +0000 Subject: No more `bis'. svn path=/trunk/; revision=89 --- pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop3.c') 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; { -- cgit v1.2.3