]> mj.ucw.cz Git - libucw.git/blobdiff - lib/conf.c
I decided to turn off cf/url-equiv for indexation. however, after the indexer
[libucw.git] / lib / conf.c
index c37bb98b81b7982d4409c77f4d1f962e4875f8ae..7e4443bea453a9a2697e0cee85650510e4f8edab 100644 (file)
@@ -2,6 +2,9 @@
  *     Sherlock Library -- Reading configuration files
  *
  *     (c) 2001 Robert Spalek <robert@ucw.cz>
+ *
+ *     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;