midx.h: add missing forward declarations (hdr-check)
authorRamsay Jones <redacted>
Wed, 19 Sep 2018 00:13:36 +0000 (01:13 +0100)
committerJunio C Hamano <redacted>
Thu, 20 Sep 2018 18:50:29 +0000 (11:50 -0700)
Signed-off-by: Ramsay Jones <redacted>
Reviewed-by: Derrick Stolee <redacted>
Signed-off-by: Junio C Hamano <redacted>
midx.h

diff --git a/midx.h b/midx.h
index a210f1af2af6bd7c7dc2210ac4b5ca398c8c60d1..622ddac47224625ca8ceee2fa28c90ffca6ef830 100644 (file)
--- a/midx.h
+++ b/midx.h
@@ -3,6 +3,9 @@
 
 #include "repository.h"
 
+struct object_id;
+struct pack_entry;
+
 struct multi_pack_index {
        struct multi_pack_index *next;
 
git clone https://git.99rst.org/PROJECT