Browse Source

midx.h: add missing forward declarations (hdr-check)

Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Ramsay Jones 7 years ago committed by Junio C Hamano
parent
commit
642e570363
  1. 3
      midx.h

3
midx.h

@ -3,6 +3,9 @@ @@ -3,6 +3,9 @@

#include "repository.h"

struct object_id;
struct pack_entry;

struct multi_pack_index {
struct multi_pack_index *next;


Loading…
Cancel
Save