From c23f0f13b42745a7b9f7c0a5b37f1ad521f886df Mon Sep 17 00:00:00 2001 From: todd stecher Date: Fri, 23 Jan 2009 16:55:18 -0800 Subject: Modify OneFS module to support new NTIMES interfaces --- source3/modules/onefs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/modules/onefs.h') diff --git a/source3/modules/onefs.h b/source3/modules/onefs.h index e189fc4570..9c1c1647ba 100644 --- a/source3/modules/onefs.h +++ b/source3/modules/onefs.h @@ -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); -- cgit