lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *)
[kai/samba-autobuild/.git] / source3 / modules / vfs_catia.c
index 0ee7c36a361c6576472436b2e4ba69b5e1721d87..9a283710fcb0e53f41068fca8a4146bea0ab61dd 100644 (file)
@@ -2427,7 +2427,7 @@ static struct vfs_fn_pointers vfs_catia_fns = {
 };
 
 static_decl_vfs;
-NTSTATUS vfs_catia_init(void)
+NTSTATUS vfs_catia_init(TALLOC_CTX *ctx)
 {
        NTSTATUS ret;