| commit | 8556e6da41e80772cb9710e4309d9ad44a7b360e | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Thu Oct 23 15:54:19 2003 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Thu Oct 23 15:54:19 2003 +0000 |
| tree | 8bb0a9f5b03e8c8fc6a2df3c1b51335dcdeae5ac | |
| parent | f107910a9ef3b7de8752fc4e9e34cb69c1924a09 [diff] [blame] |
nginx-0.0.1-2003-10-23-19:54:19 import
diff --git a/src/core/ngx_parse.h b/src/core/ngx_parse.h new file mode 100644 index 0000000..a92eaea --- /dev/null +++ b/src/core/ngx_parse.h
@@ -0,0 +1,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_ */