From af142df467fd434d5d45d55a3fd4c017bf673c7e Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Thu, 5 Dec 2019 15:00:19 +0100 Subject: lib: add nt_time_to_full_timespec() BUG: https://bugzilla.samba.org/show_bug.cgi?id=7771 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- lib/util/time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/util/time.h') 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_ */ -- cgit v1.2.1