]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/mptcp_opt.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / netinet / mptcp_opt.h
index 8c925b9b9b3f6c0658d1cedc933a19b2ebbf969a..a9450dee9d0f17ec3a852f80eab325498093033a 100644 (file)
@@ -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);