X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_pvt.h;h=f1d93ac3728327d3910f12c47c0ee0442c2d7396;hb=451a9623f3108f397a58105041c6cd3bbf555b51;hp=141e1e798200fbb6b7cc6677ff319a86a375236d;hpb=9f97c1d2efdabc8817538464cd7d08d55f7e51fd;p=openldap diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index 141e1e7982..f1d93ac372 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2015 The OpenLDAP Foundation. + * Copyright 1998-2017 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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