s3:vfs fix compiler warning
authorChristian Ambach <ambi@samba.org>
Thu, 3 May 2012 16:32:06 +0000 (18:32 +0200)
committerChristian Ambach <ambi@samba.org>
Thu, 3 May 2012 19:34:05 +0000 (21:34 +0200)
vfs_default.c:1875:10: warning: no previous prototype for 'vfswrap_audit_file'

source3/include/vfs.h

index b5f234ad094e18e0c7804f35a740329b79bb1de5..92f6ecd29d0a596af1d4e600614ded64309a88a9 100644 (file)
@@ -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,