diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2017-08-18 15:20:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-23 15:12:06 -0700 |
commit | 8e21176c3cff203c1b991fda55df3ac7904d09fa (patch) | |
tree | ff15441202af10c024be29e563ec03db66d03f17 /packfile.h | |
parent | 6d6a80e06893f391b4aaafa8829f1cb3a0ac23f6 (diff) | |
download | git-8e21176c3cff203c1b991fda55df3ac7904d09fa.tar.gz |
pack: move pack_report()
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packfile.h b/packfile.h index a76bb7cec8..bfa94c8fee 100644 --- a/packfile.h +++ b/packfile.h @@ -33,4 +33,6 @@ extern unsigned int pack_max_fds; extern size_t peak_pack_mapped; extern size_t pack_mapped; +extern void pack_report(void); + #endif |