aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_get_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_get_time.c')
-rw-r--r--src/http/ngx_http_get_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_get_time.c b/src/http/ngx_http_get_time.c
index d03e8b16f..c83a5ba2a 100644
--- a/src/http/ngx_http_get_time.c
+++ b/src/http/ngx_http_get_time.c
@@ -5,7 +5,7 @@
#include <ngx_types.h>
-ngx_http_get_time(char *buf, time_t t)
+size_t ngx_http_get_time(char *buf, time_t t)
{
struct tm *tp;