X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconf.h;h=85a9ebe564fad3b09d2c98cfae3c110af366cd9a;hb=ff36b07f44efa12a78809ee05bd6d0c25fc60495;hp=608904b172a588f4e536d33af2e3db2d0074b87d;hpb=cad27e97e6370f96903d42aaf345c099af0a03bd;p=libucw.git diff --git a/lib/conf.h b/lib/conf.h index 608904b1..85a9ebe5 100644 --- a/lib/conf.h +++ b/lib/conf.h @@ -2,7 +2,7 @@ * UCW Library -- Reading of configuration files * * (c) 2001 Robert Spalek - * (c) 2003 Martin Mares + * (c) 2003--2005 Martin Mares * * 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); /*