]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added debug dump function, but it's still empty :(
authorMartin Mares <mj@ucw.cz>
Sun, 24 May 1998 14:49:14 +0000 (14:49 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 24 May 1998 14:49:14 +0000 (14:49 +0000)
nest/rt-table.c

index 97f4ace0430a8bbe0d9ecbe98a7850be06030eff..e61e9f20f9ed06ddd28c5e93c71dd37d533d1f41 100644 (file)
@@ -185,6 +185,11 @@ rt_dump(rtable *t)
 {
 }
 
+void
+rt_dump_all(void)
+{
+}
+
 void
 rt_init(void)
 {