aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop2.c')
-rw-r--r--pop2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pop2.c b/pop2.c
index 351aaa04..09378ce5 100644
--- a/pop2.c
+++ b/pop2.c
@@ -18,10 +18,10 @@
static int pound_arg, equal_arg;
-int pop2_ok (argbuf,socket)
+int pop2_ok (socket, argbuf)
/* parse POP2 command response */
-char *argbuf;
int socket;
+char *argbuf;
{
int ok;
char buf [POPBUFSIZE+1];