comparison src/core/ngx_parse.h @ 157:70b36c805682

nginx-0.0.1-2003-10-23-19:54:19 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Oct 2003 15:54:19 +0000
parents
children 87e73f067470
comparison
equal deleted inserted replaced
156:afc333135a6b 157:70b36c805682
1 #ifndef _NGX_PARSE_H_INCLUDED_
2 #define _NGX_PARSE_H_INCLUDED_
3
4
5 #include <ngx_config.h>
6 #include <ngx_core.h>
7
8
9 #define NGX_PARSE_LARGE_TIME -2
10
11
12 int ngx_parse_size(ngx_str_t *line);
13 int ngx_parse_time(ngx_str_t *line, int sec);
14
15
16 #endif /* _NGX_PARSE_H_INCLUDED_ */