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