From 27b23aaa9cc19deb8520b9c0e82d346898739ffa 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 --- include/libnfnetlink_log/libnfnetlink_log.h | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit v1.2.3