summaryrefslogtreecommitdiffstats
path: root/ip6tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'ip6tables.c')
-rw-r--r--ip6tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6tables.c b/ip6tables.c
index 123d6a44..29d93d87 100644
--- a/ip6tables.c
+++ b/ip6tables.c
@@ -135,7 +135,7 @@ static struct option original_opts[] = {
#ifndef __OPTIMIZE__
struct ip6t_entry_target *
-ip6t_get_target(struct ipt_entry *e)
+ip6t_get_target(struct ip6t_entry *e)
{
return (void *)e + e->target_offset;
}