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

netfilter: remove useless prototype

prototype nf_ct_nat_offset is not used anymore.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>

authored by

Taehee Yoo and committed by
Pablo Neira Ayuso
d8ed9600 b408c5b0

-5
-5
include/net/netfilter/nf_conntrack.h
··· 213 213 return nf_ct_delete(ct, 0, 0); 214 214 } 215 215 216 - /* These are for NAT. Icky. */ 217 - extern s32 (*nf_ct_nat_offset)(const struct nf_conn *ct, 218 - enum ip_conntrack_dir dir, 219 - u32 seq); 220 - 221 216 /* Set all unconfirmed conntrack as dying */ 222 217 void nf_ct_unconfirmed_destroy(struct net *); 223 218