]> git.armaanb.net Git - dmenu.git/blobdiff - util.h
Switch to dark theme
[dmenu.git] / util.h
diff --git a/util.h b/util.h
index cded0434301b89014a41219601a8f93e206eea24..f633b5173ad2b5058d48574d5a18fe3f135c4193 100644 (file)
--- a/util.h
+++ b/util.h
@@ -4,5 +4,5 @@
 #define MIN(A, B)               ((A) < (B) ? (A) : (B))
 #define BETWEEN(X, A, B)        ((A) <= (X) && (X) <= (B))
 
-void die(const char *errstr, ...);
-void *ecalloc(size_t, size_t);
+void die(const char *fmt, ...);
+void *ecalloc(size_t nmemb, size_t size);