0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-04-19 21:44:37 +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

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