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_SECMARK.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions/libipt_SECMARK.c') diff --git a/extensions/libipt_SECMARK.c b/extensions/libipt_SECMARK.c index 89a2b2a..6dc9160 100644 --- a/extensions/libipt_SECMARK.c +++ b/extensions/libipt_SECMARK.c @@ -29,7 +29,7 @@ static struct option opts[] = { }; /* Initialize the target. */ -static void init(struct ipt_entry_target *t, unsigned int *nfcache) +static void init(struct xt_entry_target *t, unsigned int *nfcache) { } /* @@ -37,7 +37,7 @@ static void init(struct ipt_entry_target *t, unsigned int *nfcache) * ate an option. */ static int parse(int c, char **argv, int invert, unsigned int *flags, - const struct ipt_entry *entry, struct ipt_entry_target **target) + const struct ipt_entry *entry, struct xt_entry_target **target) { struct xt_secmark_target_info *info = (struct xt_secmark_target_info*)(*target)->data; @@ -84,7 +84,7 @@ static void print_secmark(struct xt_secmark_target_info *info) } static void print(const struct ipt_ip *ip, - const struct ipt_entry_target *target, int numeric) + const struct xt_entry_target *target, int numeric) { struct xt_secmark_target_info *info = (struct xt_secmark_target_info*)(target)->data; @@ -94,7 +94,7 @@ static void print(const struct ipt_ip *ip, } /* Saves the target info in parsable form to stdout. */ -static void save(const struct ipt_ip *ip, const struct ipt_entry_target *target) +static void save(const struct ipt_ip *ip, const struct xt_entry_target *target) { struct xt_secmark_target_info *info = (struct xt_secmark_target_info*)target->data; -- cgit v1.2.3