diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2002-06-07 04:47:07 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2002-06-07 04:47:07 +0000 |
commit | 8604a53fdc4c1ec0f2406692fd38ee2a812796e0 (patch) | |
tree | b9d8b762aac3f58aeba790234659b05bb19d3035 /sys/net/pfkeyv2.h | |
parent | f0d82ee8c0a0ac5b1596a33689846abae8356446 (diff) |
Add flow type arg to import_flow()
Diffstat (limited to 'sys/net/pfkeyv2.h')
-rw-r--r-- | sys/net/pfkeyv2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h index a8018675eab..a8adfbcfd3d 100644 --- a/sys/net/pfkeyv2.h +++ b/sys/net/pfkeyv2.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkeyv2.h,v 1.42 2002/05/31 01:39:05 angelos Exp $ */ +/* $OpenBSD: pfkeyv2.h,v 1.43 2002/06/07 04:47:06 ho Exp $ */ /* * @(#)COPYRIGHT 1.1 (NRL) January 1998 * @@ -432,6 +432,6 @@ 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 *); + struct sadb_address *, struct sadb_protocol *, struct sadb_protocol *); #endif /* _KERNEL */ #endif /* _NET_PFKEY_V2_H_ */ |