aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_parse.h')
-rw-r--r--src/core/ngx_parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_parse.h b/src/core/ngx_parse.h
index 464cefcb8..cf3f0b2be 100644
--- a/src/core/ngx_parse.h
+++ b/src/core/ngx_parse.h
@@ -16,6 +16,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);