vfs: Use static_decl_vfs in all VFS modules
[samba.git] / source3 / modules / vfs_linux_xfs_sgid.c
index 841d7c3c4b1576093b5ef00784c59aad03e20478..ab41031d17f9baf3ed7be275adff4a328cda64d8 100644 (file)
@@ -108,7 +108,7 @@ static struct vfs_fn_pointers linux_xfs_sgid_fns = {
        .chmod_acl_fn = linux_xfs_sgid_chmod_acl,
 };
 
-NTSTATUS vfs_linux_xfs_sgid_init(TALLOC_CTX *);
+static_decl_vfs;
 NTSTATUS vfs_linux_xfs_sgid_init(TALLOC_CTX *ctx)
 {
        return smb_register_vfs(SMB_VFS_INTERFACE_VERSION,