X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconf.h;h=ef727512b2b08f1d97706dd3ad9614f9434d2843;hb=6ef7d05283f9005e379e63a6f58c22302b8136a7;hp=85a9ebe564fad3b09d2c98cfae3c110af366cd9a;hpb=56315ed98b8f547e9515c64f89bb6eb0c15a4667;p=libucw.git diff --git a/lib/conf.h b/lib/conf.h index 85a9ebe5..ef727512 100644 --- a/lib/conf.h +++ b/lib/conf.h @@ -21,6 +21,7 @@ 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