Skip to content
Snippets Groups Projects
Commit d4df52a6 authored by Howard Chu's avatar Howard Chu
Browse files

Silence struct tm warnings

parent 5ed1677d
No related branches found
No related tags found
No related merge requests found
......@@ -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 ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment