From 62aa008abd627c6862310daf65ffd337a920bdbb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 15 May 1998 07:54:32 +0000 Subject: Parts of routing table code. Data structure declarations should be complete now. --- nest/rt-table.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nest/rt-table.c (limited to 'nest/rt-table.c') diff --git a/nest/rt-table.c b/nest/rt-table.c new file mode 100644 index 0000000..1f26a2d --- /dev/null +++ b/nest/rt-table.c @@ -0,0 +1,12 @@ +/* + * BIRD -- Routing Table + * + * (c) 1998 Martin Mares + * + * Can be freely distributed and used under the terms of the GNU GPL. + */ + +#include "nest/bird.h" +#include "nest/route.h" + + -- cgit v1.2.3