]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet6/ipcomp6.h
xnu-2422.115.4.tar.gz
[apple/xnu.git] / bsd / netinet6 / ipcomp6.h
index b0ca0316e66a6ce533655e5dd34c9098fe05f762..41b766614c62b9e01357a4a7ecb1145b076da0b1 100644 (file)
 #ifndef _NETINET6_IPCOMP6_H_
 #define _NETINET6_IPCOMP6_H_
 #include <sys/appleapiopts.h>
+#include <netinet6/ipsec.h>
 
-#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 BSD_KERNEL_PRIVATE
+extern int ipcomp6_input(struct mbuf **, int *, int);
+extern int ipcomp6_output(struct mbuf *, u_char *, struct mbuf *,
+       struct secasvar *);
+#endif /* BSD_KERNEL_PRIVATE */
 
 #endif /*_NETINET6_IPCOMP6_H_*/