From 6dbdb4e2ab4f83d6eccba2283bd8bb4b3cbc447a Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sun, 12 Mar 2017 18:26:43 +0100 Subject: Missing prototype added in ipset_hash_ipmac.c (debugging) --- lib/ipset_hash_ipmac.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3