diff options
Diffstat (limited to 'packfile.h')
-rw-r--r-- | packfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packfile.h b/packfile.h index e4d25d40d1..a0a3c08ff2 100644 --- a/packfile.h +++ b/packfile.h @@ -118,4 +118,6 @@ extern int packed_object_info(struct packed_git *pack, off_t offset, struct obje extern void mark_bad_packed_object(struct packed_git *p, const unsigned char *sha1); extern const struct packed_git *has_packed_and_bad(const unsigned char *sha1); +extern int find_pack_entry(const unsigned char *sha1, struct pack_entry *e); + #endif |