]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet6/ipcomp.h
xnu-1504.9.17.tar.gz
[apple/xnu.git] / bsd / netinet6 / ipcomp.h
index 8d17dc7deec859cd4d2ffa43c0e2b0f4cdeca6d7..d584de23635ddbff8189f9d833a9fcefcf66bf66 100644 (file)
@@ -37,6 +37,7 @@
 #ifndef _NETINET6_IPCOMP_H_
 #define _NETINET6_IPCOMP_H_
 #include <sys/appleapiopts.h>
+#include <netinet6/ipsec.h>
 
 struct ipcomp {
        u_int8_t comp_nxt;      /* Next Header */
@@ -63,7 +64,7 @@ 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 *);
+extern int ipcomp4_output(struct mbuf *, struct secasvar *);
 #endif /* KERNEL_PRIVATE */
 #endif /* KERNEL */