Added init_nt_time function which initialises an NTTIME to -1.
[samba.git] / source3 / include / proto.h
index 9dbf57d17e701e5d33f71f6574e419d9eaa710af..c3843814f8e23839fb866f570007e0ff90fd3296 100644 (file)
@@ -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);