Merge branch 'tb/void-check-attr' into maint
[gitweb.git] / commit-graph.h
index 76e098934a7f6740b52a479baa5c68fe605d1ea6..b62d1b08373633afd545f7d8734cbd0d61963bb6 100644 (file)
@@ -4,6 +4,7 @@
 #include "git-compat-util.h"
 #include "repository.h"
 #include "string-list.h"
+#include "cache.h"
 
 struct commit;
 
@@ -59,6 +60,7 @@ void write_commit_graph(const char *obj_dir,
 
 int verify_commit_graph(struct repository *r, struct commit_graph *g);
 
+void close_commit_graph(struct repository *);
 void free_commit_graph(struct commit_graph *);
 
 #endif