diff options
Diffstat (limited to 'src/os/win32/ngx_time.h')
-rw-r--r-- | src/os/win32/ngx_time.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/win32/ngx_time.h b/src/os/win32/ngx_time.h index 4f9384139..17a2d512a 100644 --- a/src/os/win32/ngx_time.h +++ b/src/os/win32/ngx_time.h @@ -47,5 +47,4 @@ void ngx_libc_gmtime(time_t s, struct tm *tm); void ngx_gettimeofday(struct timeval *tp); - #endif /* _NGX_TIME_H_INCLUDED_ */ |