From 6cd49745931f42cfe2280bf78e483035c3c5e2e6 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Tue, 15 Apr 2008 12:01:06 +0000 Subject: [PATCH 08/10] Remove old functions, constants --- include/iptables.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/iptables.h') diff --git a/include/iptables.h b/include/iptables.h index 094c64e..e5f8b40 100644 --- a/include/iptables.h +++ b/include/iptables.h @@ -10,16 +10,11 @@ #endif /* IPT_SO_GET_REVISION_MATCH Old kernel source */ #define iptables_rule_match xtables_rule_match -#define iptables_match xtables_match -#define iptables_target xtables_target #define ipt_tryload xt_tryload extern int line; /* Your shared library should call one of these. */ -extern void register_match(struct iptables_match *me); -extern void register_target(struct iptables_target *me); - extern int do_command(int argc, char *argv[], char **table, iptc_handle_t *handle); extern int delete_chain(const ipt_chainlabel chain, int verbose, -- cgit v1.2.3