Modify OneFS module to support new NTIMES interfaces
[metze/samba/wip.git] / source3 / modules / onefs.h
index e189fc45702c650ad0c4c700820bccb1fd5177fb..9c1c1647ba55a36ed7054463198aa55195ff6d59 100644 (file)
@@ -101,6 +101,9 @@ NTSTATUS onefs_streaminfo(vfs_handle_struct *handle,
                          unsigned int *num_streams,
                          struct stream_struct **streams);
 
+int onefs_vtimes_streams(vfs_handle_struct *handle, const char *fname,
+                        int flags, struct timespec times[3]);
+
 NTSTATUS onefs_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
                           uint32 security_info, SEC_DESC **ppdesc);