From 33beab4f6c7904204a5116b4eb4cbed5f859f24a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 3 Jun 1998 08:36:34 +0000 Subject: Added configuration pool. --- nest/confile.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nest') diff --git a/nest/confile.h b/nest/confile.h index 1089e76..cdc86fe 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 -- cgit v1.2.3