]> mj.ucw.cz Git - libucw.git/blobdiff - lib/conf.h
indexer rewritten to generate redirect brackets
[libucw.git] / lib / conf.h
index 00746da5d346cc704fc32108083281b45b23f620..f4ede6699942429c10c1efa29c5521c15f14d32f 100644 (file)
@@ -16,6 +16,7 @@
  * Allocation in configuration memory pool.
  */
 
+extern struct mempool *cfpool;
 void *cfg_malloc(uns size);
 byte *cfg_stralloc(byte *s);