From 404c46381d01088867fdcd92ea6b97978f4c95a7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 19 Dec 2010 05:56:19 +0100 Subject: libipset: const annotations --- lib/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/print.c') diff --git a/lib/print.c b/lib/print.c index 87a9f2b..767fd04 100644 --- a/lib/print.c +++ b/lib/print.c @@ -454,7 +454,7 @@ ipset_print_proto(char *buf, unsigned int len, const struct ipset_data *data, enum ipset_opt opt, uint8_t env UNUSED) { - struct protoent *protoent; + const struct protoent *protoent; uint8_t proto; assert(buf); -- cgit v1.2.3