]> git.sur5r.net Git - openldap/commitdiff
Silence struct tm warnings
authorHoward Chu <hyc@openldap.org>
Sat, 27 Jul 2002 02:10:02 +0000 (02:10 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 27 Jul 2002 02:10:02 +0000 (02:10 +0000)
include/lutil.h

index ffe48c21fe5dc33aa6b5853958dbfe92303f40f6..86efb69931f426911de2b324224ea4572c8fa7d6 100644 (file)
@@ -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 ));