From 1cbe8b85ae155896e8a4ef39f4b129b2f1e6b1d8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 5 Aug 2010 13:11:14 +0200 Subject: s3: Remove some pointless wrapper functions --- source3/lib/time.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/time.c b/source3/lib/time.c index bb75f1f70d..71d6587199 100644 --- a/source3/lib/time.c +++ b/source3/lib/time.c @@ -433,25 +433,6 @@ struct timespec interpret_long_date(const char *p) return nt_time_to_unix_timespec(&nt); } -/*************************************************************************** - Client versions of the above functions. -***************************************************************************/ - -void cli_put_dos_date(struct cli_state *cli, char *buf, int offset, time_t unixdate) -{ - push_dos_date((uint8_t *)buf, offset, unixdate, cli->serverzone); -} - -void cli_put_dos_date2(struct cli_state *cli, char *buf, int offset, time_t unixdate) -{ - push_dos_date2((uint8_t *)buf, offset, unixdate, cli->serverzone); -} - -void cli_put_dos_date3(struct cli_state *cli, char *buf, int offset, time_t unixdate) -{ - push_dos_date3((uint8_t *)buf, offset, unixdate, cli->serverzone); -} - /******************************************************************* Re-read the smb serverzone value. ******************************************************************/ -- cgit