]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet6/tcp6_var.h
xnu-517.tar.gz
[apple/xnu.git] / bsd / netinet6 / tcp6_var.h
index 8e1fce90a42e5b205a62b913ff80873e088e8d05..286307c32fd84b429fe175a88fafabfe9387cf7c 100644 (file)
@@ -80,7 +80,7 @@ extern        int tcp_v6mssdflt;      /* XXX */
 struct ip6_hdr;
 void   tcp6_ctlinput __P((int, struct sockaddr *, void *));
 void   tcp6_init __P((void));
-int    tcp6_input __P((struct mbuf **, int *, int));
+int    tcp6_input __P((struct mbuf **, int *));
 struct rtentry *tcp_rtlookup6 __P((struct inpcb *));
 
 extern struct  pr_usrreqs tcp6_usrreqs;