X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fnet%2Fnetfilter%2Fnf_nat_core.h;h=58684066388c45750e1f5a21199ccc8a2557670b;hb=b91385236c00031c64b42b44db8068ad38a5ea11;hp=f29eeb9777e0d8282c174c1f00c9a4e9423ce55e;hpb=3db05fea51cdb162cfa8f69e9cfb9e228919d2a9;p=linux-2.6-omap-h63xx.git diff --git a/include/net/netfilter/nf_nat_core.h b/include/net/netfilter/nf_nat_core.h index f29eeb9777e..58684066388 100644 --- a/include/net/netfilter/nf_nat_core.h +++ b/include/net/netfilter/nf_nat_core.h @@ -25,4 +25,12 @@ static inline int nf_nat_initialized(struct nf_conn *ct, else return test_bit(IPS_DST_NAT_DONE_BIT, &ct->status); } + +struct nlattr; + +extern int +(*nfnetlink_parse_nat_setup_hook)(struct nf_conn *ct, + enum nf_nat_manip_type manip, + struct nlattr *attr); + #endif /* _NF_NAT_CORE_H */