summaryrefslogtreecommitdiff
path: root/source3/lib/replace/system/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/replace/system/time.h')
-rw-r--r--source3/lib/replace/system/time.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source3/lib/replace/system/time.h b/source3/lib/replace/system/time.h
index 6bbb6b15bb..036812ab8f 100644
--- a/source3/lib/replace/system/time.h
+++ b/source3/lib/replace/system/time.h
@@ -41,4 +41,14 @@
#include <utime.h>
#endif
+#ifndef HAVE_MKTIME
+/* define is in "replace.h" */
+time_t rep_mktime(struct tm *t);
+#endif
+
+#ifndef HAVE_TIMEGM
+/* define is in "replace.h" */
+time_t rep_timegm(struct tm *tm);
+#endif
+
#endif