aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
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;
{