Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-04-17 18:23:20 +0400
committerIgor Sysoev <igor@sysoev.ru>2008-04-17 18:23:20 +0400
commitf57b24e70f605f7d28f5a26e352b48e10e42f9d2 (patch)
tree9d103ce6a1a6c15c8fa3bc7fdfb27843b925ce7a /src/core/ngx_parse.h
parent2e39e289e11cd895f1a98eb8868b91a387b7badf (diff)
allow time without spaces in ngx_parse_time()
Diffstat (limited to 'src/core/ngx_parse.h')
-rw-r--r--src/core/ngx_parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_parse.h b/src/core/ngx_parse.h
index cf3f0b2be..c25a3a023 100644
--- a/src/core/ngx_parse.h
+++ b/src/core/ngx_parse.h
@@ -17,7 +17,7 @@
ssize_t ngx_parse_size(ngx_str_t *line);
off_t ngx_parse_offset(ngx_str_t *line);
-ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_int_t sec);
+ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_uint_t sec);
#endif /* _NGX_PARSE_H_INCLUDED_ */