diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-31 17:34:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:46 -0500 |
commit | 49b29f67d4b7aa25b2df3c73ea58004f82f78088 (patch) | |
tree | e29e569ed56dddbc32fbe141a7f2e1058d4a72b0 /source4/lib/replace | |
parent | c27a242130b850ef937bc564d061be62c3b0e701 (diff) | |
download | samba-49b29f67d4b7aa25b2df3c73ea58004f82f78088.tar.gz samba-49b29f67d4b7aa25b2df3c73ea58004f82f78088.tar.bz2 samba-49b29f67d4b7aa25b2df3c73ea58004f82f78088.zip |
r15986: Declare struct tm
(This used to be commit 139d9369dc1b7daaf980a0c95b0921388ec39913)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/replace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h index f9d67fb2ec..8beb43bfa4 100644 --- a/source4/lib/replace/replace.h +++ b/source4/lib/replace/replace.h @@ -113,6 +113,7 @@ int vasprintf(char **ptr, const char *format, va_list ap); #endif #ifndef HAVE_TIMEGM +struct tm; time_t timegm(struct tm *tm); #endif |