libsmb: Pass NTTIME to interpret_long_date()
[samba.git] / source3 / include / proto.h
index 853d4e57e202e760437396c9fae4ab1e9b54150e..8a6b944a0d6dac7025e44c75b566b951a7e29747 100644 (file)
@@ -257,7 +257,7 @@ time_t make_unix_date3(const void *date_ptr, int zone_offset);
 time_t srv_make_unix_date(const void *date_ptr);
 time_t srv_make_unix_date2(const void *date_ptr);
 time_t srv_make_unix_date3(const void *date_ptr);
-struct timespec interpret_long_date(const char *p);
+struct timespec interpret_long_date(NTTIME nt);
 void TimeInit(void);
 void get_process_uptime(struct timeval *ret_time);
 void get_startup_time(struct timeval *ret_time);