From: Jozsef Kadlecsik Date: Sun, 12 Mar 2017 17:26:43 +0000 (+0100) Subject: Missing prototype added in ipset_hash_ipmac.c (debugging) X-Git-Tag: v6.32~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6dbdb4e2ab4f83d6eccba2283bd8bb4b3cbc447a;p=ipset Missing prototype added in ipset_hash_ipmac.c (debugging) --- 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);