From 08696c5fabdec8ae2b6a1a9444180fc3d874199f Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Sat, 20 Feb 2010 08:45:56 +0100 Subject: ipproto.h/c: mark several structs as const --- ipproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipproto.c') diff --git a/ipproto.c b/ipproto.c index 7b89afb9..644b3642 100755 --- a/ipproto.c +++ b/ipproto.c @@ -27,7 +27,7 @@ static const char rcsid[] _U_ = #include "interface.h" #include "ipproto.h" -struct tok ipproto_values[] = { +const struct tok ipproto_values[] = { { IPPROTO_HOPOPTS, "Options" }, { IPPROTO_ICMP, "ICMP" }, { IPPROTO_IGMP, "IGMP" }, -- cgit v1.2.1