summaryrefslogtreecommitdiffstats
path: root/include/libarptc/libarptc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libarptc/libarptc.h')
-rw-r--r--include/libarptc/libarptc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libarptc/libarptc.h b/include/libarptc/libarptc.h
index b7d3d36..e4f1175 100644
--- a/include/libarptc/libarptc.h
+++ b/include/libarptc/libarptc.h
@@ -21,6 +21,11 @@ typedef char arpt_chainlabel[32];
#define ARPTC_LABEL_QUEUE "QUEUE"
#define ARPTC_LABEL_RETURN "RETURN"
+
+/* NF_ARP_NUMHOOKS is different on 2.4 and 2.6; hack to support both */
+extern int RUNTIME_NF_ARP_NUMHOOKS; /* boy, this is dirty */
+
+
/* Transparent handle type. */
typedef struct arptc_handle *arptc_handle_t;