From 0e2abed11985e16215559cefd90625f99317b96c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 4 Oct 2007 16:25:58 +0000 Subject: Constify data structures Constify more data structures. Make functions static. Signed-off-by: Jan Engelhardt --- extensions/libip6t_policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libip6t_policy.c') diff --git a/extensions/libip6t_policy.c b/extensions/libip6t_policy.c index 28caf03b..0ebe17bd 100644 --- a/extensions/libip6t_policy.c +++ b/extensions/libip6t_policy.c @@ -452,7 +452,7 @@ static void save(const void *ip, const struct xt_entry_match *match) } } -struct ip6tables_match policy = { +static struct ip6tables_match policy = { .name = "policy", .version = IPTABLES_VERSION, .size = IP6T_ALIGN(sizeof(struct ip6t_policy_info)), -- cgit v1.2.3