From 996641282f6f85a317c92c3228939eaf1af25f1d Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Fri, 31 May 2002 01:39:06 +0000 Subject: import_flow() prototype --- sys/net/pfkeyv2.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys') 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_ */ -- cgit v1.2.3