diff util.h @ 73:6792975da9a0

pasterd: start removing themes
author David Demelier <markand@malikania.fr>
date Tue, 21 Feb 2023 22:22:02 +0100
parents 1a98bc0daa49
children fe78b16c694d
line wrap: on
line diff
--- a/util.h	Wed Feb 01 13:12:59 2023 +0100
+++ b/util.h	Tue Feb 21 22:22:02 2023 +0100
@@ -25,6 +25,7 @@
 #define NELEM(x) (sizeof (x) / sizeof (x)[0])
 
 struct tm;
+struct kreq;
 
 extern const char *languages[];
 extern const size_t languagesz;
@@ -35,6 +36,9 @@
 char *
 estrdup(const char *);
 
+void *
+ecalloc(size_t, size_t);
+
 const char *
 bprintf(const char *, ...);