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/types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/types.c') diff --git a/lib/types.c b/lib/types.c index d979c24..1bd4274 100644 --- a/lib/types.c +++ b/lib/types.c @@ -393,7 +393,7 @@ ipset_type_get(struct ipset_session *session, enum ipset_cmd cmd) const struct ipset_type * ipset_type_check(struct ipset_session *session) { - struct ipset_type *t, *match = NULL; + const struct ipset_type *t, *match = NULL; struct ipset_data *data; const char *typename; uint8_t family, revision; -- cgit v1.2.3