summaryrefslogtreecommitdiffstats
path: root/iptables-standalone.c
diff options
context:
space:
mode:
authorkadlec <kadlec>2004-06-25 11:18:57 +0000
committerkadlec <kadlec>2004-06-25 11:18:57 +0000
commit376f3ffd32f2c181cfae27d6c94bd854a75aad7c (patch)
tree09c8ba20c9147ac0d26d883bde436e57d2e4469a /iptables-standalone.c
parent8b18f276429ed76480a0595acad07ce75bca030c (diff)
Bastiaan Bakker's patch to combine iptables, iptables-save and iptables-restore
for size reduction applied
Diffstat (limited to 'iptables-standalone.c')
-rw-r--r--iptables-standalone.c5
1 files changed, 5 insertions, 0 deletions
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 <string.h>
#include <iptables.h>
+#ifdef IPTABLES_MULTI
+int
+iptables_main(int argc, char *argv[])
+#else
int
main(int argc, char *argv[])
+#endif
{
int ret;
char *table = "filter";