From 376f3ffd32f2c181cfae27d6c94bd854a75aad7c Mon Sep 17 00:00:00 2001 From: kadlec Date: Fri, 25 Jun 2004 11:18:57 +0000 Subject: Bastiaan Bakker's patch to combine iptables, iptables-save and iptables-restore for size reduction applied --- iptables-standalone.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'iptables-standalone.c') diff --git a/iptables-standalone.c b/iptables-standalone.c index 8a4c90e..244db5f 100644 --- a/iptables-standalone.c +++ b/iptables-standalone.c @@ -37,8 +37,13 @@ #include #include +#ifdef IPTABLES_MULTI +int +iptables_main(int argc, char *argv[]) +#else int main(int argc, char *argv[]) +#endif { int ret; char *table = "filter"; -- cgit v1.2.3