aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-02 14:34:19 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-02 14:34:19 +0000
commit4470544a748adb7f0e2fcad647b8961f8d524182 (patch)
treeb133b38eefa3d1fbfad18cbf2d7596180cd48642 /imap.c
parenta2eaeaa297462b918babd71c75eb6948e335c173 (diff)
downloadfetchmail-4470544a748adb7f0e2fcad647b8961f8d524182.tar.gz
fetchmail-4470544a748adb7f0e2fcad647b8961f8d524182.tar.bz2
fetchmail-4470544a748adb7f0e2fcad647b8961f8d524182.zip
Reverse order of arguments in OK method.
svn path=/trunk/; revision=201
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index d4d23401..07ef852b 100644
--- a/imap.c
+++ b/imap.c
@@ -25,7 +25,7 @@
static int count, seen;
-int imap_ok (argbuf,socket)
+int imap_ok (socket, argbuf)
/* parse command response */
char *argbuf;
int socket;