summaryrefslogtreecommitdiff
path: root/lib/util/time.h
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-12-05 15:00:19 +0100
committerJeremy Allison <jra@samba.org>2019-12-06 00:17:35 +0000
commitaf142df467fd434d5d45d55a3fd4c017bf673c7e (patch)
tree0e10221519402702c8d5a9ace92f28a5e3f858b7 /lib/util/time.h
parent7c1d8957353867470bbcb32cae19467b06f0e25d (diff)
downloadsamba-af142df467fd434d5d45d55a3fd4c017bf673c7e.tar.gz
lib: add nt_time_to_full_timespec()
BUG: https://bugzilla.samba.org/show_bug.cgi?id=7771 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/util/time.h')
-rw-r--r--lib/util/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/time.h b/lib/util/time.h
index 5c7b7b209ec..29c8001485f 100644
--- a/lib/util/time.h
+++ b/lib/util/time.h
@@ -342,5 +342,6 @@ NTTIME unix_timespec_to_nt_time(struct timespec ts);
bool is_omit_timespec(const struct timespec *ts);
struct timespec make_omit_timespec(void);
NTTIME full_timespec_to_nt_time(const struct timespec *ts);
+struct timespec nt_time_to_full_timespec(NTTIME nt);
#endif /* _SAMBA_TIME_H_ */