Added configuration pool.

This commit is contained in:
Martin Mares 1998-06-03 08:36:34 +00:00
parent c5fd704e48
commit 33beab4f6c

View file

@ -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