aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_parse.h
blob: a92eaeaf745447563453dc7abf76372aa38d162d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _NGX_PARSE_H_INCLUDED_
#define _NGX_PARSE_H_INCLUDED_


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


#define NGX_PARSE_LARGE_TIME  -2


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


#endif /* _NGX_PARSE_H_INCLUDED_ */