X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/cc7db507cc53258e23c148c690c9e450214f93ac..14601b5d4222f2bee568e03eddf2f949b2a9d126:/index.h diff --git a/index.h b/index.h index 5053af9..76c03c8 100644 --- a/index.h +++ b/index.h @@ -25,6 +25,7 @@ off_t index_compute_size(off_t currentsize, int nodecount); typedef struct indexbuild indexbuild; indexbuild *indexbuild_new(void *t, off_t startoff, int nodecount); void indexbuild_add(indexbuild *ib, const struct trie_file *tf); +void indexbuild_tag(indexbuild *ib); off_t indexbuild_realsize(indexbuild *ib); void indexbuild_free(indexbuild *ib);