diff options
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index 787d897790d..7e85cffff5c 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.80 2004/01/26 14:42:47 henning Exp $ */ +/* $OpenBSD: bgpd.h,v 1.81 2004/01/27 14:09:36 markus Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -325,6 +325,6 @@ void control_cleanup(void); int control_imsg_relay(struct imsg *); /* pfkey.c */ -int pfkey_signature(struct sockaddr *, struct sockaddr *, char *); +int pfkey_setkey(struct sockaddr *, struct sockaddr *, char *); #endif /* __BGPD_H__ */ |