summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2012-05-03 18:32:06 +0200
committerChristian Ambach <ambi@samba.org>2012-05-03 21:34:05 +0200
commita9c981ec0be93f0072250ba6b92a53dc5636f422 (patch)
treec0d899a3a4eeec8d358a0f64a3b93d1be072c45b /source3
parent1d069ed80696452b1a78298d8aff22e6c22e2c3c (diff)
downloadsamba-a9c981ec0be93f0072250ba6b92a53dc5636f422.tar.gz
samba-a9c981ec0be93f0072250ba6b92a53dc5636f422.tar.bz2
samba-a9c981ec0be93f0072250ba6b92a53dc5636f422.zip
s3:vfs fix compiler warning
vfs_default.c:1875:10: warning: no previous prototype for 'vfswrap_audit_file'
Diffstat (limited to 'source3')
-rw-r--r--source3/include/vfs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index b5f234ad09..92f6ecd29d 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -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,