From ea27bb406e3d8fe9466ba274af38e6f540ff5bfc Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Sun, 3 Jun 2012 08:49:55 +0200 Subject: Imported Upstream version 1.2.1 --- include/log.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/log.h (limited to 'include/log.h') diff --git a/include/log.h b/include/log.h new file mode 100644 index 0000000..ae58e79 --- /dev/null +++ b/include/log.h @@ -0,0 +1,15 @@ +#ifndef _LOG_H_ +#define _LOG_H_ + +#include + +struct nf_conntrack; +struct nf_expect; + +int init_log(void); +void dlog(int priority, const char *format, ...); +void dlog_ct(FILE *fd, struct nf_conntrack *ct, unsigned int type); +void dlog_exp(FILE *fd, struct nf_expect *exp, unsigned int type); +void close_log(void); + +#endif -- cgit v1.2.3