summaryrefslogtreecommitdiffstats
path: root/nest/main.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-05-15 09:54:32 +0200
committerMartin Mares <mj@ucw.cz>1998-05-15 09:54:32 +0200
commit62aa008abd627c6862310daf65ffd337a920bdbb (patch)
treed5449fdb5f68d6cd76762f535250789871da5308 /nest/main.c
parent18c8241a91bd9208879666f1a1a13f454e66d75b (diff)
downloadbird-62aa008abd627c6862310daf65ffd337a920bdbb.tar
bird-62aa008abd627c6862310daf65ffd337a920bdbb.zip
Parts of routing table code. Data structure declarations should be
complete now.
Diffstat (limited to 'nest/main.c')
-rw-r--r--nest/main.c20
1 files changed, 0 insertions, 20 deletions
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 <mj@ucw.cz>
- *
- * 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;
-}