X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=util.h;h=2c0b3597aa54a74bdd94813047094153b62ace0f;hb=3278801ebd7ff511bb1f20b12b71b8e749377688;hp=47b19ad2ba5a9aabc878447b3706b5fe33fdf87d;hpb=60687231eb923234756020bf9d9cccd20551fd90;p=checkmail.git diff --git a/util.h b/util.h index 47b19ad..2c0b359 100644 --- a/util.h +++ b/util.h @@ -23,4 +23,5 @@ extern int debug_mode; void NONRET die(char *x, ...); void debug(char *x, ...); void *xmalloc(uns size); +void *xrealloc(void *old, uns size); char *xstrdup(char *s);