diff options
author | Martin Mares <mj@ucw.cz> | 1998-06-03 10:36:34 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-06-03 10:36:34 +0200 |
commit | 33beab4f6c7904204a5116b4eb4cbed5f859f24a (patch) | |
tree | ed4bcfcd4326606e376f17816a494f6c033297b8 /nest/confile.h | |
parent | c5fd704e48333fb8e690d78a3be1303f6c2638c7 (diff) | |
download | bird-33beab4f6c7904204a5116b4eb4cbed5f859f24a.tar bird-33beab4f6c7904204a5116b4eb4cbed5f859f24a.zip |
Added configuration pool.
Diffstat (limited to 'nest/confile.h')
-rw-r--r-- | nest/confile.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |