Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
build: link with curl-defined linker flags
[gitweb.git]
/
midx.h
diff --git
a/midx.h
b/midx.h
index 622ddac47224625ca8ceee2fa28c90ffca6ef830..1d6c21afe31b62024969f7cb91f9f78b19fe8e52 100644
(file)
--- a/
midx.h
+++ b/
midx.h
@@
-1,5
+1,5
@@
-#ifndef
__MIDX_H__
-#define
__MIDX_H__
+#ifndef
MIDX_H
+#define
MIDX_H
#include "repository.h"
@@
-46,5
+46,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