From bcb050f53be6d3c7d556ccf965c53d74db61bf9e Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Thu, 1 Jun 2000 04:24:27 +0000 Subject: ipsp_acquire_sa() --- sys/netinet/ip_ipsp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/netinet/ip_ipsp.h') diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h index 6c817faaceb..1b090276788 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.65 2000/06/01 04:01:54 angelos Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.66 2000/06/01 04:24:26 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -558,5 +558,6 @@ extern int ipsp_process_packet(struct mbuf *, struct tdb *, int, int); extern int ipsp_process_done(struct mbuf *, struct tdb *); extern struct tdb *ipsp_spd_lookup(struct mbuf *, int, int, int *); extern int ipsec_common_input_cb(struct mbuf *, struct tdb *, int, int); +extern int ipsp_acquire_sa(struct tdb *); #endif /* _KERNEL */ #endif /* _NETINET_IPSP_H_ */ -- cgit v1.2.3