summaryrefslogtreecommitdiff
path: root/iptables.h
diff options
context:
space:
mode:
Diffstat (limited to 'iptables.h')
-rw-r--r--iptables.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/iptables.h b/iptables.h
index 1d98b76..a2c733d 100644
--- a/iptables.h
+++ b/iptables.h
@@ -32,9 +32,6 @@
#include "options.h"
-#define FW3_ID_MAGIC 0x66773300 /* 'f' 'w' '3' */
-#define FW3_ID_MASK 0xffffff00
-
/* xtables interface */
#if (XTABLES_VERSION_CODE == 10 || XTABLES_VERSION_CODE == 11)
# include "xtables-10.h"
@@ -76,8 +73,6 @@ struct fw3_ipt_rule {
struct xtables_rule_match *matches;
struct xtables_target *target;
- int id;
-
int argc;
char **argv;