diff options
author | Florian Westphal <fw@strlen.de> | 2009-03-18 12:30:50 -0400 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2009-03-18 12:30:50 -0400 |
commit | 711d60a9e7f88e394ccca10f5fc83f95f0cea5b1 (patch) | |
tree | 0ee2cb8996f97df224036c3825a68c9550080a5d /include/net | |
parent | cd91566e4bdbcb8841385e4b2eacc8d0c29c9208 (diff) |
netfilter: remove nf_ct_l4proto_find_get/nf_ct_l4proto_put
users have been moved to __nf_ct_l4proto_find.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netfilter/nf_conntrack_l4proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/netfilter/nf_conntrack_l4proto.h b/include/net/netfilter/nf_conntrack_l4proto.h index 16ab604659e7..b01070bf2f84 100644 --- a/include/net/netfilter/nf_conntrack_l4proto.h +++ b/include/net/netfilter/nf_conntrack_l4proto.h | |||
@@ -98,11 +98,6 @@ extern struct nf_conntrack_l4proto nf_conntrack_l4proto_generic; | |||
98 | extern struct nf_conntrack_l4proto * | 98 | extern struct nf_conntrack_l4proto * |
99 | __nf_ct_l4proto_find(u_int16_t l3proto, u_int8_t l4proto); | 99 | __nf_ct_l4proto_find(u_int16_t l3proto, u_int8_t l4proto); |
100 | 100 | ||
101 | extern struct nf_conntrack_l4proto * | ||
102 | nf_ct_l4proto_find_get(u_int16_t l3proto, u_int8_t protocol); | ||
103 | |||
104 | extern void nf_ct_l4proto_put(struct nf_conntrack_l4proto *p); | ||
105 | |||
106 | /* Protocol registration. */ | 101 | /* Protocol registration. */ |
107 | extern int nf_conntrack_l4proto_register(struct nf_conntrack_l4proto *proto); | 102 | extern int nf_conntrack_l4proto_register(struct nf_conntrack_l4proto *proto); |
108 | extern void nf_conntrack_l4proto_unregister(struct nf_conntrack_l4proto *proto); | 103 | extern void nf_conntrack_l4proto_unregister(struct nf_conntrack_l4proto *proto); |