summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipsp.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-13 06:02:32 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-13 06:02:32 +0000
commit351697197b1764429063e1db1b2022eb79066667 (patch)
treeba648afa13044698fea7b0fefceaa7b549943a47 /sys/netinet/ip_ipsp.h
parent39f4463bd49d013962ef7b018f035f97e9cd9fdf (diff)
mbuf **, not mbuf * you twit...
Diffstat (limited to 'sys/netinet/ip_ipsp.h')
-rw-r--r--sys/netinet/ip_ipsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h
index e0769b1fc08..4d240bc2b8b 100644
--- a/sys/netinet/ip_ipsp.h
+++ b/sys/netinet/ip_ipsp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.h,v 1.57 2000/01/13 05:03:45 angelos Exp $ */
+/* $OpenBSD: ip_ipsp.h,v 1.58 2000/01/13 06:02:31 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -552,7 +552,7 @@ extern void ipe4_input __P((struct mbuf *, ...));
extern void ip4_input __P((struct mbuf *, ...));
#ifdef INET6
-extern int ip4_input6 __P((struct mbuf *, int *, int));
+extern int ip4_input6 __P((struct mbuf **, int *, int));
#endif /* INET */
/* XF_ETHERIP */