summaryrefslogtreecommitdiff
path: root/source3/lib/time.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-05 13:11:14 +0200
committerVolker Lendecke <vl@samba.org>2010-08-05 13:57:31 +0200
commit1cbe8b85ae155896e8a4ef39f4b129b2f1e6b1d8 (patch)
tree32611760291707d993ed564ecda2475f119bcb9c /source3/lib/time.c
parent6cb5a0d097e52577e956d3527b753c1bcf124d9d (diff)
downloadsamba-1cbe8b85ae155896e8a4ef39f4b129b2f1e6b1d8.tar.gz
samba-1cbe8b85ae155896e8a4ef39f4b129b2f1e6b1d8.tar.bz2
samba-1cbe8b85ae155896e8a4ef39f4b129b2f1e6b1d8.zip
s3: Remove some pointless wrapper functions
Diffstat (limited to 'source3/lib/time.c')
-rw-r--r--source3/lib/time.c19
1 files changed, 0 insertions, 19 deletions
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.
******************************************************************/