Author: jelmer
Date: 2006-05-31 17:34:04 +0000 (Wed, 31 May 2006)
New Revision: 15986

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15986

Log:
Declare struct tm

Modified:
   branches/SAMBA_4_0/source/lib/replace/replace.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.h     2006-05-31 17:15:33 UTC 
(rev 15985)
+++ branches/SAMBA_4_0/source/lib/replace/replace.h     2006-05-31 17:34:04 UTC 
(rev 15986)
@@ -113,6 +113,7 @@
 #endif
 
 #ifndef HAVE_TIMEGM
+struct tm;
 time_t timegm(struct tm *tm);
 #endif
 

Reply via email to