summaryrefslogtreecommitdiffstats
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
commita3acea80edc3688dfbe205983f3c6fb5f57f6526 (patch)
treece02de9cd8a95b4e391a55bcf217ab6b19443683
parenta8d594626fbf05d27634d8372cccb272bc470652 (diff)
- add declaration of nfulnl_errno variable
- add declaration of nfulnl_fd() accessor function
-rw-r--r--_log/include/libnfnetlink_log/libnfnetlink_log.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/_log/include/libnfnetlink_log/libnfnetlink_log.h b/_log/include/libnfnetlink_log/libnfnetlink_log.h
index 4815bf3..d204bce 100644
--- a/_log/include/libnfnetlink_log/libnfnetlink_log.h
+++ b/_log/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);