diff options
Diffstat (limited to 'usr.sbin/bgpd/session.h')
-rw-r--r-- | usr.sbin/bgpd/session.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/session.h b/usr.sbin/bgpd/session.h index 0b0dabb296e..d464373baaf 100644 --- a/usr.sbin/bgpd/session.h +++ b/usr.sbin/bgpd/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.42 2004/04/16 04:52:26 henning Exp $ */ +/* $OpenBSD: session.h,v 1.43 2004/04/25 17:34:39 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -197,7 +197,7 @@ int merge_config(struct bgpd_config *, struct bgpd_config *, struct peer *); /* rde.c */ -int rde_main(struct bgpd_config *, struct peer *, struct network_head *, +int rde_main(struct bgpd_config *, struct network_head *, struct filter_head *, struct mrt_head *, int[2], int[2]); /* control.c */ |