From 1c9015b2cb483678f153121255e10ec0bbfde3e6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 10 Nov 2008 17:00:41 +0100 Subject: libiptc: remove indirections Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- include/ip6tables.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/ip6tables.h') diff --git a/include/ip6tables.h b/include/ip6tables.h index 9e264553..1956cf06 100644 --- a/include/ip6tables.h +++ b/include/ip6tables.h @@ -19,9 +19,9 @@ extern int line; extern int do_command6(int argc, char *argv[], char **table, struct ip6tc_handle **handle); -extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, struct ip6tc_handle **), int verbose, int builtinstoo, struct ip6tc_handle **handle); -extern int flush_entries(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle **handle); -extern int delete_chain(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle **handle); -void print_rule(const struct ip6t_entry *e, struct ip6tc_handle **h, const char *chain, int counters); +extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, struct ip6tc_handle *), int verbose, int builtinstoo, struct ip6tc_handle *handle); +extern int flush_entries(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle *handle); +extern int delete_chain(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle *handle); +void print_rule(const struct ip6t_entry *e, struct ip6tc_handle *h, const char *chain, int counters); #endif /*_IP6TABLES_USER_H*/ -- cgit v1.2.3