aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_time.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-17 17:18:53 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-06-17 17:18:53 +0000
commit415b1ce1b93a3b74efe8a3ee5a35ee55e0a11caa (patch)
tree077bf24b4f310a87ab8bff140c730cb679069988 /src/os/win32/ngx_time.c
parentf924e6b694db7fd1d99473b3d7db7eb2b49c9e62 (diff)
downloadnginx-415b1ce1b93a3b74efe8a3ee5a35ee55e0a11caa.tar.gz
nginx-415b1ce1b93a3b74efe8a3ee5a35ee55e0a11caa.zip
nginx-0.0.7-2004-06-17-21:18:53 import
Diffstat (limited to 'src/os/win32/ngx_time.c')
-rw-r--r--src/os/win32/ngx_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/win32/ngx_time.c b/src/os/win32/ngx_time.c
index cef335707..85d1a3b6d 100644
--- a/src/os/win32/ngx_time.c
+++ b/src/os/win32/ngx_time.c
@@ -31,7 +31,7 @@ void ngx_gettimeofday(struct timeval *tp)
}
-ngx_int_t ngx_timezone(void)
+ngx_int_t ngx_gettimezone(void)
{
TIME_ZONE_INFORMATION tz;