diff options
Diffstat (limited to 'libip6t_NPTV6.h')
-rw-r--r-- | libip6t_NPTV6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libip6t_NPTV6.h b/libip6t_NPTV6.h index d091de6..17b003b 100644 --- a/libip6t_NPTV6.h +++ b/libip6t_NPTV6.h @@ -21,7 +21,7 @@ void NPTV6_help_note(void); -void NPTV6_parse(struct xt_option_call *cb); +void NPTV6_parse_to(const char *orig_arg, struct ip6t_nptv6_info *info); void NPTV6_print(const void *ip, const struct xt_entry_target *target, int numeric); void _init(void); |