lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *)
[vlendec/samba-autobuild/.git] / source4 / torture / libnet / libnet.c
index 3b9548cec90d987fa7e386fd636c6bc47bceccf1..7b9c31a6daa330224dbe86ff991435578e3161c3 100644 (file)
@@ -24,7 +24,7 @@
 #include "libnet/libnet.h"
 #include "torture/libnet/proto.h"
 
-NTSTATUS torture_net_init(void)
+NTSTATUS torture_net_init(TALLOC_CTX *ctx)
 {
        struct torture_suite *suite = torture_suite_create(
                talloc_autofree_context(), "net");