netfilter: remove useless prototype
"Linux Kernel Mailing List" <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/d8ed9600581d40d818ae417b3086a333841b0559 Commit: d8ed9600581d40d818ae417b3086a333841b0559 Parent: b408c5b04f82fe4e20bceb8e4f219453d4f21f02 Refname: refs/heads/master Author: Taehee Yoo <[email protected]> AuthorDate: Wed Feb 7 11:50:41 2018 +0900 Committer: Pablo Neira Ayuso <[email protected]> CommitDate: Wed Feb 7 11:54:52 2018 +0100 netfilter: remove useless prototype prototype nf_ct_nat_offset is not used anymore. Signed-off-by: Taehee Yoo <[email protected]> --- include/net/netfilter/nf_conntrack.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/net/netfilter/nf_conntrack.h b/include/net/netfilter/nf_conntrack.h index f5223bf2c420..062dc19b5840 100644 --- a/include/net/netfilter/nf_conntrack.h +++ b/include/net/netfilter/nf_conntrack.h @@ -213,11 +213,6 @@ static inline bool nf_ct_kill(struct nf_conn *ct) return nf_ct_delete(ct, 0, 0); } -/* These are for NAT. Icky. */ -extern s32 (*nf_ct_nat_offset)(const struct nf_conn *ct, - enum ip_conntrack_dir dir, - u32 seq);