diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-06-01 04:24:27 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-06-01 04:24:27 +0000 |
commit | bcb050f53be6d3c7d556ccf965c53d74db61bf9e (patch) | |
tree | 321cc8fad51f841c0bc62a2cbcf33352867e58f4 /sys/netinet/ip_ipsp.h | |
parent | b23208f065656c780138641afaea8bf06c5f2db0 (diff) |
ipsp_acquire_sa()
Diffstat (limited to 'sys/netinet/ip_ipsp.h')
-rw-r--r-- | sys/netinet/ip_ipsp.h | 3 |
1 files changed, 2 insertions, 1 deletions
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_ */ |