diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-24 16:49:14 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-24 16:49:14 +0200 |
commit | 6d45cf21be3f979ba4e8a1a5f557663618fadfb3 (patch) | |
tree | 467edca3bba04ed791e1add6398b953f5b70693c | |
parent | ded3ee6dddae06c1cabc3a2d34e3139eb0eb338f (diff) | |
download | bird-6d45cf21be3f979ba4e8a1a5f557663618fadfb3.tar bird-6d45cf21be3f979ba4e8a1a5f557663618fadfb3.zip |
Added debug dump function, but it's still empty :(
-rw-r--r-- | nest/rt-table.c | 5 |
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(); |