src/server/util/util.h

branch
webdav
changeset 274
607712fb3c66
parent 256
19259b6c5cf7
child 278
38bf7b42b58c
equal deleted inserted replaced
273:f4eb5d125e58 274:607712fb3c66
226 NSAPI_PUBLIC char *util_strlower(char *s); 226 NSAPI_PUBLIC char *util_strlower(char *s);
227 227
228 NSAPI_PUBLIC char *util_decrement_string(char *s); 228 NSAPI_PUBLIC char *util_decrement_string(char *s);
229 229
230 NSAPI_PUBLIC int64_t util_atoi64(const char *a); 230 NSAPI_PUBLIC int64_t util_atoi64(const char *a);
231
232 NSAPI_PUBLIC char *util_html_escape(const char *s);
233 231
234 NSAPI_PUBLIC int util_qtoi(const char *q, const char **p); 232 NSAPI_PUBLIC int util_qtoi(const char *q, const char **p);
235 233
236 /* path utils */ 234 /* path utils */
237 NSAPI_PUBLIC 235 NSAPI_PUBLIC

mercurial