From 33beab4f6c7904204a5116b4eb4cbed5f859f24a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 3 Jun 1998 08:36:34 +0000 Subject: [PATCH] Added configuration pool. --- nest/confile.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nest/confile.h b/nest/confile.h index 1089e76a..cdc86feb 100644 --- a/nest/confile.h +++ b/nest/confile.h @@ -9,4 +9,9 @@ #ifndef _BIRD_CONFILE_H_ #define _BIRD_CONFILE_H_ +#include "lib/resource.h" + +extern pool *cfg_pool; +extern mempool *cfg_mem; + #endif