ip6tables bug fixed
diff --git a/ip6tables.c b/ip6tables.c
index 123d6a4..29d93d8 100644
--- a/ip6tables.c
+++ b/ip6tables.c
@@ -135,7 +135,7 @@
 
 #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;
 }