From a7fe909a8dc297ad15c24624be7711b343e15fac Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Sun, 27 May 2001 05:17:08 +0000 Subject: Remove ipsp_copy_ident() prototype. --- sys/netinet/ip_ipsp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys') 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 */ -- cgit v1.2.3