#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_*/