diff options
Diffstat (limited to 'source3/modules/vfs_gpfs.h')
-rw-r--r-- | source3/modules/vfs_gpfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_gpfs.h b/source3/modules/vfs_gpfs.h index 2c3866a738..9f83b97d3b 100644 --- a/source3/modules/vfs_gpfs.h +++ b/source3/modules/vfs_gpfs.h @@ -43,6 +43,7 @@ int gpfswrap_lib_init(int flags); int gpfswrap_set_times_path(char *pathname, int flags, gpfs_timestruc_t times[4]); int gpfswrap_quotactl(char *pathname, int cmd, int id, void *bufp); +int gpfswrap_fcntl(int fd, void *argp); bool set_gpfs_sharemode(files_struct *fsp, uint32 access_mask, uint32 share_access); int set_gpfs_lease(int fd, int leasetype); |