comparison src/os/unix/ngx_time.h @ 178:a8ff48d26cca

nginx-0.0.1-2003-11-11-00:09:22 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2003 21:09:22 +0000
parents 7db96f59bc29
children 9f3a78b06c48
comparison
equal deleted inserted replaced
177:4db54fdbcbe7 178:a8ff48d26cca
21 21
22 void ngx_localtime(ngx_tm_t *tm); 22 void ngx_localtime(ngx_tm_t *tm);
23 23
24 ngx_msec_t ngx_msec(void); 24 ngx_msec_t ngx_msec(void);
25 25
26 /* STUB */ 26 time_t ngx_time();
27 #define ngx_time() time(NULL) 27
28 extern time_t ngx_cached_time;
29
28 30
29 31
30 #endif /* _NGX_TIME_H_INCLUDED_ */ 32 #endif /* _NGX_TIME_H_INCLUDED_ */