comparison src/os/win32/ngx_time.h @ 3264:ebcee0063cd8

style fix
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Nov 2009 12:41:56 +0000
parents bf38420c9e25
children d620f497c50f
comparison
equal deleted inserted replaced
3263:00d436dbf826 3264:ebcee0063cd8
45 void ngx_libc_localtime(time_t s, struct tm *tm); 45 void ngx_libc_localtime(time_t s, struct tm *tm);
46 void ngx_libc_gmtime(time_t s, struct tm *tm); 46 void ngx_libc_gmtime(time_t s, struct tm *tm);
47 void ngx_gettimeofday(struct timeval *tp); 47 void ngx_gettimeofday(struct timeval *tp);
48 48
49 49
50
51 #endif /* _NGX_TIME_H_INCLUDED_ */ 50 #endif /* _NGX_TIME_H_INCLUDED_ */