]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet6/ah6.h
xnu-1699.24.23.tar.gz
[apple/xnu.git] / bsd / netinet6 / ah6.h
index 1525e3fc5ecbf29c16a7e08c6eaab45a2756de92..688f946d5076e6d6ae32808465f6102a863ac504 100644 (file)
@@ -41,9 +41,9 @@
 #ifdef KERNEL_PRIVATE
 struct secasvar;
 
-extern int ah6_input(struct mbuf **, int *);
+extern int ah6_input(struct mbuf **, int *, int);
 extern int ah6_output(struct mbuf *, u_char *, struct mbuf *,
-       struct ipsecrequest *);
+       struct secasvar *);
 extern int ah6_calccksum(struct mbuf *, caddr_t, size_t,
        const struct ah_algorithm *, struct secasvar *);