object-store: move packed_git and packed_git_mru to object store
[gitweb.git] / packfile.h
index a7fca598d672b73010a5fb99e4507da4634002ff..76496226bb07eecd759d8eafa0536c3bb98e9e2c 100644 (file)
@@ -38,6 +38,9 @@ extern void prepare_packed_git(void);
 extern void reprepare_packed_git(void);
 extern void install_packed_git(struct packed_git *pack);
 
+struct packed_git *get_packed_git(struct repository *r);
+struct list_head *get_packed_git_mru(struct repository *r);
+
 /*
  * Give a rough count of objects in the repository. This sacrifices accuracy
  * for speed.