X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..316670eb35587141e969394ae8537d66b9211e80:/bsd/netinet6/mld6_var.h diff --git a/bsd/netinet6/mld6_var.h b/bsd/netinet6/mld6_var.h index 7652cdca9..7ccbcbf0b 100644 --- a/bsd/netinet6/mld6_var.h +++ b/bsd/netinet6/mld6_var.h @@ -237,6 +237,7 @@ extern void mld_slowtimo(void); extern void mld_init(void); extern void mli_addref(struct mld_ifinfo *, int); extern void mli_remref(struct mld_ifinfo *); +__private_extern__ void mld6_initsilent(struct ifnet *, struct mld_ifinfo *); #ifdef SYSCTL_DECL SYSCTL_DECL(_net_inet6_mld);