summaryrefslogtreecommitdiffstats
path: root/packfile.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--packfile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/packfile.h b/packfile.h
index 703887d41b..f6fe1c7418 100644
--- a/packfile.h
+++ b/packfile.h
@@ -43,4 +43,8 @@ extern void pack_report(void);
*/
extern int open_pack_index(struct packed_git *);
+extern int unuse_one_window(struct packed_git *current);
+
+extern void release_pack_memory(size_t);
+
#endif