]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
Introduce close_pack_index to permit replacement
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 6e54993256befed7b77fc54559ff196d01292ef2..0eba039dbfe581d057212efe6a21702fa736a980 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -911,6 +911,7 @@ extern struct packed_git *find_sha1_pack(const unsigned char *sha1,
 
 extern void pack_report(void);
 extern int open_pack_index(struct packed_git *);
+extern void close_pack_index(struct packed_git *);
 extern unsigned char *use_pack(struct packed_git *, struct pack_window **, off_t, unsigned int *);
 extern void close_pack_windows(struct packed_git *);
 extern void unuse_pack(struct pack_window **);