From a3acea80edc3688dfbe205983f3c6fb5f57f6526 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Sun, 7 Aug 2005 14:51:43 +0000 Subject: - add declaration of nfulnl_errno variable - add declaration of nfulnl_fd() accessor function --- _log/include/libnfnetlink_log/libnfnetlink_log.h | 3 +++ 1 file changed, 3 insertions(+) (limited to '_log') 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); -- cgit v1.2.3