From: Howard Chu Date: Sat, 27 Jul 2002 02:10:02 +0000 (+0000) Subject: Silence struct tm warnings X-Git-Tag: NO_SLAP_OP_BLOCKS~1317 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d4df52a6591a7a6e62e14f063e5513dd2b738594;p=openldap Silence struct tm warnings --- diff --git a/include/lutil.h b/include/lutil.h index ffe48c21fe..86efb69931 100644 --- a/include/lutil.h +++ b/include/lutil.h @@ -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 ));