From: Hallvard Furuseth Date: Wed, 19 Aug 2009 09:55:31 +0000 (+0000) Subject: Fix previous commit: move struct lutil_tm declaration out of prototype scope X-Git-Tag: ACLCHECK_0~283 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=13e72602ab9f816bd7ceb5dd6e4b179b6d3e62c5;p=openldap Fix previous commit: move struct lutil_tm declaration out of prototype scope --- diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index bd7b21c4a6..28a927f115 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -120,6 +120,7 @@ ldap_pvt_localtime LDAP_P(( # endif /* Get current time as a structured time */ +struct lutil_tm; LDAP_F( void ) ldap_pvt_gettime LDAP_P(( struct lutil_tm * ));