diff options
Diffstat (limited to 'reftable/blocksource.h')
| -rw-r--r-- | reftable/blocksource.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/reftable/blocksource.h b/reftable/blocksource.h index 072e2727ad..a84a3ccd89 100644 --- a/reftable/blocksource.h +++ b/reftable/blocksource.h @@ -12,11 +12,10 @@ https://developers.google.com/open-source/licenses/bsd #include "system.h" struct reftable_block_source; +struct reftable_buf; /* Create an in-memory block source for reading reftables */ -void block_source_from_strbuf(struct reftable_block_source *bs, - struct strbuf *buf); - -struct reftable_block_source malloc_block_source(void); +void block_source_from_buf(struct reftable_block_source *bs, + struct reftable_buf *buf); #endif |
