lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *)
[ambi/samba-autobuild/.git] / source4 / torture / nbt / nbt.c
index 1b7fe49cf84d100e0709863a63e3301dad170209..ac53c9167c57c90039b8f8ebd711f43efa9aba00 100644 (file)
@@ -48,7 +48,7 @@ bool torture_nbt_get_name(struct torture_context *tctx,
        return true;
 }
 
-NTSTATUS torture_nbt_init(void)
+NTSTATUS torture_nbt_init(TALLOC_CTX *ctx)
 {
        struct torture_suite *suite = torture_suite_create(
                talloc_autofree_context(), "nbt");