aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2010-10-04 20:53:18 +0200
committerPatrick McHardy <kaber@trash.net>2010-10-04 20:53:18 +0200
commit0c200d935346fe0ebde9b6dffbb683dddd166fb9 (patch)
treea880c12f3f68fd3abefd86bea8d445cab3c3c876 /include/net
parent758ff03387228824617cef9507e5682488bf9e0c (diff)
downloadkernel_samsung_smdk4412-0c200d935346fe0ebde9b6dffbb683dddd166fb9.zip
kernel_samsung_smdk4412-0c200d935346fe0ebde9b6dffbb683dddd166fb9.tar.gz
kernel_samsung_smdk4412-0c200d935346fe0ebde9b6dffbb683dddd166fb9.tar.bz2
netfilter: nf_nat: make find/put static
The functions nf_nat_proto_find_get and nf_nat_proto_put are only used internally in nf_nat_core. This might break some out of tree NAT module. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/netfilter/nf_nat_protocol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/netfilter/nf_nat_protocol.h b/include/net/netfilter/nf_nat_protocol.h
index df17bac..93cc90d 100644
--- a/include/net/netfilter/nf_nat_protocol.h
+++ b/include/net/netfilter/nf_nat_protocol.h
@@ -45,9 +45,6 @@ struct nf_nat_protocol {
extern int nf_nat_protocol_register(const struct nf_nat_protocol *proto);
extern void nf_nat_protocol_unregister(const struct nf_nat_protocol *proto);
-extern const struct nf_nat_protocol *nf_nat_proto_find_get(u_int8_t protocol);
-extern void nf_nat_proto_put(const struct nf_nat_protocol *proto);
-
/* Built-in protocols. */
extern const struct nf_nat_protocol nf_nat_protocol_tcp;
extern const struct nf_nat_protocol nf_nat_protocol_udp;