From 9307f9476ba20c3f08a5740ce06274a15d85b8c7 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Fri, 7 Oct 2005 22:46:50 +0000 Subject: - Add missing files: include/libnfnetlink_conntrack/Makefile.am and include/Makefile.am. - Rename list_conntrack_handler to callback_handler, IMHO a proper name for such function. - Use new nfnl_open prototype: Now it's got four parameters. - Kill recurrent definition of the structure nfnlhdr: Actually this should go somewhere in libnfnetlink, later. - Ignore utils subdirectory. It contains a testsuite that is currently broken. Yes I know you're aware of it ;) it's on the TODO list. I'll fix later. - ctnl_error now has a nicer definition. - kill some unneeded ctnl_error messages on failure. (Pablo Neira) --- utils/ctnl_test.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/ctnl_test.c') diff --git a/utils/ctnl_test.c b/utils/ctnl_test.c index c4baa7b..5124d22 100644 --- a/utils/ctnl_test.c +++ b/utils/ctnl_test.c @@ -1,5 +1,6 @@ #include #include +#include #include #include @@ -14,6 +15,7 @@ #include +#if 0 static struct ctnl_handle *cth; #if 0 @@ -193,3 +195,4 @@ int main(int argc, char **argv) return 0; } +#endif -- cgit v1.2.3