| 65 |
65 |
| 66 #ifdef __cplusplus |
66 #ifdef __cplusplus |
| 67 extern "C" { |
67 extern "C" { |
| 68 #endif |
68 #endif |
| 69 |
69 |
| 70 time_t util_parse_creationdate(char *str); |
70 time_t util_parse_creationdate(const char *str); |
| 71 time_t util_parse_lastmodified(char *str); |
71 time_t util_parse_lastmodified(const char *str); |
| 72 |
72 |
| 73 int util_mkdir(char *path, mode_t mode); |
73 int util_mkdir(char *path, mode_t mode); |
| 74 |
74 |
| 75 char* util_url_base(const char *url); |
75 char* util_url_base(const char *url); |
| 76 cxstring util_url_base_s(cxstring url); |
76 cxstring util_url_base_s(cxstring url); |