summaryrefslogtreecommitdiffstats
path: root/include/libnetfilter_log
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnetfilter_log')
-rw-r--r--include/libnetfilter_log/libnetfilter_log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libnetfilter_log/libnetfilter_log.h b/include/libnetfilter_log/libnetfilter_log.h
index 99e9402..d0145f4 100644
--- a/include/libnetfilter_log/libnetfilter_log.h
+++ b/include/libnetfilter_log/libnetfilter_log.h
@@ -25,6 +25,7 @@ typedef int nflog_callback(struct nflog_g_handle *gh, struct nfgenmsg *nfmsg,
extern struct nflog_handle *nflog_open(void);
+extern struct nflog_handle *nflog_open_nfnl(struct nfnl_handle *nfnlh);
extern int nflog_close(struct nflog_handle *h);
extern int nflog_bind_pf(struct nflog_handle *h, u_int16_t pf);