sequencer: use edit_todo_list() in complete_action()
[gitweb.git] / midx.h
diff --git a/midx.h b/midx.h
index 7e60907596373e9ce2b9113e3ae5fed454aad0e7..774f652530c42983368149bd9fe42f3ed063ab5d 100644 (file)
--- a/midx.h
+++ b/midx.h
@@ -1,8 +1,13 @@
-#ifndef __MIDX_H__
-#define __MIDX_H__
+#ifndef MIDX_H
+#define MIDX_H
 
 #include "repository.h"
 
+struct object_id;
+struct pack_entry;
+
+#define GIT_TEST_MULTI_PACK_INDEX "GIT_TEST_MULTI_PACK_INDEX"
+
 struct multi_pack_index {
        struct multi_pack_index *next;
 
@@ -43,6 +48,7 @@ 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(struct repository *r);
+int verify_midx_file(const char *object_dir);
 
 void close_midx(struct multi_pack_index *m);