Extend NTIMES to allow setting create_time
[metze/samba/wip.git] / source3 / modules / vfs_catia.c
index 47d178a33f16eaf7d9e85a6f0b2506d12a155e0a..d0c341fdd389cadef07056b1545033f23d8020f3 100644 (file)
@@ -252,9 +252,9 @@ static char *catia_getwd(vfs_handle_struct *handle, char *buf)
 }
 
 static int catia_ntimes(vfs_handle_struct *handle,
-                      const char *path, const struct timespec ts[2])
+                      const char *path, struct smb_file_time *ft)
 {
-        return SMB_VFS_NEXT_NTIMES(handle, path, ts);
+        return SMB_VFS_NEXT_NTIMES(handle, path, ft);
 }
 
 static bool catia_symlink(vfs_handle_struct *handle,