summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/pf_key_v2.h
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2001-06-29 19:08:13 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2001-06-29 19:08:13 +0000
commitbb633e3310ee6aaa4d1a1fee4f2b9dc7e22daf76 (patch)
tree95fb94834996c6c12bd801acc82210a20615b44b /sbin/isakmpd/pf_key_v2.h
parent9b1cd4b782681b4130d746d3ed6f4efbaeaa89ca (diff)
Get rid of redundant lengths in get_spi API.
Diffstat (limited to 'sbin/isakmpd/pf_key_v2.h')
-rw-r--r--sbin/isakmpd/pf_key_v2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/pf_key_v2.h b/sbin/isakmpd/pf_key_v2.h
index 1ee4050ab74..8b1949532ce 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.6 2001/05/05 00:50:31 angelos Exp $ */
+/* $OpenBSD: pf_key_v2.h,v 1.7 2001/06/29 19:08:11 ho Exp $ */
/* $EOM: pf_key_v2.h,v 1.4 2000/12/04 04:46:35 angelos Exp $ */
/*
@@ -49,8 +49,8 @@ extern int pf_key_v2_delete_spi (struct sa *, struct proto *, int);
extern int pf_key_v2_enable_sa (struct sa *, struct sa *);
extern int pf_key_v2_enable_spi (in_addr_t, in_addr_t, in_addr_t, in_addr_t,
u_int8_t *, u_int8_t, in_addr_t);
-extern u_int8_t *pf_key_v2_get_spi (size_t *, u_int8_t, struct sockaddr *, int,
- struct sockaddr *, int, u_int32_t);
+extern u_int8_t *pf_key_v2_get_spi (size_t *, u_int8_t, struct sockaddr *,
+ struct sockaddr *, u_int32_t);
extern int pf_key_v2_group_spis (struct sa *, struct proto *, struct proto *,
int);
extern void pf_key_v2_handler (int);