diff options
Diffstat (limited to 'extensions/libxt_helper.c')
-rw-r--r-- | extensions/libxt_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_helper.c b/extensions/libxt_helper.c index 9df41630..a8b7c688 100644 --- a/extensions/libxt_helper.c +++ b/extensions/libxt_helper.c @@ -45,7 +45,7 @@ static void helper_save(const void *ip, const struct xt_entry_match *match) xtables_save_string(info->name); } -static int helper_xlate(const struct xt_entry_match *match, +static int helper_xlate(const void *ip, const struct xt_entry_match *match, struct xt_xlate *xl, int numeric) { const struct xt_helper_info *info = (const void *)match->data; |