summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/pf_key_v2.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-05 00:50:32 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-05 00:50:32 +0000
commitebdfc749736d307ec24fd1ac74296c887bbbf9c7 (patch)
tree8b8494d233c27b63dc293e4dd5f4ec39b8c6f24e /sbin/isakmpd/pf_key_v2.h
parent7828c00c8fff3fd00463a142703321d150aa3587 (diff)
Change set_spi prototype.
Diffstat (limited to 'sbin/isakmpd/pf_key_v2.h')
-rw-r--r--sbin/isakmpd/pf_key_v2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/pf_key_v2.h b/sbin/isakmpd/pf_key_v2.h
index d422c3bbb3d..1ee4050ab74 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.5 2001/02/24 03:59:56 angelos Exp $ */
+/* $OpenBSD: pf_key_v2.h,v 1.6 2001/05/05 00:50:31 angelos Exp $ */
/* $EOM: pf_key_v2.h,v 1.4 2000/12/04 04:46:35 angelos Exp $ */
/*
@@ -55,6 +55,6 @@ extern int pf_key_v2_group_spis (struct sa *, struct proto *, struct proto *,
int);
extern void pf_key_v2_handler (int);
extern int pf_key_v2_open (void);
-extern int pf_key_v2_set_spi (struct sa *, struct proto *, int);
+extern int pf_key_v2_set_spi (struct sa *, struct proto *, int, struct sa *);
#endif /* _PF_KEY_V2_H_ */