diff -r 99a34860c105 -r d938228c382e src/server/util/date.h --- a/src/server/util/date.h Wed Nov 02 19:19:01 2022 +0100 +++ b/src/server/util/date.h Sun Nov 06 15:53:32 2022 +0100 @@ -33,15 +33,15 @@ #include -#include +#include #ifdef __cplusplus extern "C" { #endif -sstr_t date_format_http(time_t t, pool_handle_t *pool); +cxmutstr date_format_http(time_t t, pool_handle_t *pool); -sstr_t date_format_iso8601(time_t t, pool_handle_t *pool); +cxmutstr date_format_iso8601(time_t t, pool_handle_t *pool); #ifdef __cplusplus