diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-07-02 06:58:44 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-07-02 06:58:44 +0000 |
commit | a2bd0f9e13692c448f2992f61a32cfe02c4b13f9 (patch) | |
tree | 6d64c13403cf954640cae9958e8b7084322d3388 /sys/netinet/ip_ipsp.h | |
parent | 69f4a3eb0a9fb6682772f51944902608fd3e436c (diff) |
fix neglected _FLEN's + reserve_spi + output reserved spi's without alg.
correctly.
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 8d7c65e7ae3..e78c964f2f4 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.9 1997/07/01 22:12:52 provos Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.10 1997/07/02 06:58:43 provos Exp $ */ /* * The author of this code is John Ioannidis, ji@tla.org, @@ -143,7 +143,7 @@ extern int encdebug; struct tdb *tdbh[TDB_HASHMOD]; extern struct xformsw xformsw[], *xformswNXFORMSW; -extern u_int32_t reserve_spi(u_int32_t, struct in_addr); +extern u_int32_t reserve_spi(u_int32_t, struct in_addr, int *); extern struct tdb *gettdb(u_int32_t, struct in_addr); extern void puttdb(struct tdb *); extern int tdb_delete(struct tdb *, int); |