From 5bbed890029e6b965a32317763ef33c9b3178550 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 11 Jun 2004 19:42:04 +0000 Subject: Quench some GCC 3.4 warnings by making sure that all int arguments are marked int and swapping words so that static is first in the line. svn path=/trunk/; revision=3882 --- pop3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pop3.c') diff --git a/pop3.c b/pop3.c index a3d2d63f..67f7ced1 100644 --- a/pop3.c +++ b/pop3.c @@ -219,7 +219,7 @@ static int pop3_ok (int sock, char *argbuf) -static int capa_probe(sock) +static int capa_probe(int sock) /* probe the capabilities of the remote server */ { int ok; @@ -1179,7 +1179,7 @@ static int pop3_logout(int sock, struct query *ctl) return(ok); } -const static struct method pop3 = +static const struct method pop3 = { "POP3", /* Post Office Protocol v3 */ #if INET6_ENABLE -- cgit v1.2.3