diff options
author | Matthew Chapman <matty@samba.org> | 1999-02-01 02:36:24 +0000 |
---|---|---|
committer | Matthew Chapman <matty@samba.org> | 1999-02-01 02:36:24 +0000 |
commit | 90b708473887ac11ca81f5a056ae5d2c854cf616 (patch) | |
tree | f4695bbd27594dd8ec5d5bbe6c51d74bfdcc162c /source3/include/proto.h | |
parent | f5ac863e5a5c8e3ca584881214ebfbc6976b7d7f (diff) | |
download | samba-90b708473887ac11ca81f5a056ae5d2c854cf616.tar.gz samba-90b708473887ac11ca81f5a056ae5d2c854cf616.tar.bz2 samba-90b708473887ac11ca81f5a056ae5d2c854cf616.zip |
Added init_nt_time function which initialises an NTTIME to -1.
(This used to be commit e1e3875057bed830fdc0aaa9c85f04a1479fd64a)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 9dbf57d17e..c3843814f8 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -341,6 +341,7 @@ struct tm *LocalTime(time_t *t); time_t nt_time_to_unix(NTTIME *nt); time_t interpret_long_date(char *p); void unix_to_nt_time(NTTIME *nt, time_t t); +void init_nt_time(NTTIME *nt); void put_long_date(char *p,time_t t); BOOL null_mtime(time_t mtime); void put_dos_date(char *buf,int offset,time_t unixdate); |