X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=string.h;h=29dc388f9373b185117974e41d3ac7c9c1c45a6b;hb=26a032fffa6c6e6f092ed3d14c2b5f08e5c736d6;hp=02e315776d8833000f3375fac0cd7ce13f84f2ee;hpb=610cb53b94af8e95326cd44b7845f35cffdb6bf3;p=paraslash.git diff --git a/string.h b/string.h index 02e31577..29dc388f 100644 --- a/string.h +++ b/string.h @@ -69,7 +69,7 @@ int for_each_line(unsigned flags, char *buf, size_t size, __must_check void *para_realloc(void *p, size_t size); __must_check __malloc void *alloc(size_t size); -__must_check __malloc void *para_calloc(size_t size); +__must_check __malloc void *zalloc(size_t size); __must_check __malloc char *para_strdup(const char *s); __printf_2_0 unsigned xvasprintf(char **result, const char *fmt, va_list ap);