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/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/print.c') diff --git a/lib/print.c b/lib/print.c index 7dd229e..02ffe41 100644 --- a/lib/print.c +++ b/lib/print.c @@ -23,7 +23,7 @@ #include /* ipset set types */ #include /* IPSET_FLAG_ */ #include /* UNUSED */ -#include /* IPSET_ENV_* */ +#include /* IPSET_ENV_* */ #include /* prototypes */ /* Print data (to output buffer). All function must follow snprintf. */ -- cgit v1.2.3