From 4470544a748adb7f0e2fcad647b8961f8d524182 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 2 Oct 1996 14:34:19 +0000 Subject: Reverse order of arguments in OK method. svn path=/trunk/; revision=201 --- pop2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pop2.c') 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]; -- cgit v1.2.3