X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..7ee9d059c4eecf68ae4f8b0fb99ae2471eda79af:/bsd/netinet6/in6_prefix.h?ds=sidebyside diff --git a/bsd/netinet6/in6_prefix.h b/bsd/netinet6/in6_prefix.h index 29a04cff3..fa3567676 100644 --- a/bsd/netinet6/in6_prefix.h +++ b/bsd/netinet6/in6_prefix.h @@ -30,7 +30,7 @@ #include -#ifdef __APPLE_API_PRIVATE +#ifdef KERNEL_PRIVATE struct rr_prefix { struct ifprefix rp_ifpr; LIST_ENTRY(rr_prefix) rp_entry; @@ -85,8 +85,6 @@ LIST_HEAD(rr_prhead, rr_prefix); extern struct rr_prhead rr_prefix; -void in6_rr_timer __P((void *)); -void in6_rr_timer_funneled __P((void *)); -int delete_each_prefix __P((struct rr_prefix *rpp, u_char origin)); +int delete_each_prefix (struct rr_prefix *rpp, u_char origin); -#endif /* __APPLE_API_PRIVATE */ +#endif /* KERNEL_PRIVATE */