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/include/proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 5d6d782e25..dbc2d40c70 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1105,9 +1105,6 @@ int timespec_compare(const struct timespec *ts1, const struct timespec *ts2); void round_timespec_to_sec(struct timespec *ts); void round_timespec_to_usec(struct timespec *ts); struct timespec interpret_long_date(const char *p); -void cli_put_dos_date(struct cli_state *cli, char *buf, int offset, time_t unixdate); -void cli_put_dos_date2(struct cli_state *cli, char *buf, int offset, time_t unixdate); -void cli_put_dos_date3(struct cli_state *cli, char *buf, int offset, time_t unixdate); void TimeInit(void); void get_process_uptime(struct timeval *ret_time); void get_startup_time(struct timeval *ret_time); -- cgit