summaryrefslogtreecommitdiff
path: root/source3/registry/reg_import.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/registry/reg_import.h')
-rw-r--r--source3/registry/reg_import.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_import.h b/source3/registry/reg_import.h
index 5922f9d33b..70db4acd1b 100644
--- a/source3/registry/reg_import.h
+++ b/source3/registry/reg_import.h
@@ -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