diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-06-02 00:09:03 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-06-02 00:09:03 +0000 |
commit | 91b65a13e6f13562d5bf9d4316852b58117eae36 (patch) | |
tree | 031d50627c7035334d524d61ef1802d2fc4c9476 /usr.sbin/bgpd/rde.h | |
parent | 2b91b760441f05ccee1184ef7c4bbf0c4c8a4860 (diff) |
Move the rest of the rib dump functions into rde_rib.c where it belongs.
Diffstat (limited to 'usr.sbin/bgpd/rde.h')
-rw-r--r-- | usr.sbin/bgpd/rde.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h index 8ce9a738c23..22f7418fa09 100644 --- a/usr.sbin/bgpd/rde.h +++ b/usr.sbin/bgpd/rde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.h,v 1.113 2009/06/01 23:54:50 claudio Exp $ */ +/* $OpenBSD: rde.h,v 1.114 2009/06/02 00:09:02 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> and @@ -353,6 +353,8 @@ struct rib_entry *rib_lookup(struct rib *, struct bgpd_addr *); void rib_dump(struct rib *, void (*)(struct rib_entry *, void *), void *, sa_family_t); void rib_dump_r(struct rib_context *); +void rib_dump_runner(void); +int rib_dump_pending(void); void path_init(u_int32_t); void path_shutdown(void); |