archive: initialize archivers earlier
[gitweb.git] / commit-graph.h
index 5678a8f4cad2ddec9c7c50a31f0a54abc026f951..9db40b4d3aadb75b4dcea5027d07d373bdf169e1 100644 (file)
@@ -69,6 +69,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