]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-graph.h
Merge branch 'pw/doc-synopsis-markup-opmode-options'
[thirdparty/git.git] / commit-graph.h
index 01538b5cf59986ada4e8fa69552ed8ba8f33112e..390c7f696104fbe772151b91cb04889d0f682401 100644 (file)
@@ -82,7 +82,7 @@ int 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 close_commit_graph(struct raw_object_store *);
 void free_commit_graph(struct commit_graph *);
 
 #endif