From 07a3a6fe92c98e251a464a5744421ce211030003 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Wed, 16 Apr 2008 15:37:39 +0000 Subject: add more verbose error notification when the injection of a conntrack fails --- include/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/log.h') diff --git a/include/log.h b/include/log.h index b258633..f5c5b4f 100644 --- a/include/log.h +++ b/include/log.h @@ -7,7 +7,7 @@ struct nf_conntrack; int init_log(void); void dlog(int priority, const char *format, ...); -void dlog_ct(struct nf_conntrack *ct); +void dlog_ct(FILE *fd, struct nf_conntrack *ct, unsigned int type); void close_log(void); #endif -- cgit v1.2.3