aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ip_nat_core.h
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2005-01-16 21:59:11 -0800
committerDavid S. Miller <davem@nuts.davemloft.net>2005-01-16 21:59:11 -0800
commitcd79564003e1b16ebc4090d3a2055e30e08898fc (patch)
tree7eb8c97a610b8184cd81ff968b53fd141f4b41f6 /include/linux/netfilter_ipv4/ip_nat_core.h
parent1ae14212c6e6af2f7ca3522afe03d50084e9be7d (diff)
downloadhistory-cd79564003e1b16ebc4090d3a2055e30e08898fc.tar.gz
[NETFILTER]: Adrian Bunk's cleanup patches
Adrian Bunk's cleanup patch, updated for after all the Rusty patches. The ip_nat_protocol_register/unregister EXPORT_SYMBOLs() stay, as they are used by future patches. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (modified) Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netfilter_ipv4/ip_nat_core.h')
-rw-r--r--include/linux/netfilter_ipv4/ip_nat_core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/netfilter_ipv4/ip_nat_core.h b/include/linux/netfilter_ipv4/ip_nat_core.h
index 4f01f882f2fc6..0ae9a21d9746e 100644
--- a/include/linux/netfilter_ipv4/ip_nat_core.h
+++ b/include/linux/netfilter_ipv4/ip_nat_core.h
@@ -19,9 +19,5 @@ extern int icmp_reply_translation(struct sk_buff **pskb,
unsigned int hooknum,
int dir);
-extern void replace_in_hashes(struct ip_conntrack *conntrack,
- struct ip_nat_info *info);
-extern void place_in_hashes(struct ip_conntrack *conntrack,
- struct ip_nat_info *info);
#endif /* _IP_NAT_CORE_H */