summaryrefslogtreecommitdiff
path: root/lib/util/time.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-23 22:10:34 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-23 22:10:34 +0100
commitef80d1b794a209ee446c7a586530a5fdd51175f2 (patch)
tree9c368f4a0d281ca1ba48e575fc25638d59dc27ef /lib/util/time.h
parentd0eeb9aa8db42ed1fc18024614560820354e6dfa (diff)
downloadsamba-ef80d1b794a209ee446c7a586530a5fdd51175f2.tar.gz
samba-ef80d1b794a209ee446c7a586530a5fdd51175f2.tar.bz2
samba-ef80d1b794a209ee446c7a586530a5fdd51175f2.zip
Fix use of "time offset" parameter, and add test to make sure I don't break it again :-)
Diffstat (limited to 'lib/util/time.h')
-rw-r--r--lib/util/time.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/util/time.h b/lib/util/time.h
index 42644a3954..e40de2de3d 100644
--- a/lib/util/time.h
+++ b/lib/util/time.h
@@ -239,4 +239,7 @@ struct timespec convert_time_t_to_timespec(time_t t);
bool null_timespec(struct timespec ts);
+/** Extra minutes to add to the normal GMT to local time conversion. */
+extern int extra_time_offset;
+
#endif /* _SAMBA_TIME_H_ */