diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-06-26 06:07:04 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-06-26 06:07:04 +0000 |
commit | aada1f29a94fc6875bf68829865906683a6697b5 (patch) | |
tree | 5c1fdcc6c1fc540fd2b5036218c26b4931eec3ea /sbin/isakmpd/pf_key_v2.h | |
parent | 765bffe505b88993ee28536233b1f65b871c7458 (diff) |
Narrow down privsep interface. Move pf_key_v2_open() to monitor.
Work in progress.
ok ho@
Diffstat (limited to 'sbin/isakmpd/pf_key_v2.h')
-rw-r--r-- | sbin/isakmpd/pf_key_v2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/isakmpd/pf_key_v2.h b/sbin/isakmpd/pf_key_v2.h index f6f3711f100..374c07f3d56 100644 --- a/sbin/isakmpd/pf_key_v2.h +++ b/sbin/isakmpd/pf_key_v2.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_key_v2.h,v 1.10 2004/05/23 18:17:56 hshoexer Exp $ */ +/* $OpenBSD: pf_key_v2.h,v 1.11 2004/06/26 06:07:03 hshoexer Exp $ */ /* $EOM: pf_key_v2.h,v 1.4 2000/12/04 04:46:35 angelos Exp $ */ /* @@ -39,6 +39,8 @@ struct proto; struct sa; struct sockaddr; +extern int pf_key_v2_socket; + extern void pf_key_v2_connection_check(char *); extern int pf_key_v2_delete_spi(struct sa *, struct proto *, int); extern int pf_key_v2_enable_sa(struct sa *, struct sa *); |