view src/core/ngx_parse.h @ 330:377a955421dc

nginx-0.0.3-2004-04-29-20:34:26 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 29 Apr 2004 16:34:26 +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_ */