X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fnet%2Fnetfilter%2Fnf_conntrack_synproxy.h;h=f572f313d6f1e0d7ae61f345b9aeb15a7dfea0a2;hb=f4a87e7bd2eaef26a3ca25437ce8b807de2966ad;hp=806f54a290d60476e0e25193d3565b611febece3;hpb=d1ee4fea0b6946dd8bc61b46db35ea80af7af34b;p=~andy%2Flinux diff --git a/include/net/netfilter/nf_conntrack_synproxy.h b/include/net/netfilter/nf_conntrack_synproxy.h index 806f54a290d..f572f313d6f 100644 --- a/include/net/netfilter/nf_conntrack_synproxy.h +++ b/include/net/netfilter/nf_conntrack_synproxy.h @@ -56,7 +56,7 @@ struct synproxy_options { struct tcphdr; struct xt_synproxy_info; -extern void synproxy_parse_options(const struct sk_buff *skb, unsigned int doff, +extern bool synproxy_parse_options(const struct sk_buff *skb, unsigned int doff, const struct tcphdr *th, struct synproxy_options *opts); extern unsigned int synproxy_options_size(const struct synproxy_options *opts);