diff options
Diffstat (limited to 'usr.sbin/bgpd/session.h')
-rw-r--r-- | usr.sbin/bgpd/session.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/session.h b/usr.sbin/bgpd/session.h index 03dd6d52976..51678c59fbc 100644 --- a/usr.sbin/bgpd/session.h +++ b/usr.sbin/bgpd/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.44 2004/04/26 01:43:13 henning Exp $ */ +/* $OpenBSD: session.h,v 1.45 2004/04/26 09:35:39 markus Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -214,8 +214,8 @@ void control_accept(int); void control_close(int); /* pfkey.c */ -int pfkey_auth_establish(struct peer *p); -int pfkey_auth_remove(struct peer *p); +int pfkey_establish(struct peer *p); +int pfkey_remove(struct peer *p); int pfkey_init(void); /* printconf.c */ |