diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-03-18 10:51:39 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-03-18 10:51:39 +0000 |
commit | a6d8f70bf19233fd5127100996bb8f5a26c73e91 (patch) | |
tree | 38bf99e0afb8d6d27c9fd768efee6de8efcf610f /sys/netinet/ip_ipsp.h | |
parent | 45b9277ac4874cac1fb67c2b0f89bec6f78af51d (diff) |
adapt function arguments to get the expected prototype.
Diffstat (limited to 'sys/netinet/ip_ipsp.h')
-rw-r--r-- | sys/netinet/ip_ipsp.h | 4 |
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); |