2 Copyright 2020 Google LLC
4 Use of this source code is governed by a BSD-style
5 license that can be found in the LICENSE file or at
6 https://developers.google.com/open-source/licenses/bsd
14 struct reftable_block_source
;
16 /* Create an in-memory block source for reading reftables */
17 void block_source_from_strbuf(struct reftable_block_source
*bs
,
20 struct reftable_block_source
malloc_block_source(void);