comparison src/core/ngx_times.h @ 409:8ac40cae79f0

nginx-0.0.10-2004-08-29-07:55:41 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 29 Aug 2004 03:55:41 +0000
parents 780e93985b93
children da8c5707af39
comparison
equal deleted inserted replaced
408:d6e2b445c1b8 409:8ac40cae79f0
7 7
8 8
9 void ngx_time_init(); 9 void ngx_time_init();
10 void ngx_time_update(time_t s); 10 void ngx_time_update(time_t s);
11 size_t ngx_http_time(u_char *buf, time_t t); 11 size_t ngx_http_time(u_char *buf, time_t t);
12 size_t ngx_http_cookie_time(u_char *buf, time_t t);
12 void ngx_gmtime(time_t t, ngx_tm_t *tp); 13 void ngx_gmtime(time_t t, ngx_tm_t *tp);
13 14
14 #if (NGX_THREADS) 15 #if (NGX_THREADS)
15 ngx_int_t ngx_time_mutex_init(ngx_log_t *log); 16 ngx_int_t ngx_time_mutex_init(ngx_log_t *log);
16 #endif 17 #endif