From: Martin Mares Date: Sun, 24 May 1998 14:49:14 +0000 (+0000) Subject: Added debug dump function, but it's still empty :( X-Git-Tag: v1.2.0~1896 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d45cf21be3f979ba4e8a1a5f557663618fadfb3;p=thirdparty%2Fbird.git Added debug dump function, but it's still empty :( --- diff --git a/nest/rt-table.c b/nest/rt-table.c index 97f4ace04..e61e9f20f 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -185,6 +185,11 @@ rt_dump(rtable *t) { } +void +rt_dump_all(void) +{ +} + void rt_init(void) {