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/libipt_policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libipt_policy.c') diff --git a/extensions/libipt_policy.c b/extensions/libipt_policy.c index ddafed1d..0e27975f 100644 --- a/extensions/libipt_policy.c +++ b/extensions/libipt_policy.c @@ -410,7 +410,7 @@ static void save(const void *ip, const struct xt_entry_match *match) } } -struct iptables_match policy = { +static struct iptables_match policy = { .name = "policy", .version = IPTABLES_VERSION, .size = IPT_ALIGN(sizeof(struct ipt_policy_info)), -- cgit v1.2.3