X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/fe8ab488e9161c46dd9885d58fc52996dc0249ff..813fb2f63a553c957e917ede5f119b021d6ce391:/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);