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 e182f7fd68..e7d27c0e97 100644 --- a/packfile.h +++ b/packfile.h @@ -28,6 +28,8 @@ extern unsigned int pack_open_fds; extern struct packed_git *parse_pack_index(unsigned char *sha1, const char *idx_path); +extern void install_packed_git(struct packed_git *pack); + extern void pack_report(void); /* |
