summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-25 02:09:20 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-25 02:09:20 +0000
commit9971e57c7c66ae0dbf17d2524c5ca10d12325449 (patch)
tree847d24f32d81b5307d3db930fa40bde9289414a5 /usr.sbin/bgpd/bgpd.h
parentaff4e946780ebe3758791b22e15c5cb3dd94d38d (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.h4
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);