diff options
author | Christof Schmitt <cs@samba.org> | 2017-12-15 15:32:12 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2017-12-18 13:31:59 +0100 |
commit | 4003736a3d663e39beeabe3d3d9bdffdeca2b570 (patch) | |
tree | b0c7bff190eef172d02454aed057b2ca8392adf8 /source3/modules/vfs_aio_pthread.c | |
parent | 679850e4b79a55758482fd08af765a4c27d9f739 (diff) | |
download | samba-4003736a3d663e39beeabe3d3d9bdffdeca2b570.tar.gz |
vfs: Use static_decl_vfs in all VFS modules
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Dec 18 13:32:00 CET 2017 on sn-devel-144
Diffstat (limited to 'source3/modules/vfs_aio_pthread.c')
-rw-r--r-- | source3/modules/vfs_aio_pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_aio_pthread.c b/source3/modules/vfs_aio_pthread.c index 1d9346cfb65..d78dd110e3c 100644 --- a/source3/modules/vfs_aio_pthread.c +++ b/source3/modules/vfs_aio_pthread.c @@ -496,7 +496,7 @@ static struct vfs_fn_pointers vfs_aio_pthread_fns = { #endif }; -NTSTATUS vfs_aio_pthread_init(TALLOC_CTX *); +static_decl_vfs; NTSTATUS vfs_aio_pthread_init(TALLOC_CTX *ctx) { return smb_register_vfs(SMB_VFS_INTERFACE_VERSION, |