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:
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 44fff2e95..464cefcb8 100644
--- a/src/core/ngx_parse.h
+++ b/src/core/ngx_parse.h
@@ -15,7 +15,7 @@
#define NGX_PARSE_LARGE_TIME -2
-ngx_int_t ngx_parse_size(ngx_str_t *line);
+ssize_t ngx_parse_size(ngx_str_t *line);
ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_int_t sec);