From 1a4d6af42f4892f142838a838c94f64d5040ce72 Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Tue, 24 Jul 2007 05:57:28 +0000 Subject: Replaces ipt_entry_* with xt_entry_* in matches/targets --- extensions/libipt_TTL.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions/libipt_TTL.c') diff --git a/extensions/libipt_TTL.c b/extensions/libipt_TTL.c index ca83f29..5c88f79 100644 --- a/extensions/libipt_TTL.c +++ b/extensions/libipt_TTL.c @@ -16,7 +16,7 @@ #define IPT_TTL_USED 1 -static void init(struct ipt_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 ipt_entry *entry, - struct ipt_entry_target **target) + struct xt_entry_target **target) { struct ipt_TTL_info *info = (struct ipt_TTL_info *) (*target)->data; unsigned int value; @@ -97,7 +97,7 @@ static void final_check(unsigned int flags) } static void save(const struct ipt_ip *ip, - const struct ipt_entry_target *target) + const struct xt_entry_target *target) { const struct ipt_TTL_info *info = (struct ipt_TTL_info *) target->data; @@ -118,7 +118,7 @@ static void save(const struct ipt_ip *ip, } static void print(const struct ipt_ip *ip, - const struct ipt_entry_target *target, int numeric) + const struct xt_entry_target *target, int numeric) { const struct ipt_TTL_info *info = (struct ipt_TTL_info *) target->data; -- cgit v1.2.3