diff options
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
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); |