X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/91447636331957f3d9b5ca5b508f07c526b0074d..0b4c1975fb5e4eccf1012a35081f7e7799b81046:/bsd/netinet6/ipcomp.h diff --git a/bsd/netinet6/ipcomp.h b/bsd/netinet6/ipcomp.h index 41ab61b85..d584de236 100644 --- a/bsd/netinet6/ipcomp.h +++ b/bsd/netinet6/ipcomp.h @@ -37,6 +37,7 @@ #ifndef _NETINET6_IPCOMP_H_ #define _NETINET6_IPCOMP_H_ #include +#include struct ipcomp { u_int8_t comp_nxt; /* Next Header */ @@ -63,8 +64,8 @@ struct ipcomp_algorithm { struct ipsecrequest; extern const struct ipcomp_algorithm *ipcomp_algorithm_lookup(int); extern void ipcomp4_input(struct mbuf *, int); -extern int ipcomp4_output(struct mbuf *, struct ipsecrequest *); -#endif KERNEL_PRIVATE -#endif KERNEL +extern int ipcomp4_output(struct mbuf *, struct secasvar *); +#endif /* KERNEL_PRIVATE */ +#endif /* KERNEL */ -#endif _NETINET6_IPCOMP_H_ +#endif /* _NETINET6_IPCOMP_H_ */