delta-islands.hon commit refs/ref-cache.h: add missing declarations (hdr-check) (440984b)
   1#ifndef DELTA_ISLANDS_H
   2#define DELTA_ISLANDS_H
   3
   4int island_delta_cmp(const struct object_id *a, const struct object_id *b);
   5int in_same_island(const struct object_id *, const struct object_id *);
   6void resolve_tree_islands(int progress, struct packing_data *to_pack);
   7void load_delta_islands(void);
   8void propagate_island_marks(struct commit *commit);
   9int compute_pack_layers(struct packing_data *to_pack);
  10
  11#endif /* DELTA_ISLANDS_H */