summaryrefslogtreecommitdiffhomepage
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_times.h b/src/core/ngx_times.h
index 17ffc43da..f9c4d3e3d 100644
--- a/src/core/ngx_times.h
+++ b/src/core/ngx_times.h
@@ -12,7 +12,7 @@
#include <ngx_core.h>
-void ngx_time_init();
+void ngx_time_init(void);
void ngx_time_update(time_t s);
u_char *ngx_http_time(u_char *buf, time_t t);
u_char *ngx_http_cookie_time(u_char *buf, time_t t);