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 --- odmr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odmr.c') diff --git a/odmr.c b/odmr.c index 29d3d865..a7a3ad69 100644 --- a/odmr.c +++ b/odmr.c @@ -207,7 +207,7 @@ static int odmr_logout(int sock, struct query *ctl) return(PS_SUCCESS); } -const static struct method odmr = +static const struct method odmr = { "ODMR", /* ODMR protocol */ #if INET6_ENABLE -- cgit v1.2.3