diff options
Diffstat (limited to 'source3/modules/vfs_streams_xattr.c')
-rw-r--r-- | source3/modules/vfs_streams_xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_streams_xattr.c b/source3/modules/vfs_streams_xattr.c index c126a483f70..580ecd0e5ff 100644 --- a/source3/modules/vfs_streams_xattr.c +++ b/source3/modules/vfs_streams_xattr.c @@ -1698,7 +1698,7 @@ static struct vfs_fn_pointers vfs_streams_xattr_fns = { .fset_nt_acl_fn = streams_xattr_fset_nt_acl, }; -NTSTATUS vfs_streams_xattr_init(TALLOC_CTX *); +static_decl_vfs; NTSTATUS vfs_streams_xattr_init(TALLOC_CTX *ctx) { return smb_register_vfs(SMB_VFS_INTERFACE_VERSION, "streams_xattr", |