summaryrefslogtreecommitdiffstats
path: root/include/arptables.h
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-10-25 10:18:31 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-10-25 10:18:31 +0000
commit03462993f2b3428e14355ac646f0694609a8b2bf (patch)
treeae1d2fe6db5d83e6051646f9cbd79de143cee470 /include/arptables.h
parent1b0d70ec5ea0e2320a7c4071486099e70a0036d2 (diff)
auto-detect 2.4 or 2.6
Diffstat (limited to 'include/arptables.h')
-rw-r--r--include/arptables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arptables.h b/include/arptables.h
index 820b664..ed4a549 100644
--- a/include/arptables.h
+++ b/include/arptables.h
@@ -115,6 +115,8 @@ struct arptables_target
unsigned int loaded; /* simulate loading so options are merged properly */
};
+extern int NF_ARP_NUMHOOKS; /* boy, this is dirty */
+
/* Your shared library should call one of these. */
extern void register_match(struct arptables_match *me);
extern void register_target(struct arptables_target *me);