]> git.sur5r.net Git - i3/i3/blobdiff - include/libi3.h
libi3: change scalloc() signature to match calloc()
[i3/i3] / include / libi3.h
index 69c4452862a026b979e04d0796cb1aa18a0fb295..102ad533d57acc01c8ca424102bd8420f126f593 100644 (file)
@@ -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