summaryrefslogtreecommitdiffstats
path: root/include/libnfnetlink_log
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnfnetlink_log')
-rw-r--r--include/libnfnetlink_log/libnfnetlink_log.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libnfnetlink_log/libnfnetlink_log.h b/include/libnfnetlink_log/libnfnetlink_log.h
index 4815bf3..d204bce 100644
--- a/include/libnfnetlink_log/libnfnetlink_log.h
+++ b/include/libnfnetlink_log/libnfnetlink_log.h
@@ -16,7 +16,10 @@
struct nfulnl_handle;
struct nfulnl_g_handle;
+extern int nfulnl_errno;
+
extern struct nfnl_handle *nfulnl_nfnlh(struct nfulnl_handle *h);
+extern int nfulnl_fd(struct nfulnl_handle *h);
typedef nfulnl_callback(struct nfulnl_g_handle *gh, struct nfgenmsg *nfmsg,
struct nfattr *nfa[], void *data);