reftable/record: constify some parts of the interface
commit88f59d9e310799b2da9d6ea0bd98ab325f515c9e
authorPatrick Steinhardt <ps@pks.im>
Wed, 3 Jan 2024 06:22:26 +0000 (3 07:22 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Jan 2024 17:54:20 +0000 (3 09:54 -0800)
tree3fbd300b69e6d753b613fe8586fcd1a6bb85ca5c
parentddac965965719f19c2905a7184a7dd55287bf817
reftable/record: constify some parts of the interface

We're about to convert reftable records to stop storing their object IDs
as allocated hashes. Prepare for this refactoring by constifying some
parts of the interface that will be impacted by this.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/record.c
reftable/reftable-record.h