src/server/util/date.h

changeset 415
d938228c382e
parent 92
382bff43c6eb
equal deleted inserted replaced
414:99a34860c105 415:d938228c382e
31 31
32 #include "../public/nsapi.h" 32 #include "../public/nsapi.h"
33 33
34 #include <time.h> 34 #include <time.h>
35 35
36 #include <ucx/string.h> 36 #include <cx/string.h>
37 37
38 #ifdef __cplusplus 38 #ifdef __cplusplus
39 extern "C" { 39 extern "C" {
40 #endif 40 #endif
41 41
42 sstr_t date_format_http(time_t t, pool_handle_t *pool); 42 cxmutstr date_format_http(time_t t, pool_handle_t *pool);
43 43
44 sstr_t date_format_iso8601(time_t t, pool_handle_t *pool); 44 cxmutstr date_format_iso8601(time_t t, pool_handle_t *pool);
45 45
46 46
47 #ifdef __cplusplus 47 #ifdef __cplusplus
48 } 48 }
49 #endif 49 #endif

mercurial