Merge branch 'js/iso8895-test-on-apfs'
[gitweb.git] / packfile.h
index fe05fe0303f857374610d3b45c03494e46073d81..12baa6118a86216d76e342740c592802b70936df 100644 (file)
@@ -82,6 +82,8 @@ int open_pack_index(struct packed_git *);
  */
 void close_pack_index(struct packed_git *);
 
+int close_pack_fd(struct packed_git *p);
+
 uint32_t get_pack_fanout(struct packed_git *p, uint32_t value);
 
 unsigned char *use_pack(struct packed_git *, struct pack_window **, off_t, unsigned long *);