diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-05 13:06:11 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-05 13:57:31 +0200 |
commit | 6cb5a0d097e52577e956d3527b753c1bcf124d9d (patch) | |
tree | 48b949220fee2bf4013a6685de9763cea21d8658 /source3/include | |
parent | 0a224bc77b9bb59c72b9d79d9e8637837ffd878c (diff) | |
download | samba-6cb5a0d097e52577e956d3527b753c1bcf124d9d.tar.gz samba-6cb5a0d097e52577e956d3527b753c1bcf124d9d.tar.bz2 samba-6cb5a0d097e52577e956d3527b753c1bcf124d9d.zip |
s3: Remove some pointless wrapper functions
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 1 insertions, 3 deletions
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); |