src/server/util/util.h

branch
webdav
changeset 282
cfb588e27198
parent 278
38bf7b42b58c
child 285
96e53bd94958
--- a/src/server/util/util.h	Tue Feb 01 17:47:50 2022 +0100
+++ b/src/server/util/util.h	Tue Feb 01 20:07:42 2022 +0100
@@ -200,7 +200,7 @@
 int util_getboolean_s(scstr_t s, int def);
 
 // new
-NSAPI_PUBLIC int util_strtoint(char *str, int64_t *value);
+NSAPI_PUBLIC int util_strtoint(const char *str, int64_t *value);
 NSAPI_PUBLIC const char* util_resource_name(const char *url);
 
 // TODO

mercurial