X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/4b1fecd44e8376594c418663351fcb30c4e841de..120e8401074254d39be916ad83bafda9ef25e6a9:/util.h

diff --git a/util.h b/util.h
index f7ce721..cded043 100644
--- a/util.h
+++ b/util.h
@@ -5,3 +5,4 @@
 #define BETWEEN(X, A, B)        ((A) <= (X) && (X) <= (B))
 
 void die(const char *errstr, ...);
+void *ecalloc(size_t, size_t);