s3:registry: use TALLOC_CTX * instead of const void * in reg_import_adapter()
[ambi/samba-autobuild/.git] / source3 / registry / reg_import.h
index 5922f9d33bec83357a0ce033341a9afe097e21eb..70db4acd1bdeb9e5aab13673bff64caaf7a794fd 100644 (file)
@@ -194,6 +194,6 @@ struct reg_import_callback {
  *
  * @return a talloc'ed reg_import object, NULL on error
  */
-struct reg_parse_callback* reg_import_adapter(const void* talloc_ctx,
+struct reg_parse_callback* reg_import_adapter(TALLOC_CTX *talloc_ctx,
                                              struct reg_import_callback cb);
 #endif