From b85256b07a2939d712a2547bc151653eae511909 Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI Date: Tue, 24 Jul 2007 05:58:56 +0000 Subject: Replaces ip6t_entry_* with xt_entry_* in matches/targets --- extensions/libip6t_HL.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions/libip6t_HL.c') diff --git a/extensions/libip6t_HL.c b/extensions/libip6t_HL.c index 20628280..fc6ba343 100644 --- a/extensions/libip6t_HL.c +++ b/extensions/libip6t_HL.c @@ -16,7 +16,7 @@ #define IP6T_HL_USED 1 -static void init(struct ip6t_entry_target *t, unsigned int *nfcache) +static void init(struct xt_entry_target *t, unsigned int *nfcache) { } @@ -32,7 +32,7 @@ static void help(void) static int parse(int c, char **argv, int invert, unsigned int *flags, const struct ip6t_entry *entry, - struct ip6t_entry_target **target) + struct xt_entry_target **target) { struct ip6t_HL_info *info = (struct ip6t_HL_info *) (*target)->data; unsigned int value; @@ -97,7 +97,7 @@ static void final_check(unsigned int flags) } static void save(const struct ip6t_ip6 *ip, - const struct ip6t_entry_target *target) + const struct xt_entry_target *target) { const struct ip6t_HL_info *info = (struct ip6t_HL_info *) target->data; @@ -118,7 +118,7 @@ static void save(const struct ip6t_ip6 *ip, } static void print(const struct ip6t_ip6 *ip, - const struct ip6t_entry_target *target, int numeric) + const struct xt_entry_target *target, int numeric) { const struct ip6t_HL_info *info = (struct ip6t_HL_info *) target->data; -- cgit v1.2.3