summaryrefslogtreecommitdiff
path: root/sys/net/pfkeyv2.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2002-05-31 01:39:06 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2002-05-31 01:39:06 +0000
commit996641282f6f85a317c92c3228939eaf1af25f1d (patch)
tree3a98d04aa56ad52b224d3f233eb36b71214acfbb /sys/net/pfkeyv2.h
parent6ccb4cfafbe4fc3af9cad8373dfd79649e535dce (diff)
import_flow() prototype
Diffstat (limited to 'sys/net/pfkeyv2.h')
-rw-r--r--sys/net/pfkeyv2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h
index 65a0b369ce5..a8018675eab 100644
--- a/sys/net/pfkeyv2.h
+++ b/sys/net/pfkeyv2.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfkeyv2.h,v 1.41 2001/12/18 23:07:49 deraadt Exp $ */
+/* $OpenBSD: pfkeyv2.h,v 1.42 2002/05/31 01:39:05 angelos Exp $ */
/*
* @(#)COPYRIGHT 1.1 (NRL) January 1998
*
@@ -430,5 +430,8 @@ void import_key(struct ipsecinit *, struct sadb_key *, int);
void import_lifetime(struct tdb *, struct sadb_lifetime *, int);
void import_credentials(struct tdb *, struct sadb_x_cred *, int);
void import_sa(struct tdb *, struct sadb_sa *, struct ipsecinit *);
+void import_flow(struct sockaddr_encap *, struct sockaddr_encap *,
+ struct sadb_address *, struct sadb_address *, struct sadb_address *,
+ struct sadb_address *, struct sadb_protocol *);
#endif /* _KERNEL */
#endif /* _NET_PFKEY_V2_H_ */