Hi Juergen, On 14/08/2023 08:46, Juergen Gross wrote:
With talloc_free() and related functions not taking a pointer to const it is tedious to use the const attribute for talloc()-ed memory in many cases.Change the related prototypes to use "const void *" instead of "void *". Signed-off-by: Juergen Gross <[email protected]>
Reviewed-by: Julien Grall <[email protected]> Cheers, -- Julien Grall
