From 6cb5a0d097e52577e956d3527b753c1bcf124d9d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 5 Aug 2010 13:06:11 +0200 Subject: s3: Remove some pointless wrapper functions --- source3/include/proto.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 8996a2165d..5d6d782e25 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1088,6 +1088,7 @@ void round_timespec(enum timestamp_set_resolution res, struct timespec *ts); void put_long_date_timespec(enum timestamp_set_resolution res, char *p, struct timespec ts); void put_long_date(char *p, time_t t); void dos_filetime_timespec(struct timespec *tsp); +time_t make_unix_date(const void *date_ptr, int zone_offset); time_t make_unix_date2(const void *date_ptr, int zone_offset); time_t make_unix_date3(const void *date_ptr, int zone_offset); time_t srv_make_unix_date(const void *date_ptr); @@ -1107,9 +1108,6 @@ 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); -time_t cli_make_unix_date(struct cli_state *cli, const void *date_ptr); -time_t cli_make_unix_date2(struct cli_state *cli, const void *date_ptr); -time_t cli_make_unix_date3(struct cli_state *cli, const void *date_ptr); void TimeInit(void); void get_process_uptime(struct timeval *ret_time); void get_startup_time(struct timeval *ret_time); -- cgit