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 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index b667c4a6..5d977061 100644 --- a/imap.c +++ b/imap.c @@ -1110,7 +1110,7 @@ static int imap_logout(int sock, struct query *ctl) return(gen_transact(sock, "LOGOUT")); } -const static struct method imap = +static const struct method imap = { "IMAP", /* Internet Message Access Protocol */ #if INET6_ENABLE -- cgit v1.2.3