0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

Added debug dump function, but it's still empty :(

This commit is contained in:
Martin Mares 1998-05-24 14:49:14 +00:00
parent ded3ee6ddd
commit 6d45cf21be

View File

@ -185,6 +185,11 @@ rt_dump(rtable *t)
{
}
void
rt_dump_all(void)
{
}
void
rt_init(void)
{