]> git.ipfire.org Git - thirdparty/git.git/blobdiff - packfile.h
strmap: enable allocations to come from a mem_pool
[thirdparty/git.git] / packfile.h
index 240aa73b95a64912fb2cde5be049f57d91e53b84..a58fc738e06319624b666c80e2636217400cdda9 100644 (file)
@@ -57,6 +57,7 @@ void install_packed_git(struct repository *r, struct packed_git *pack);
 struct packed_git *get_packed_git(struct repository *r);
 struct list_head *get_packed_git_mru(struct repository *r);
 struct multi_pack_index *get_multi_pack_index(struct repository *r);
+struct multi_pack_index *get_local_multi_pack_index(struct repository *r);
 struct packed_git *get_all_packs(struct repository *r);
 
 /*