]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
netfilter: remove useless prototype
authorTaehee Yoo <ap420073@gmail.com>
Wed, 7 Feb 2018 02:50:41 +0000 (11:50 +0900)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 7 Feb 2018 10:54:52 +0000 (11:54 +0100)
prototype nf_ct_nat_offset is not used anymore.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
include/net/netfilter/nf_conntrack.h

index f5223bf2c420a0d21ba167131b07d6ce9daa6b70..062dc19b5840654c49b45a53f887f0990ee31d9a 100644 (file)
@@ -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);
-
 /* Set all unconfirmed conntrack as dying */
 void nf_ct_unconfirmed_destroy(struct net *);