mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Silence struct tm warnings
This commit is contained in:
parent
5ed1677d13
commit
d4df52a659
@ -112,6 +112,8 @@ lutil_strcopy LDAP_P(( char *dst, const char *src ));
|
||||
LDAP_LUTIL_F( char* )
|
||||
lutil_strncopy LDAP_P(( char *dst, const char *src, size_t n ));
|
||||
|
||||
struct tm;
|
||||
|
||||
LDAP_LUTIL_F( size_t )
|
||||
lutil_gentime LDAP_P(( char *s, size_t max, const struct tm *tm ));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user