]> mj.ucw.cz Git - libucw.git/blobdiff - lib/conf.h
indexer rewritten to generate redirect brackets
[libucw.git] / lib / conf.h
index b58224d34bb97ba4afe5d8afa5af6763014d3191..f4ede6699942429c10c1efa29c5521c15f14d32f 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.
  */
 
 #ifndef        _LIB_CONF_H
@@ -13,6 +16,7 @@
  * Allocation in configuration memory pool.
  */
 
+extern struct mempool *cfpool;
 void *cfg_malloc(uns size);
 byte *cfg_stralloc(byte *s);