Fix previous commit: move struct lutil_tm declaration out of prototype scope

This commit is contained in:
Hallvard Furuseth 2009-08-19 09:55:31 +00:00
parent eea6678234
commit 13e72602ab

View 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 * ));