1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-02 12:56:31 +02:00

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>
This commit is contained in:
Ramsay Jones 2018-09-19 01:13:36 +01:00 committed by Junio C Hamano
parent 4eb4416d37
commit 642e570363

3
midx.h
View File

@ -3,6 +3,9 @@
#include "repository.h"
struct object_id;
struct pack_entry;
struct multi_pack_index {
struct multi_pack_index *next;