summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-10 04:28:45 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-10 04:28:45 +0000
commit2f9a36523d29271d7c39979bf02f1d647fa16ee9 (patch)
treeae5a289e1ad3de4c0025ecbc0c6ca48a67cbe2cb
parent6c12d7bbbcc0c79661bd849489409901c0c1ff9f (diff)
externalize pfkeyv2_acquire()
-rw-r--r--sys/net/pfkeyv2.h1
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 */