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-09-23 18:38:11 +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-09-23 18:38:11 +0000
commitbe1f89705bd55d1acc79871927c87205d1220d94 (patch)
tree65c43a23b79b56b355396b317262139c59f204c3 /include/libnfnetlink_log/libnfnetlink_log.h
parentd93b99a911da85f7cf20796843273d723597d088 (diff)
fix header dependencies
Diffstat (limited to 'include/libnfnetlink_log/libnfnetlink_log.h')
-rw-r--r--include/libnfnetlink_log/libnfnetlink_log.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/libnfnetlink_log/libnfnetlink_log.h b/include/libnfnetlink_log/libnfnetlink_log.h
index d204bce..7b725a6 100644
--- a/include/libnfnetlink_log/libnfnetlink_log.h
+++ b/include/libnfnetlink_log/libnfnetlink_log.h
@@ -9,9 +9,9 @@
#ifndef __LIBNFNETLINK_LOG_H
#define __LIBNFNETLINK_LOG_H
-#include <linux/netfilter/nfnetlink.h>
-#include <linux/netfilter/nfnetlink_log.h>
#include <libnfnetlink/libnfnetlink.h>
+//#include <linux/netfilter/nfnetlink.h>
+#include <linux/netfilter/nfnetlink_log.h>
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);