diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-25 02:09:20 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-25 02:09:20 +0000 |
commit | 9971e57c7c66ae0dbf17d2524c5ca10d12325449 (patch) | |
tree | 847d24f32d81b5307d3db930fa40bde9289414a5 /usr.sbin/bgpd/bgpd.h | |
parent | aff4e946780ebe3758791b22e15c5cb3dd94d38d (diff) |
it actually makes more sense to call the merged function kroute_change
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index a8cf5707af3..e35242314ee 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.21 2003/12/25 02:04:46 henning Exp $ */ +/* $OpenBSD: bgpd.h,v 1.22 2003/12/25 02:09:19 henning Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -298,7 +298,7 @@ int mrt_mergeconfig(struct mrt_config *, struct mrt_config *); /* kroute.c */ int kroute_init(void); -int kroute_add(int, struct kroute *); +int kroute_change(int, struct kroute *); int kroute_delete(int, struct kroute *); void kroute_shutdown(int); |