X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/c18c124eaa464aaaa5549e99e5a70fc9cbb50944..3e170ce000f1506b7b5d2c5c7faec85ceabb573d:/bsd/netinet/mptcp_opt.h diff --git a/bsd/netinet/mptcp_opt.h b/bsd/netinet/mptcp_opt.h index 8c925b9b9..a9450dee9 100644 --- a/bsd/netinet/mptcp_opt.h +++ b/bsd/netinet/mptcp_opt.h @@ -41,7 +41,7 @@ #define MPTCP_CAPABLE_RETRIES (2) __BEGIN_DECLS -extern int tcp_do_mptcp_options(struct tcpcb *, u_char *, struct tcphdr *, +extern void tcp_do_mptcp_options(struct tcpcb *, u_char *, struct tcphdr *, struct tcpopt *, int); extern unsigned mptcp_setup_syn_opts(struct socket *, int, u_char*, unsigned); extern unsigned mptcp_setup_join_ack_opts(struct tcpcb *, u_char*, unsigned);