From 4e3771f04687657753f2a3666225341a3525f07e Mon Sep 17 00:00:00 2001 From: Bastiaan Bakker 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 8a4c90ec..244db5fe 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