src/server/util/date.h

changeset 415
d938228c382e
parent 92
382bff43c6eb
--- 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 <time.h>
 
-#include <ucx/string.h>
+#include <cx/string.h>
 
 #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

mercurial