mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
s3:vfs fix compiler warning
vfs_default.c:1875:10: warning: no previous prototype for 'vfswrap_audit_file'
This commit is contained in:
parent
1d069ed806
commit
a9c981ec0b
@ -749,6 +749,11 @@ NTSTATUS smb_vfs_call_fset_nt_acl(struct vfs_handle_struct *handle,
|
||||
struct files_struct *fsp,
|
||||
uint32 security_info_sent,
|
||||
const struct security_descriptor *psd);
|
||||
NTSTATUS smb_vfs_call_audit_file(struct vfs_handle_struct *handle,
|
||||
struct smb_filename *file,
|
||||
struct security_acl *sacl,
|
||||
uint32_t access_requested,
|
||||
uint32_t access_denied);
|
||||
int smb_vfs_call_chmod_acl(struct vfs_handle_struct *handle, const char *name,
|
||||
mode_t mode);
|
||||
int smb_vfs_call_fchmod_acl(struct vfs_handle_struct *handle,
|
||||
|
Loading…
x
Reference in New Issue
Block a user