git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 7/9] midx.h: add missing forward declarations (hdr-check)
@ 2018-09-19  0:13 Ramsay Jones
  2018-09-19 23:35 ` Derrick Stolee
  0 siblings, 1 reply; 2+ messages in thread
From: Ramsay Jones @ 2018-09-19  0:13 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: GIT Mailing-list


Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
---
 midx.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/midx.h b/midx.h
index a210f1af2a..622ddac472 100644
--- 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;
 
-- 
2.19.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-20 12:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-19  0:13 [PATCH 7/9] midx.h: add missing forward declarations (hdr-check) Ramsay Jones
2018-09-19 23:35 ` Derrick Stolee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).