summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index 94363d837bd..51d264ad4d4 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.85 2004/01/27 22:18:28 henning Exp $ */
+/* $OpenBSD: bgpd.h,v 1.86 2004/01/28 11:03:32 markus Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -324,6 +324,6 @@ void control_cleanup(void);
int control_imsg_relay(struct imsg *);
/* pfkey.c */
-int pfkey_setkey(struct sockaddr *, struct sockaddr *, char *);
+int pfkey_setkey(struct bgpd_addr *, struct bgpd_addr *, char *);
#endif /* __BGPD_H__ */