]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:VFS: Remove function declaration for vfs_posixacl_init
authorChristof Schmitt <cs@samba.org>
Wed, 19 Aug 2020 22:43:44 +0000 (15:43 -0700)
committerVolker Lendecke <vl@samba.org>
Sat, 12 Sep 2020 06:29:37 +0000 (06:29 +0000)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/modules/vfs_posixacl.h

index 9cd3160f345dbfc70fd38e9140843787302d4e3d..da7449f039ccd5c424924661d4ceee4c13d8f9d8 100644 (file)
@@ -42,7 +42,5 @@ int posixacl_sys_acl_set_fd(vfs_handle_struct *handle,
 int posixacl_sys_acl_delete_def_file(vfs_handle_struct *handle,
                                const struct smb_filename *smb_fname);
 
-NTSTATUS vfs_posixacl_init(TALLOC_CTX *);
-
 #endif