summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-03-12 18:26:43 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-03-12 18:26:43 +0100
commit6dbdb4e2ab4f83d6eccba2283bd8bb4b3cbc447a (patch)
tree7d5a0ea003c8a41697eddbe800b0fbbd4282abbd
parent816cc57a6f17b7abb8f2958f191ba26a0e21c708 (diff)
Missing prototype added in ipset_hash_ipmac.c (debugging)
-rw-r--r--lib/ipset_hash_ipmac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ipset_hash_ipmac.c b/lib/ipset_hash_ipmac.c
index 4a2f3d3..8b34a10 100644
--- a/lib/ipset_hash_ipmac.c
+++ b/lib/ipset_hash_ipmac.c
@@ -159,6 +159,7 @@ static struct ipset_type ipset_hash_ipmac0 = {
.description = "Initial revision",
};
+void _init(void);
void _init(void)
{
ipset_type_add(&ipset_hash_ipmac0);