]> mj.ucw.cz Git - libucw.git/blobdiff - lib/conf.h
Minor cleanup of KMP:
[libucw.git] / lib / conf.h
index 18486823bd3426433ce8451fbe77343d7a016edc..85a9ebe564fad3b09d2c98cfae3c110af366cd9a 100644 (file)
@@ -1,8 +1,8 @@
 /*
- *     Sherlock Library -- Reading of configuration files
+ *     UCW Library -- Reading of configuration files
  *
  *     (c) 2001 Robert Spalek <robert@ucw.cz>
- *     (c) 2003 Martin Mares <mj@ucw.cz>
+ *     (c) 2003--2005 Martin Mares <mj@ucw.cz>
  *
  *     This software may be freely distributed and used according to the terms
  *     of the GNU Lesser General Public License.
@@ -19,6 +19,7 @@
 
 extern struct mempool *cfpool;
 void *cfg_malloc(uns size);
+void *cfg_malloc_zero(uns size);
 byte *cfg_strdup(byte *s);
 
 /*