summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAbhidnya P Chirmule <achirmul@in.ibm.com>2009-10-06 17:14:56 +0200
committerVolker Lendecke <vl@samba.org>2009-10-06 18:52:06 +0200
commitac774c49691b08fa90121d5bd008618cfd4405e7 (patch)
tree0072e321869ed910c619d65ff57c0b59ee9956d6 /source3/include/proto.h
parentc344bf0184be484fff8bb5ed93b5c2ca6de58611 (diff)
downloadsamba-ac774c49691b08fa90121d5bd008618cfd4405e7.tar.gz
samba-ac774c49691b08fa90121d5bd008618cfd4405e7.tar.bz2
samba-ac774c49691b08fa90121d5bd008618cfd4405e7.zip
s3: Add access_mask to the flock VFS call
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c8e4fe1916..d31483a02e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -937,7 +937,7 @@ SMB_OFF_T sys_ftell(FILE *fp);
int sys_creat(const char *path, mode_t mode);
int sys_open(const char *path, int oflag, mode_t mode);
FILE *sys_fopen(const char *path, const char *type);
-void kernel_flock(int fd, uint32 share_mode);
+void kernel_flock(int fd, uint32 share_mode, uint32 access_mask);
SMB_STRUCT_DIR *sys_opendir(const char *name);
SMB_STRUCT_DIRENT *sys_readdir(SMB_STRUCT_DIR *dirp);
void sys_seekdir(SMB_STRUCT_DIR *dirp, long offset);