]> git.sur5r.net Git - openldap/commitdiff
Fix previous commit: move struct lutil_tm declaration out of prototype scope
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 19 Aug 2009 09:55:31 +0000 (09:55 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 19 Aug 2009 09:55:31 +0000 (09:55 +0000)
include/ldap_pvt.h

index bd7b21c4a6b7130afb5bc18ae0e0690dbdb5703b..28a927f115c65bf0538d743ec4f144bc07c868d4 100644 (file)
@@ -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 * ));