1
0
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:
Stefan Metzmacher
2015-08-13 18:16:20 +02:00
committed by Ralph Böhme
parent fd6eb8bd44
commit 37b2677648
12 changed files with 12 additions and 1 deletions

View File

@ -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;