summaryrefslogtreecommitdiffstats
path: root/include/libnfnetlink_log/libnfnetlink_log.h
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-08-07 14:51:43 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-08-07 14:51:43 +0000
commit27b23aaa9cc19deb8520b9c0e82d346898739ffa (patch)
tree167d39598f0a91b844c79593722646053217b35f /include/libnfnetlink_log/libnfnetlink_log.h
parent8590863ddb84d7fa3faedcfb6000ad92e6bbe3ea (diff)
- add declaration of nfulnl_errno variable
- add declaration of nfulnl_fd() accessor function
Diffstat (limited to 'include/libnfnetlink_log/libnfnetlink_log.h')
-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);