lib: talloc: Rename the internals of _talloc_free_internal() to _tc_free_internal().
authorAndrew Bartlett <abartlet@samba.org>
Wed, 29 Jun 2016 23:41:52 +0000 (16:41 -0700)
committerJeremy Allison <jra@samba.org>
Sun, 3 Jul 2016 12:26:17 +0000 (14:26 +0200)
commitd2a5927bd77a94256f7d8ee7098f66c4c0afd25d
tree6542cd9cd004148b07b2e381166431ee56c8aa1f
parent94a72849fa5be82c785f71ab58b8e813c94c51cd
lib: talloc: Rename the internals of _talloc_free_internal() to _tc_free_internal().

Make it use a struct talloc_chunk *tc parameter. Define _talloc_free_internal()
in terms of _tc_free_internal().

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/talloc/talloc.c