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 | e1e3875057bed830fdc0aaa9c85f04a1479fd64a (patch) | |
tree | 74035965c097c1949b1689cbd493031a22176900 /source/include/proto.h | |
parent | c5608093e48ed7fd3b7a1e2a4b1af7e4e59fc2f9 (diff) | |
download | samba-e1e3875057bed830fdc0aaa9c85f04a1479fd64a.tar.gz samba-e1e3875057bed830fdc0aaa9c85f04a1479fd64a.tar.xz samba-e1e3875057bed830fdc0aaa9c85f04a1479fd64a.zip |
Added init_nt_time function which initialises an NTTIME to -1.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 9dbf57d17e7..c3843814f8e 100644 --- a/source/include/proto.h +++ b/source/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); |