diff options
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |