mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s3:modules/vfs_*: make function prototypes available via static_decl_vfs;
This allows the static build of the modules. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
committed by
Ralph Böhme
parent
fd6eb8bd44
commit
37b2677648
@ -291,6 +291,7 @@ static struct vfs_fn_pointers vfs_syncops_fns = {
|
||||
.close_fn = syncops_close,
|
||||
};
|
||||
|
||||
static_decl_vfs;
|
||||
NTSTATUS vfs_syncops_init(void)
|
||||
{
|
||||
NTSTATUS ret;
|
||||
|
Reference in New Issue
Block a user