aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_times.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_times.h')
-rw-r--r--src/core/ngx_times.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_times.h b/src/core/ngx_times.h
index 7823af0b8..50910b1b4 100644
--- a/src/core/ngx_times.h
+++ b/src/core/ngx_times.h
@@ -7,6 +7,9 @@
void ngx_time_init();
+#if (NGX_THREADS)
+ngx_int_t ngx_time_mutex_init(ngx_log_t *log);
+#endif
void ngx_time_update(time_t s);
size_t ngx_http_time(char *buf, time_t t);
void ngx_gmtime(time_t t, ngx_tm_t *tp);