mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s3:registry: use TALLOC_CTX * instead of const void * in reg_import_adapter()
This commit is contained in:
parent
c4be17f804
commit
7bc1172c5f
@ -231,7 +231,7 @@ static int nop(void* data)
|
||||
}
|
||||
|
||||
|
||||
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)
|
||||
{
|
||||
struct reg_parse_callback* ret;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user