summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/session.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2009-06-05 20:26:39 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2009-06-05 20:26:39 +0000
commitcdb7f4c34e2b05bcb360d30de4c1fa07e09f1ae4 (patch)
tree3ae63cb640fda1b4300cbb7c66d20e4a9d50ce95 /usr.sbin/bgpd/session.h
parentd687a57bf11ead5d04d615e081cb09513a20a732 (diff)
Adjust print_config to all the stuff added in the last days.
Diffstat (limited to 'usr.sbin/bgpd/session.h')
-rw-r--r--usr.sbin/bgpd/session.h7
1 files changed, 4 insertions, 3 deletions
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 <henning@openbsd.org>
@@ -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);