From 2de044ebe8b630fe53e9e0ab476dd6da18f7f1f7 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: Fri, 23 Sep 2005 18:38:11 +0000 Subject: fix header dependencies --- _log/include/libnfnetlink_log/libnfnetlink_log.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '_log/include/libnfnetlink_log/libnfnetlink_log.h') diff --git a/_log/include/libnfnetlink_log/libnfnetlink_log.h b/_log/include/libnfnetlink_log/libnfnetlink_log.h index d204bce..7b725a6 100644 --- a/_log/include/libnfnetlink_log/libnfnetlink_log.h +++ b/_log/include/libnfnetlink_log/libnfnetlink_log.h @@ -9,9 +9,9 @@ #ifndef __LIBNFNETLINK_LOG_H #define __LIBNFNETLINK_LOG_H -#include -#include #include +//#include +#include struct nfulnl_handle; struct nfulnl_g_handle; @@ -21,8 +21,8 @@ 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); +typedef int nfulnl_callback(struct nfulnl_g_handle *gh, struct nfgenmsg *nfmsg, + struct nfattr *nfa[], void *data); extern struct nfulnl_handle *nfulnl_open(void); -- cgit v1.2.3