From 617d3d140f4739558dce2ef8ed01aef251cf5487 Mon Sep 17 00:00:00 2001 From: Jamal Hadi Salim Date: Wed, 11 Feb 2009 16:28:31 -0500 Subject: libxtables: set names of programs Set proper name of application. Signed-off-by: Jamal Hadi Salim --- include/ip6tables.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ip6tables.h') diff --git a/include/ip6tables.h b/include/ip6tables.h index 86587e6f..ca0f9a05 100644 --- a/include/ip6tables.h +++ b/include/ip6tables.h @@ -15,4 +15,6 @@ extern int flush_entries(const ip6t_chainlabel chain, int verbose, struct ip6tc_ 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 struct xtables_globals ip6tables_globals; + #endif /*_IP6TABLES_USER_H*/ -- cgit v1.2.3