aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_nat_core.h
diff options
context:
space:
mode:
authorYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>2007-07-07 22:22:33 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-07-10 22:17:16 -0700
commit4ba887790ce2015e8c464809c0be902fb813ad15 (patch)
tree0373b274e64a4b70415cd59f2cb6270762aa55b4 /include/net/netfilter/nf_nat_core.h
parent[NETFILTER]: x_tables: mark matches and targets __read_mostly (diff)
downloadlinux-dev-4ba887790ce2015e8c464809c0be902fb813ad15.tar.xz
linux-dev-4ba887790ce2015e8c464809c0be902fb813ad15.zip
[NETFILTER]: nf_nat: move NAT declarations from nf_conntrack_ipv4.h to nf_nat.h
Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/net/netfilter/nf_nat_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netfilter/nf_nat_core.h b/include/net/netfilter/nf_nat_core.h
index 9778ffa93440..c3cd127ba4bb 100644
--- a/include/net/netfilter/nf_nat_core.h
+++ b/include/net/netfilter/nf_nat_core.h
@@ -2,6 +2,7 @@
#define _NF_NAT_CORE_H
#include <linux/list.h>
#include <net/netfilter/nf_conntrack.h>
+#include <net/netfilter/nf_nat.h>
/* This header used to share core functionality between the standalone
NAT module, and the compatibility layer's use of NAT for masquerading. */