From 633aaaf0f30a6eb8d59eb066d3e9e9e92bce4fd1 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 10 May 2012 10:29:22 +0200 Subject: Add more CC warning option to debug mode --- lib/ipset_hash_ipport.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ipset_hash_ipport.c') diff --git a/lib/ipset_hash_ipport.c b/lib/ipset_hash_ipport.c index c9c3b60..5e80084 100644 --- a/lib/ipset_hash_ipport.c +++ b/lib/ipset_hash_ipport.c @@ -143,6 +143,7 @@ static struct ipset_type ipset_hash_ipport1 = { .usagefn = ipset_port_usage, }; +void _init(void); void _init(void) { ipset_type_add(&ipset_hash_ipport1); -- cgit v1.2.3