diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-05 13:11:14 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-05 13:57:31 +0200 |
commit | 1cbe8b85ae155896e8a4ef39f4b129b2f1e6b1d8 (patch) | |
tree | 32611760291707d993ed564ecda2475f119bcb9c /source3/include | |
parent | 6cb5a0d097e52577e956d3527b753c1bcf124d9d (diff) | |
download | samba-1cbe8b85ae155896e8a4ef39f4b129b2f1e6b1d8.tar.gz samba-1cbe8b85ae155896e8a4ef39f4b129b2f1e6b1d8.tar.bz2 samba-1cbe8b85ae155896e8a4ef39f4b129b2f1e6b1d8.zip |
s3: Remove some pointless wrapper functions
Diffstat (limited to 'source3/include')
-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); |