diff options
author | Stefan Metzmacher <metze@samba.org> | 2015-08-13 18:16:20 +0200 |
---|---|---|
committer | Ralph Böhme <slow@samba.org> | 2015-08-20 16:06:21 +0200 |
commit | fd6eb8bd448f9e9d209ca407a494d4011b2e97f1 (patch) | |
tree | bb52aaba2d5dc78808a28041bbed02cd8b913f18 /examples/VFS/skel_opaque.c | |
parent | 4451d0a5cda71b61f4d7a7529c14d831b91574bb (diff) | |
download | samba-fd6eb8bd448f9e9d209ca407a494d4011b2e97f1.tar.gz |
examples/VFS: make function prototypes available via static_decl_vfs;
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'examples/VFS/skel_opaque.c')
-rw-r--r-- | examples/VFS/skel_opaque.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/VFS/skel_opaque.c b/examples/VFS/skel_opaque.c index 70219981d04..29fe6f44c21 100644 --- a/examples/VFS/skel_opaque.c +++ b/examples/VFS/skel_opaque.c @@ -961,6 +961,7 @@ struct vfs_fn_pointers skel_opaque_fns = { .set_offline_fn = skel_set_offline }; +static_decl_vfs; NTSTATUS vfs_skel_opaque_init(void) { return smb_register_vfs(SMB_VFS_INTERFACE_VERSION, "skel_opaque", |