comparison src/core/ngx_times.h @ 195:8dee38ea9117

nginx-0.0.1-2003-11-25-23:44:56 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 25 Nov 2003 20:44:56 +0000
parents 02a715e85df1
children 4a9a2b1dd6fa
comparison
equal deleted inserted replaced
194:2357fa41738a 195:8dee38ea9117
4 4
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 #include <ngx_core.h> 6 #include <ngx_core.h>
7 7
8 8
9 void ngx_init_time(); 9 void ngx_time_init();
10 void ngx_time_update(); 10 void ngx_time_update();
11 size_t ngx_http_time(char *buf, time_t t); 11 size_t ngx_http_time(char *buf, time_t t);
12 void ngx_gmtime(time_t t, ngx_tm_t *tp); 12 void ngx_gmtime(time_t t, ngx_tm_t *tp);
13 13
14 #define ngx_time() ngx_cached_time 14 #define ngx_time() ngx_cached_time