aboutsummaryrefslogtreecommitdiffstats
path: root/packfile.h
diff options
context:
space:
mode:
authorJonathan Tan <jonathantanmy@google.com>2017-08-18 15:20:25 -0700
committerJunio C Hamano <gitster@pobox.com>2017-08-23 15:12:07 -0700
commite65f186242ccda24616e40681f46ad8d33da63e2 (patch)
tree64cd4b0b0bfad68916dbfa65b36ed7987122a7c1 /packfile.h
parent9a4286537489f77b6e68f0ad0fc4398c4ec9846b (diff)
downloadgit-e65f186242ccda24616e40681f46ad8d33da63e2.tar.gz
pack: move install_packed_git()
Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'packfile.h')
-rw-r--r--packfile.h2
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);
/*