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>
This commit is contained in:
parent
642e570363
commit
9ce4d21acf
@ -1,6 +1,10 @@
|
||||
#ifndef DELTA_ISLANDS_H
|
||||
#define DELTA_ISLANDS_H
|
||||
|
||||
struct object_id;
|
||||
struct packing_data;
|
||||
struct commit;
|
||||
|
||||
int island_delta_cmp(const struct object_id *a, const struct object_id *b);
|
||||
int in_same_island(const struct object_id *, const struct object_id *);
|
||||
void resolve_tree_islands(int progress, struct packing_data *to_pack);
|
||||
|
Loading…
Reference in New Issue
Block a user