]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Remove duplicate prototypes
authorVolker Lendecke <vl@samba.org>
Sun, 26 Nov 2023 11:36:33 +0000 (12:36 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 19 Dec 2023 16:05:36 +0000 (16:05 +0000)
They also exist in lib/util/time.h

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/include/proto.h

index 3ed35054708b20433622dd307ac4492860fbf83a..81cb8dec3ed312f1a6de5eca01a206f9e88fe3bc 100644 (file)
@@ -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);