mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
Fix previous commit: move struct lutil_tm declaration out of prototype scope
This commit is contained in:
parent
eea6678234
commit
13e72602ab
1 changed files with 1 additions and 0 deletions
|
|
@ -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 * ));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue