X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/13f56ec4e58bf8687e2a68032c093c0213dd519b..316670eb35587141e969394ae8537d66b9211e80:/bsd/netinet6/scope6_var.h diff --git a/bsd/netinet6/scope6_var.h b/bsd/netinet6/scope6_var.h index d028aefb8..300e8228c 100644 --- a/bsd/netinet6/scope6_var.h +++ b/bsd/netinet6/scope6_var.h @@ -82,7 +82,7 @@ int scope6_get_default(u_int32_t *); u_int32_t scope6_in6_addrscope(struct in6_addr *); u_int32_t scope6_addr2default(struct in6_addr *); int sa6_embedscope (struct sockaddr_in6 *, int); -int sa6_recoverscope (struct sockaddr_in6 *); +int sa6_recoverscope (struct sockaddr_in6 *, boolean_t); int in6_setscope (struct in6_addr *, struct ifnet *, u_int32_t *); int in6_clearscope (struct in6_addr *); extern void rtkey_to_sa6(struct rtentry *, struct sockaddr_in6 *);