summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_hl.c
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 06:03:45 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 06:03:45 +0000
commita620c61d441b931bc4a52ec07f1b906318ee4069 (patch)
tree4e3cebeb73608be53353d2ac1342dcceddcea1c2 /extensions/libip6t_hl.c
parentc0a9ab93f49a3d2508c95d0ca1a01c1089983731 (diff)
Fixes warning on compilation of ip6tables matches/targets
This changes the type of arguments as follows - ip6t_ip6 * -> void * - ip6t_entry * -> void *
Diffstat (limited to 'extensions/libip6t_hl.c')
-rw-r--r--extensions/libip6t_hl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/libip6t_hl.c b/extensions/libip6t_hl.c
index 4a4d3c52..58b9fcfd 100644
--- a/extensions/libip6t_hl.c
+++ b/extensions/libip6t_hl.c
@@ -26,7 +26,7 @@ static void help(void)
}
static int parse(int c, char **argv, int invert, unsigned int *flags,
- const struct ip6t_entry *entry, unsigned int *nfcache,
+ const void *entry, unsigned int *nfcache,
struct xt_entry_match **match)
{
struct ip6t_hl_info *info = (struct ip6t_hl_info *) (*match)->data;
@@ -89,7 +89,7 @@ static void final_check(unsigned int flags)
"`--hl-eq', `--hl-lt', `--hl-gt'");
}
-static void print(const struct ip6t_ip6 *ip,
+static void print(const void *ip,
const struct xt_entry_match *match,
int numeric)
{
@@ -105,7 +105,7 @@ static void print(const struct ip6t_ip6 *ip,
printf("HL match HL %s %u ", op[info->mode], info->hop_limit);
}
-static void save(const struct ip6t_ip6 *ip,
+static void save(const void *ip,
const struct xt_entry_match *match)
{
static const char *op[] = {