summaryrefslogtreecommitdiffstats
path: root/nest
diff options
context:
space:
mode:
Diffstat (limited to 'nest')
-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();