summaryrefslogtreecommitdiffstats
path: root/nest/rt-table.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-05-24 16:49:14 +0200
committerMartin Mares <mj@ucw.cz>1998-05-24 16:49:14 +0200
commit6d45cf21be3f979ba4e8a1a5f557663618fadfb3 (patch)
tree467edca3bba04ed791e1add6398b953f5b70693c /nest/rt-table.c
parentded3ee6dddae06c1cabc3a2d34e3139eb0eb338f (diff)
downloadbird-6d45cf21be3f979ba4e8a1a5f557663618fadfb3.tar
bird-6d45cf21be3f979ba4e8a1a5f557663618fadfb3.zip
Added debug dump function, but it's still empty :(
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r--nest/rt-table.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c
index 97f4ace..e61e9f2 100644
--- a/nest/rt-table.c
+++ b/nest/rt-table.c
@@ -186,6 +186,11 @@ rt_dump(rtable *t)
}
void
+rt_dump_all(void)
+{
+}
+
+void
rt_init(void)
{
rta_init();