ITS#8295 more for prev commit

Silence warnings about struct timeval declaration
This commit is contained in:
Howard Chu 2015-11-16 13:36:20 +00:00
parent dec097f8b0
commit 854eb3b7dc

View File

@ -129,6 +129,7 @@ ldap_pvt_gettime LDAP_P(( struct lutil_tm * ));
#ifdef _WIN32
#define gettimeofday(tv,tz) ldap_pvt_gettimeofday(tv,tz)
struct timeval;
LDAP_F( int )
ldap_pvt_gettimeofday LDAP_P(( struct timeval *tv, void *unused ));
#endif