X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftalloc%2Ftalloc.h;h=e38d05b8095ca9d55abdbd8e9ac833e31ca08c0c;hp=791c98a2bbd88c6e0e0d5571f6af341f07e007a3;hb=d419d5c947a4191aa5dffdcb7c5142ce58457d3d;hpb=3c81225fc0a4fb99d10282ebf11b7ec6ae1eabdd diff --git a/ccan/talloc/talloc.h b/ccan/talloc/talloc.h index 791c98a2..e38d05b8 100644 --- a/ccan/talloc/talloc.h +++ b/ccan/talloc/talloc.h @@ -119,7 +119,7 @@ * See Also: * talloc_set_destructor, talloc_unlink */ -int talloc_free(void *ptr); +int talloc_free(const void *ptr); /** * talloc_set_destructor: set a destructor for when this pointer is freed