summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpd/rde.h
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2019-07-22 07:32:16 +0000
committerclaudio <claudio@openbsd.org>2019-07-22 07:32:16 +0000
commit86af83a9487b6aa595ab6b407ba94a69e4ed0692 (patch)
treeea8f7d8afa6f3cffa04ea88d29ff325a1102d924 /usr.sbin/bgpd/rde.h
parentseparate the atend behavior, because dpb wants a pure signal intercept (diff)
downloadwireguard-openbsd-86af83a9487b6aa595ab6b407ba94a69e4ed0692.tar.xz
wireguard-openbsd-86af83a9487b6aa595ab6b407ba94a69e4ed0692.zip
GC three prototypes whose function have gone long ago.
Diffstat (limited to 'usr.sbin/bgpd/rde.h')
-rw-r--r--usr.sbin/bgpd/rde.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h
index a0ff7842b53..e0d40df5d9a 100644
--- a/usr.sbin/bgpd/rde.h
+++ b/usr.sbin/bgpd/rde.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.h,v 1.220 2019/07/17 10:13:26 claudio Exp $ */
+/* $OpenBSD: rde.h,v 1.221 2019/07/22 07:32:16 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> and
@@ -627,9 +627,6 @@ int nexthop_compare(struct nexthop *, struct nexthop *);
/* rde_update.c */
void up_init(struct rde_peer *);
-int up_rib_remove(struct rde_peer *, struct rib_entry *);
-void up_rib_add(struct rde_peer *, struct rib_entry *);
-void up_withdraw_all(struct rde_peer *);
void up_generate_updates(struct filter_head *, struct rde_peer *,
struct prefix *, struct prefix *);
void up_generate_default(struct filter_head *, struct rde_peer *,