Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yue Haibing and committed by
Florian Westphal
61e9ab29 172af3ea

-4
-4
include/linux/netfilter/nf_conntrack_h323.h
··· 34 34 int get_h225_addr(struct nf_conn *ct, unsigned char *data, 35 35 TransportAddress *taddr, union nf_inet_addr *addr, 36 36 __be16 *port); 37 - void nf_conntrack_h245_expect(struct nf_conn *new, 38 - struct nf_conntrack_expect *this); 39 - void nf_conntrack_q931_expect(struct nf_conn *new, 40 - struct nf_conntrack_expect *this); 41 37 42 38 struct nfct_h323_nat_hooks { 43 39 int (*set_h245_addr)(struct sk_buff *skb, unsigned int protoff,