From 55fdd96e331e920ee62bd816a572ac24f6dcd1ae Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 18 Oct 2018 17:27:49 +0200 Subject: Library reworked to support embedding ipset completely The ipset library is rewritten/extended to support embedding ipset, so that sets can fully be managed without calling the ipset binary. The ipset binary relies completely on the new library. The libipset.3 manpage was written about the library functions and usage. Signed-off-by: Jozsef Kadlecsik --- lib/ipset_hash_ipportip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ipset_hash_ipportip.c') diff --git a/lib/ipset_hash_ipportip.c b/lib/ipset_hash_ipportip.c index c7fc153..b8e14a8 100644 --- a/lib/ipset_hash_ipportip.c +++ b/lib/ipset_hash_ipportip.c @@ -7,7 +7,7 @@ #include /* IPSET_OPT_* */ #include /* parser functions */ #include /* printing functions */ -#include /* ipset_port_usage */ +#include /* ipset_port_usage */ #include /* prototypes */ /* SCTP and UDPLITE support */ -- cgit v1.2.3