summaryrefslogtreecommitdiffstats
path: root/userspace/arptables/include/arptables.h
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-12-30 17:29:23 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-12-30 17:29:23 +0000
commit8866448fc89fa185fbad13a7741414846f6a70dd (patch)
tree267f32e2236e8600feeccaad9bb8930d6b1abad9 /userspace/arptables/include/arptables.h
parent5da03759003eb649b6577a3a8855263b571f29a3 (diff)
Riccardo Murri <murri_at_dmmm.uniroma1.it>: introduce RUNTIME_NF_ARP_NUMHOOKS so arptables can be compiled straight from CVS + add DESTDIR option
Diffstat (limited to 'userspace/arptables/include/arptables.h')
-rw-r--r--userspace/arptables/include/arptables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/userspace/arptables/include/arptables.h b/userspace/arptables/include/arptables.h
index ed4a549..820b664 100644
--- a/userspace/arptables/include/arptables.h
+++ b/userspace/arptables/include/arptables.h
@@ -115,8 +115,6 @@ 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);