X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconf.h;h=ef727512b2b08f1d97706dd3ad9614f9434d2843;hb=d1a5b69d490ce61a0f41db08263580487720bf2f;hp=18486823bd3426433ce8451fbe77343d7a016edc;hpb=4173fe3acfb504f789739b870436d211cf3df34e;p=libucw.git diff --git a/lib/conf.h b/lib/conf.h index 18486823..ef727512 100644 --- a/lib/conf.h +++ b/lib/conf.h @@ -1,8 +1,8 @@ /* - * Sherlock Library -- Reading of configuration files + * 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,7 +19,9 @@ extern struct mempool *cfpool; void *cfg_malloc(uns size); +void *cfg_malloc_zero(uns size); byte *cfg_strdup(byte *s); +byte *cfg_printf(char *fmt, ...) FORMAT_CHECK(printf,1,2); /* * Every module places its configuration setting into some section. Section is