X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconf.c;h=7e4443bea453a9a2697e0cee85650510e4f8edab;hb=a0de81cbe1f6282fdc13f6e61d07ebf0ae1c0f4c;hp=c37bb98b81b7982d4409c77f4d1f962e4875f8ae;hpb=69656a0b0716dbbd88a4881246d3c73990b7df29;p=libucw.git diff --git a/lib/conf.c b/lib/conf.c index c37bb98b..7e4443be 100644 --- a/lib/conf.c +++ b/lib/conf.c @@ -2,6 +2,9 @@ * Sherlock Library -- Reading configuration files * * (c) 2001 Robert Spalek + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #include "lib/lib.h" @@ -22,7 +25,7 @@ #define MAX_LEVEL 8 static struct cfitem *cfsection; -static struct mempool *cfpool; +struct mempool *cfpool; byte *cfdeffile = DEFAULT_CONFIG;