From cdb7f4c34e2b05bcb360d30de4c1fa07e09f1ae4 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Fri, 5 Jun 2009 20:26:39 +0000 Subject: Adjust print_config to all the stuff added in the last days. --- usr.sbin/bgpd/session.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'usr.sbin/bgpd/session.h') diff --git a/usr.sbin/bgpd/session.h b/usr.sbin/bgpd/session.h index 3cd4c52b87a..9c33239d77a 100644 --- a/usr.sbin/bgpd/session.h +++ b/usr.sbin/bgpd/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.100 2009/06/04 04:46:42 claudio Exp $ */ +/* $OpenBSD: session.h,v 1.101 2009/06/05 20:26:38 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -272,8 +272,9 @@ int pfkey_remove(struct peer *); int pfkey_init(struct bgpd_sysdep *); /* printconf.c */ -void print_config(struct bgpd_config *, struct network_head *, struct peer *, - struct filter_head *, struct mrt_head *); +void print_config(struct bgpd_config *, struct rib_names *, + struct network_head *, struct peer *, struct filter_head *, + struct mrt_head *); /* carp.c */ int carp_demote_init(char *, int); -- cgit v1.2.3