diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-08-07 17:25:26 +0300 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2023-08-08 14:02:01 +0300 |
commit | 61e9ab294b39e5e7c040884b65d06f52e06ac40f (patch) | |
tree | 5a584ee28045f809561ad1871c3b6298ff06fda6 /include/linux/netfilter | |
parent | 172af3eab05f096122d7c239ab9a11b38b5e5c90 (diff) | |
download | linux-61e9ab294b39e5e7c040884b65d06f52e06ac40f.tar.xz |
netfilter: h323: Remove unused function declarations
Commit f587de0e2feb ("[NETFILTER]: nf_conntrack/nf_nat: add H.323 helper port")
declared but never implemented these.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/linux/netfilter')
-rw-r--r-- | include/linux/netfilter/nf_conntrack_h323.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/netfilter/nf_conntrack_h323.h b/include/linux/netfilter/nf_conntrack_h323.h index 9e937f64a1ad..81286c499325 100644 --- a/include/linux/netfilter/nf_conntrack_h323.h +++ b/include/linux/netfilter/nf_conntrack_h323.h @@ -34,10 +34,6 @@ struct nf_ct_h323_master { int get_h225_addr(struct nf_conn *ct, unsigned char *data, TransportAddress *taddr, union nf_inet_addr *addr, __be16 *port); -void nf_conntrack_h245_expect(struct nf_conn *new, - struct nf_conntrack_expect *this); -void nf_conntrack_q931_expect(struct nf_conn *new, - struct nf_conntrack_expect *this); struct nfct_h323_nat_hooks { int (*set_h245_addr)(struct sk_buff *skb, unsigned int protoff, |