diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-05-25 17:10:27 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-05-25 17:10:27 +0000 |
commit | 4eb61071299ce7d3f774c24c01938c6dac25442b (patch) | |
tree | fcb55f20ff0f4cd5c0b605c5a477f7f1c97c3573 /sbin/ipsecctl/ipsecctl.h | |
parent | c1c699a3751f3de69a497a5e1f79fd1f7c964887 (diff) |
prepare for new sysctl interface, not used yet
Diffstat (limited to 'sbin/ipsecctl/ipsecctl.h')
-rw-r--r-- | sbin/ipsecctl/ipsecctl.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/ipsecctl/ipsecctl.h b/sbin/ipsecctl/ipsecctl.h index e8fef4fec6b..2a7be598c06 100644 --- a/sbin/ipsecctl/ipsecctl.h +++ b/sbin/ipsecctl/ipsecctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecctl.h,v 1.3 2005/05/23 20:25:54 kjell Exp $ */ +/* $OpenBSD: ipsecctl.h,v 1.4 2005/05/25 17:10:26 hshoexer Exp $ */ /* * Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * @@ -81,8 +81,5 @@ struct ipsecctl { int parse_rules(FILE *, struct ipsecctl *); int ipsecctl_add_rule(struct ipsecctl * ipsec, struct ipsec_rule *); void ipsecctl_get_rules(struct ipsecctl *); -int pfkey_ipsec_establish(struct ipsec_rule *); -int pfkey_ipsec_flush(void); -int pfkey_init(void); #endif /* _IPSECCTL_H_ */ |