From 622554ad2d348a532e3e529525f0617fd814ccc4 Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Thu, 9 Dec 1999 10:11:12 +0000 Subject: Add v4/v6 wrapper routine definitions. --- sys/netinet/ip_ah.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/netinet/ip_ah.h b/sys/netinet/ip_ah.h index e822d592c1d..bebee36834c 100644 --- a/sys/netinet/ip_ah.h +++ b/sys/netinet/ip_ah.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ah.h,v 1.18 1999/12/07 08:57:59 angelos Exp $ */ +/* $OpenBSD: ip_ah.h,v 1.19 1999/12/09 10:11:11 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -102,6 +102,10 @@ void ah_input __P((struct mbuf *, ...)); int ah_output __P((struct mbuf *, struct tdb *, struct mbuf **)); int ah_sysctl __P((int *, u_int, void *, size_t *, void *, size_t)); +#ifdef INET6 +void ah6_input __P((struct mbuf *, ...)); +#endif /* INET6 */ + extern int ah_enable; struct ahstat ahstat; #endif /* _KERNEL */ -- cgit v1.2.3