diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-07 21:49:47 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-07 21:49:47 +0000 |
commit | be8c6ebcc4a12bcc3a044f04617194299790ff99 (patch) | |
tree | 929fc11aeb9858b5abb2acbfbaa0af8446a62ac5 /sbin/ipsecctl/parse.y | |
parent | b5ed5d0bb620bdf2367f781b638108364bd15b42 (diff) |
remove unused prototype, ok todd@
Diffstat (limited to 'sbin/ipsecctl/parse.y')
-rw-r--r-- | sbin/ipsecctl/parse.y | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ipsecctl/parse.y b/sbin/ipsecctl/parse.y index 37aa641c9e8..33012e65365 100644 --- a/sbin/ipsecctl/parse.y +++ b/sbin/ipsecctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.97 2006/06/02 15:43:37 naddy Exp $ */ +/* $OpenBSD: parse.y,v 1.98 2006/06/07 21:49:46 hshoexer Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -157,8 +157,6 @@ struct ipsec_rule *copyrule(struct ipsec_rule *); int validate_sa(u_int32_t, u_int8_t, struct ipsec_transforms *, struct ipsec_key *, struct ipsec_key *, u_int8_t); -int validate_af(struct ipsec_addr_wrap *, - struct ipsec_addr_wrap *); struct ipsec_rule *create_sa(u_int8_t, u_int8_t, struct ipsec_hosts *, u_int32_t, struct ipsec_transforms *, struct ipsec_key *, struct ipsec_key *); |