summaryrefslogtreecommitdiff
path: root/source3/modules/onefs.h
diff options
context:
space:
mode:
authortodd stecher <todd.stecher@gmail.com>2009-01-23 16:55:18 -0800
committerTim Prouty <tprouty@samba.org>2009-01-23 21:05:38 -0800
commitc23f0f13b42745a7b9f7c0a5b37f1ad521f886df (patch)
treec26c1ea09f66115dda1c7192680d8843c7f70f63 /source3/modules/onefs.h
parent48b0016cff4bad621b94fc0bf678ec15260dd7d7 (diff)
downloadsamba-c23f0f13b42745a7b9f7c0a5b37f1ad521f886df.tar.gz
samba-c23f0f13b42745a7b9f7c0a5b37f1ad521f886df.tar.bz2
samba-c23f0f13b42745a7b9f7c0a5b37f1ad521f886df.zip
Modify OneFS module to support new NTIMES interfaces
Diffstat (limited to 'source3/modules/onefs.h')
-rw-r--r--source3/modules/onefs.h3
1 files changed, 3 insertions, 0 deletions
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);