From d4df52a6591a7a6e62e14f063e5513dd2b738594 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 27 Jul 2002 02:10:02 +0000 Subject: [PATCH] Silence struct tm warnings --- include/lutil.h | 2 ++ 1 file changed, 2 insertions(+) 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 )); -- 2.39.5