From 8b7c64d6ba156a99008fcd810cba874c73294333 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 15 Apr 2008 11:48:25 +0200 Subject: Remove old functions, constants --- include/ip6tables.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/ip6tables.h') diff --git a/include/ip6tables.h b/include/ip6tables.h index e1539eb2..0bed11f8 100644 --- a/include/ip6tables.h +++ b/include/ip6tables.h @@ -11,16 +11,11 @@ #endif /* IP6T_SO_GET_REVISION_MATCH Old kernel source */ #define ip6tables_rule_match xtables_rule_match -#define ip6tables_match xtables_match -#define ip6tables_target xtables_target #define ip6t_tryload xt_tryload extern int line; /* Your shared library should call one of these. */ -extern void register_match6(struct ip6tables_match *me); -extern void register_target6(struct ip6tables_target *me); - extern int do_command6(int argc, char *argv[], char **table, ip6tc_handle_t *handle); -- cgit v1.2.3