X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_pvt.h;h=70cae9a4bcee75e1b0e520e043b301fc101ddba9;hb=d1c87d7b68f6f7b5f317445402b620cd17fbb91b;hp=28bf2156ca0d29efe3073124ad1b22f0962a1598;hpb=e686b0835ade433a89407489e1989eac7bcf82c5;p=openldap diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index 28bf2156ca..70cae9a4bc 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-2016 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