diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-03-01 16:49:25 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-03-01 16:49:25 +0000 |
commit | 29f923682d34d1f9d07838e7cbb5125f12a13de9 (patch) | |
tree | 3884e0e6971ace4021bbefcadfc4fbf82573be14 /usr.sbin | |
parent | bed3363948ab2ca2707cf5743f8e0d0d3026d554 (diff) |
Forgotten in the last commit. Sync printconfig and parser.
Diffstat (limited to 'usr.sbin')
-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 7968952a75c..ebc28f7d9b1 100644 --- a/usr.sbin/bgpd/session.h +++ b/usr.sbin/bgpd/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.31 2004/02/26 16:16:41 claudio Exp $ */ +/* $OpenBSD: session.h,v 1.32 2004/03/01 16:49:24 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -192,4 +192,4 @@ int pfkey_init(void); /* printconf.c */ void print_config(struct bgpd_config *, struct network_head *, struct peer *, - struct filter_head *); + struct filter_head *, struct mrt_head *); |