From: Volker Lendecke Date: Sun, 26 Nov 2023 11:36:33 +0000 (+0100) Subject: lib: Remove duplicate prototypes X-Git-Tag: talloc-2.4.2~274 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed6a659f5ed2e1c9f46942316779b5c672657475;p=thirdparty%2Fsamba.git lib: Remove duplicate prototypes They also exist in lib/util/time.h Signed-off-by: Volker Lendecke Reviewed-by: Guenther Deschner --- diff --git a/source3/include/proto.h b/source3/include/proto.h index 3ed35054708..81cb8dec3ed 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -229,9 +229,6 @@ void register_msg_pool_usage(TALLOC_CTX *mem_ctx, /* The following definitions come from lib/time.c */ -void push_dos_date(uint8_t *buf, int offset, time_t unixdate, int zone_offset); -void push_dos_date2(uint8_t *buf,int offset,time_t unixdate, int zone_offset); -void push_dos_date3(uint8_t *buf,int offset,time_t unixdate, int zone_offset); uint32_t convert_time_t_to_uint32_t(time_t t); time_t convert_uint32_t_to_time_t(uint32_t u); bool nt_time_is_zero(const NTTIME *nt);