X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..ca66cea69e6e866fd781ae2260d9474bdd48f2ca:/bsd/netinet6/ipcomp6.h?ds=inline diff --git a/bsd/netinet6/ipcomp6.h b/bsd/netinet6/ipcomp6.h index b0ca0316e..fa72e314e 100644 --- a/bsd/netinet6/ipcomp6.h +++ b/bsd/netinet6/ipcomp6.h @@ -37,13 +37,12 @@ #ifndef _NETINET6_IPCOMP6_H_ #define _NETINET6_IPCOMP6_H_ #include +#include -#ifdef KERNEL -#ifdef __APPLE_API_PRIVATE -extern int ipcomp6_input __P((struct mbuf **, int *)); -extern int ipcomp6_output __P((struct mbuf *, u_char *, struct mbuf *, - struct ipsecrequest *)); -#endif /* __APPLE_API_PRIVATE */ -#endif /*KERNEL*/ +#ifdef KERNEL_PRIVATE +extern int ipcomp6_input(struct mbuf **, int *); +extern int ipcomp6_output(struct mbuf *, u_char *, struct mbuf *, + struct secasvar *); +#endif KERNEL_PRIVATE #endif /*_NETINET6_IPCOMP6_H_*/