Refactor the use of create_time and change time to go
[samba.git] / source3 / include / proto.h
index e8bfe8efae6075360641ecbc7a1913e5c695ccff..8b3e029d3f59313986a03697ff0639c2e2b0ad27 100644 (file)
@@ -6266,6 +6266,12 @@ bool set_sticky_write_time_fsp(struct files_struct *fsp,
                               struct timespec mtime);
 bool update_write_time(struct files_struct *fsp);
 
+struct timespec get_create_timespec(struct files_struct *fsp,
+                               const struct smb_filename *smb_fname);
+
+struct timespec get_change_timespec(struct files_struct *fsp,
+                               const struct smb_filename *smb_fname);
+
 /* The following definitions come from smbd/error.c  */
 
 bool use_nt_status(void);