|
@@ -39,13 +39,13 @@
|
|
#include <net/netfilter/nf_conntrack_extend.h>
|
|
#include <net/netfilter/nf_conntrack_extend.h>
|
|
#include <net/netfilter/nf_conntrack_acct.h>
|
|
#include <net/netfilter/nf_conntrack_acct.h>
|
|
#include <net/netfilter/nf_nat.h>
|
|
#include <net/netfilter/nf_nat.h>
|
|
|
|
+#include <net/netfilter/nf_nat_core.h>
|
|
|
|
|
|
#define NF_CONNTRACK_VERSION "0.5.0"
|
|
#define NF_CONNTRACK_VERSION "0.5.0"
|
|
|
|
|
|
-unsigned int
|
|
|
|
-(*nfnetlink_parse_nat_setup_hook)(struct nf_conn *ct,
|
|
|
|
- enum nf_nat_manip_type manip,
|
|
|
|
- struct nlattr *attr) __read_mostly;
|
|
|
|
|
|
+int (*nfnetlink_parse_nat_setup_hook)(struct nf_conn *ct,
|
|
|
|
+ enum nf_nat_manip_type manip,
|
|
|
|
+ struct nlattr *attr) __read_mostly;
|
|
EXPORT_SYMBOL_GPL(nfnetlink_parse_nat_setup_hook);
|
|
EXPORT_SYMBOL_GPL(nfnetlink_parse_nat_setup_hook);
|
|
|
|
|
|
DEFINE_SPINLOCK(nf_conntrack_lock);
|
|
DEFINE_SPINLOCK(nf_conntrack_lock);
|