Update and clean Tomato RAF files
[tomato.git] / release / src / router / nginx / src / core / ngx_parse.h
blobec093b5a2bec772daa0e8c527257c2506a75e36c
2 /*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) Nginx, Inc.
5 */
8 #ifndef _NGX_PARSE_H_INCLUDED_
9 #define _NGX_PARSE_H_INCLUDED_
12 #include <ngx_config.h>
13 #include <ngx_core.h>
16 ssize_t ngx_parse_size(ngx_str_t *line);
17 off_t ngx_parse_offset(ngx_str_t *line);
18 ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_uint_t is_sec);
21 #endif /* _NGX_PARSE_H_INCLUDED_ */