diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-10 04:28:45 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-10 04:28:45 +0000 |
commit | 2f9a36523d29271d7c39979bf02f1d647fa16ee9 (patch) | |
tree | ae5a289e1ad3de4c0025ecbc0c6ca48a67cbe2cb /sys/net | |
parent | 6c12d7bbbcc0c79661bd849489409901c0c1ff9f (diff) |
externalize pfkeyv2_acquire()
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/pfkeyv2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h index a9ee9df9c7d..920de0116d5 100644 --- a/sys/net/pfkeyv2.h +++ b/sys/net/pfkeyv2.h @@ -252,5 +252,6 @@ int pfkeyv2_init(void); int pfkeyv2_cleanup(void); int pfkeyv2_parsemessage(void *, int, void **); int pfkeyv2_expire(struct tdb *, u_int16_t); +int pfkeyv2_acquire(struct tdb *, int); #endif /* _KERNEL */ #endif /* _NET_PFKEY_V2_H */ |