summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipsp.h
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1998-03-18 10:51:39 +0000
committerNiels Provos <provos@cvs.openbsd.org>1998-03-18 10:51:39 +0000
commita6d8f70bf19233fd5127100996bb8f5a26c73e91 (patch)
tree38bf99e0afb8d6d27c9fd768efee6de8efcf610f /sys/netinet/ip_ipsp.h
parent45b9277ac4874cac1fb67c2b0f89bec6f78af51d (diff)
adapt function arguments to get the expected prototype.
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 42c07df7836..013d5581ca0 100644
--- a/sys/netinet/ip_ipsp.h
+++ b/sys/netinet/ip_ipsp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.h,v 1.17 1998/03/18 10:16:29 provos Exp $ */
+/* $OpenBSD: ip_ipsp.h,v 1.18 1998/03/18 10:51:38 provos Exp $ */
/*
* The author of this code is John Ioannidis, ji@tla.org,
@@ -216,7 +216,7 @@ extern int ipe4_zeroize(struct tdb *);
extern int ipe4_output(struct mbuf *, struct sockaddr_encap *, struct tdb *,
struct mbuf **);
extern void ipe4_input __P((struct mbuf *, ...));
-extern void ip4_input __P((struct mbuf *, int));
+extern void ip4_input __P((struct mbuf *, ...));
/* XF_OLD_AH */
extern int ah_old_attach(void);