X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Flibi3.h;h=102ad533d57acc01c8ca424102bd8420f126f593;hp=69c4452862a026b979e04d0796cb1aa18a0fb295;hb=bc52fae15c75635e9cec57e25619d304dba3a69b;hpb=05fb9096362e788f032de6eccea2d7fea03317ab diff --git a/include/libi3.h b/include/libi3.h index 69c44528..102ad533 100644 --- a/include/libi3.h +++ b/include/libi3.h @@ -111,7 +111,7 @@ void *smalloc(size_t size); * there is no more memory available) * */ -void *scalloc(size_t size); +void *scalloc(size_t num, size_t size); /** * Safe-wrapper around realloc which exits if realloc returns NULL (meaning