view src/core/ngx_parse.h @ 329:9a0ffa21f193

nginx-0.0.3-2004-04-29-00:21:54 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Apr 2004 20:21:54 +0000
parents 87e73f067470
children da8c5707af39
line wrap: on
line source

#ifndef _NGX_PARSE_H_INCLUDED_
#define _NGX_PARSE_H_INCLUDED_


#include <ngx_config.h>
#include <ngx_core.h>


#define NGX_PARSE_LARGE_TIME  -2


ngx_int_t ngx_parse_size(ngx_str_t *line);
ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_int_t sec);


#endif /* _NGX_PARSE_H_INCLUDED_ */