Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ab/commit-graph-progress'
[gitweb.git]
/
midx.h
diff --git
a/midx.h
b/midx.h
index a210f1af2af6bd7c7dc2210ac4b5ca398c8c60d1..ce80b91c68ac5de4ed0e7cd4d8b7844a3612b363 100644
(file)
--- a/
midx.h
+++ b/
midx.h
@@
-43,5
+43,6
@@
int prepare_multi_pack_index_one(struct repository *r, const char *object_dir, i
int write_midx_file(const char *object_dir);
void clear_midx_file(const char *object_dir);
+int verify_midx_file(const char *object_dir);
#endif