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/main.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 nest/main.c (limited to 'nest/main.c') diff --git a/nest/main.c b/nest/main.c deleted file mode 100644 index 91d96c6..0000000 --- a/nest/main.c +++ /dev/null @@ -1,20 +0,0 @@ -/* - * BIRD Internet Routing Daemon - * - * (c) 1998 Martin Mares - * - * Can be freely distributed and used under the terms of the GNU GPL. - */ - -#include "nest/bird.h" -#include "lib/lists.h" -#include "lib/resource.h" - -int -main(void) -{ - log_init_debug(NULL); - resource_init(); - - return 0; -} -- cgit v1.2.3