summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_policy.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2007-10-04 16:25:58 +0000
committerPatrick McHardy <kaber@trash.net>2007-10-04 16:25:58 +0000
commit0e2abed11985e16215559cefd90625f99317b96c (patch)
tree00ea59a5a5b9c0e764def3c9925a206eef809a82 /extensions/libip6t_policy.c
parent278654a9aa89311eb624dc5b79b5b37d99248129 (diff)
Constify data structures
Constify more data structures. Make functions static. Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Diffstat (limited to 'extensions/libip6t_policy.c')
-rw-r--r--extensions/libip6t_policy.c2
1 files changed, 1 insertions, 1 deletions
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)),