diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-27 05:17:08 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-27 05:17:08 +0000 |
commit | a7fe909a8dc297ad15c24624be7711b343e15fac (patch) | |
tree | 01c26c8aee171628018de5b4d521aedbf7ec42e3 /sys | |
parent | 6d01e4f9292ef4db15a8cbc8a5676024692346b7 (diff) |
Remove ipsp_copy_ident() prototype.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/ip_ipsp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h index 5a0225749be..42a8d903c8a 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.90 2001/05/27 03:48:15 angelos Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.91 2001/05/27 05:17:07 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -593,7 +593,6 @@ extern struct ipsec_acquire *ipsp_pending_acquire(union sockaddr_union *); extern struct ipsec_acquire *ipsec_get_acquire(u_int32_t); extern void ipsp_delete_acquire(struct ipsec_acquire *); extern void ipsp_clear_acquire(struct tdb *); -extern void *ipsp_copy_ident(void *); extern int ipsp_is_unspecified(union sockaddr_union); extern void ipsp_reffree(struct ipsec_ref *); #endif /* _KERNEL */ |