Skip to content

Commit 9ce4d21

Browse files
ramsay-jonesgitster
authored andcommitted
delta-islands.h: add missing forward declarations (hdr-check)
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 642e570 commit 9ce4d21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

delta-islands.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#ifndef DELTA_ISLANDS_H
22
#define DELTA_ISLANDS_H
33

4+
struct object_id;
5+
struct packing_data;
6+
struct commit;
7+
48
int island_delta_cmp(const struct object_id *a, const struct object_id *b);
59
int in_same_island(const struct object_id *, const struct object_id *);
610
void resolve_tree_islands(int progress, struct packing_data *to_pack);

0 commit comments

Comments
 (0)